From: Reuben Thomas Date: Mon, 29 Jan 2018 13:48:04 +0000 (+0000) Subject: AppVeyor: install msys cython packages X-Git-Tag: v3.7~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86955bc1a9dfe9a4e9aa622cade5432a4a47c772;p=recode AppVeyor: install msys cython packages They are available after all. Add MINGW_BITS setting for MSYS for future use (currently disabled as there’s no msys-flavour cython). --- diff --git a/build-aux/appveyor-install.sh b/build-aux/appveyor-install.sh index 4e00b57..81ea975 100644 --- a/build-aux/appveyor-install.sh +++ b/build-aux/appveyor-install.sh @@ -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