Skip to content

Commit e1c0c70

Browse files
committed
Update Cython -> 3.0.0, GMP -> 6.3.0
1 parent 12bc215 commit e1c0c70

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

bin/build_dependencies_unix.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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\

bin/build_variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
PREFIX=$(pwd)/.local
1414
mkdir -p $PREFIX
1515

16-
GMPVER=6.2.1
16+
GMPVER=6.3.0
1717
YASMVER=1.3.0
1818
MPIRVER=3.0.0
1919
MPFRVER=4.1.0

bin/cibw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export CIBW_BEFORE_ALL_LINUX=bin/cibw_before_all_linux.sh
2323
export CIBW_BEFORE_ALL_MACOS=bin/cibw_before_all_macosx_arm64.sh
2424
export 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'
2727
export CIBW_BEFORE_BUILD_WINDOWS='C:\\msys64\\usr\\bin\\bash bin/cibw_before_build_windows.sh'
2828

2929
export CIBW_REPAIR_WHEEL_COMMAND_WINDOWS='bin\cibw_repair_wheel_command_windows.bat {dest_dir} {wheel}'

bin/cibw_before_build_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)