File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ if [ $USE_GMP = "gmp" ]; then
114114 fi
115115
116116 # Show the output of configfsf.guess
117+ chmod +x configfsf.guess
117118 ./configfsf.guess
118119 ./configure --prefix=$PREFIX \
119120 --enable-fat\
Original file line number Diff line number Diff line change 1313PREFIX=$( pwd) /.local
1414mkdir -p $PREFIX
1515
16- GMPVER=6.2.1
16+ GMPVER=6.3.0
1717YASMVER=1.3.0
1818MPIRVER=3.0.0
1919MPFRVER=4.1.0
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export CIBW_BEFORE_ALL_LINUX=bin/cibw_before_all_linux.sh
2323export CIBW_BEFORE_ALL_MACOS=bin/cibw_before_all_macosx_arm64.sh
2424export CIBW_BEFORE_ALL_WINDOWS=' C:\\msys64\\usr\\bin\\bash bin/cibw_before_all_windows.sh'
2525
26- export CIBW_BEFORE_BUILD=' pip install numpy cython==3.0.0b2 delvewheel'
26+ export CIBW_BEFORE_BUILD=' pip install numpy ' " ' " ' cython>=3 ' " ' " ' delvewheel'
2727export CIBW_BEFORE_BUILD_WINDOWS=' C:\\msys64\\usr\\bin\\bash bin/cibw_before_build_windows.sh'
2828
2929export CIBW_REPAIR_WHEEL_COMMAND_WINDOWS=' bin\cibw_repair_wheel_command_windows.bat {dest_dir} {wheel}'
Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ mv libpython${VER}.a libs
4040# Install build dependencies #
4141# ##################################################
4242
43- pip install cython==3.0.0b2 numpy delvewheel
43+ pip install ' cython>=3 ' numpy delvewheel
You can’t perform that action at this time.
0 commit comments