File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -226,17 +226,17 @@ EOF
226
226
cd ..
227
227
rm -rf numpy-1.26.4/
228
228
229
- wget https://github.com/scipy/scipy/releases/download/v1.15.1 /scipy-1.15.1 .tar.gz
230
- tar xzf scipy-1.15.1 .tar.gz
231
- rm scipy-1.15.1 .tar.gz
232
- cd scipy-1.15.1 /
229
+ wget https://github.com/scipy/scipy/releases/download/v1.15.2 /scipy-1.15.2 .tar.gz
230
+ tar xzf scipy-1.15.2 .tar.gz
231
+ rm scipy-1.15.2 .tar.gz
232
+ cd scipy-1.15.2 /
233
233
pip install . -Csetup-args=-Dblas=mkl-dynamic-lp64-iomp -Csetup-args=-Dlapack=mkl-dynamic-lp64-iomp -Csetup-args=-Db_lto=true
234
234
if [ $DEBUG = true ]; then
235
235
pip install pyyaml
236
236
python -c 'import numpy; numpy.show_config()'
237
237
fi
238
238
cd ..
239
- rm -rf scipy-1.15.1 /
239
+ rm -rf scipy-1.15.2 /
240
240
241
241
export PKG_CONFIG_PATH=$MKLROOT/lib/pkgconfig/
242
242
else
You can’t perform that action at this time.
0 commit comments