File tree Expand file tree Collapse file tree 5 files changed +5
-10
lines changed
Expand file tree Collapse file tree 5 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 1111
1212env :
1313 REPO_DIR : OpenBLAS
14- OPENBLAS_COMMIT : " 0929865 "
14+ OPENBLAS_COMMIT : " d11e7340 "
1515 MACOSX_DEPLOYMENT_TARGET : 10.9
1616
1717jobs :
Original file line number Diff line number Diff line change 88 workflow_dispatch : null
99
1010env :
11- OPENBLAS_COMMIT : " 0929865 "
11+ OPENBLAS_COMMIT : " d11e7340 "
1212 OPENBLAS_ROOT : " c:\\ opt"
1313 # Preserve working directory for calls into bash
1414 # Without this, invoking bash will cd to the home directory
Original file line number Diff line number Diff line change 22 global :
33 # The archive that gets built has name from ``git describe`` on this
44 # commit.
5- - OPENBLAS_COMMIT : " 0929865 "
5+ - OPENBLAS_COMMIT : " d11e7340 "
66 - REPO_DIR=OpenBLAS
77
88sudo : required
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ build-backend = "setuptools.build_meta"
88
99[project ]
1010name = " scipy-openblas64"
11- # v0.3.27-341-g09298658
12- version = " 0.3.27.341 .0"
11+ # v0.3.27-350-gd11e7340
12+ version = " 0.3.27.350 .0"
1313requires-python = " >=3.7"
1414description = " Provides OpenBLAS for python packaging"
1515readme = " README.md"
Original file line number Diff line number Diff line change @@ -139,11 +139,6 @@ function do_build_lib {
139139 Linux-aarch64)
140140 local bitness=64
141141 local target_flags=" TARGET=ARMV8"
142- if [ " $MB_ML_LIBC " == " musllinux" ]; then
143- export CFLAGS=" $CFLAGS -march=armv8.5-a+sve"
144- else
145- export CFLAGS=" $CFLAGS -march=armv8.6-a+sve"
146- fi
147142 ;;
148143 Darwin-arm64)
149144 local bitness=64
You can’t perform that action at this time.
0 commit comments