Skip to content

Commit 07a80f6

Browse files
committed
macos wheel building: compile libtextcat from source
1 parent 824b1ad commit 07a80f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
git clone https://gitlab.gnome.org/GNOME/libxml2 &&
4646
cd libxml2 &&
4747
autoreconf --install && ./configure && make && make install &&
48+
cd ../ &&
49+
wget https://software.wise-guys.nl/download/libtextcat-2.2.tar.gz &&
50+
tar xzf libtextcat-2.2.tar.gz &&
51+
cd libtextcat && autoreconf -i && ./configure && make && make install &&
52+
cd ../ &&
4853
git clone https://github.com/LanguageMachines/frog &&
4954
cd frog &&
5055
./build-deps.sh &&

0 commit comments

Comments
 (0)