]> granicus.if.org Git - recode/commitdiff
AppVeyor: install msys cython packages
authorReuben Thomas <rrt@sc3d.org>
Mon, 29 Jan 2018 13:48:04 +0000 (13:48 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 30 Jan 2018 02:10:24 +0000 (02:10 +0000)
They are available after all.

Add MINGW_BITS setting for MSYS for future use (currently disabled as
there’s no msys-flavour cython).

build-aux/appveyor-install.sh

index 4e00b573b5078fbe93fddb2f498ff52b7f64bbd1..81ea975be1921da6dd2cbc6c827ef1e156edad9f 100644 (file)
@@ -12,16 +12,10 @@ case $MSYSTEM in
         PREFIX=/mingw64
         ;;
     MSYS)
+        MINGW_BITS=msys
         PREFIX=/usr
         ;;
 esac
 
 # Build dependencies
-pacman --noconfirm -S base-devel rsync python2 texinfo
-
-# Cython
-wget https://github.com/cython/cython/archive/0.27.3.tar.gz
-tar zxvf 0.27.3.tar.gz
-cd cython-0.27.3
-python2 setup.py install
-cd ..
+pacman --noconfirm -S base-devel rsync mingw-w64-$MINGW_BITS-python2 mingw-w64-$MINGW_BITS-cython texinfo help2man