Skip to content

Commit 80f6f5d

Browse files
committed
Update Scipy
1 parent ba8ca89 commit 80f6f5d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

singularity/Singularity.intel_mkl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,17 +226,17 @@ EOF
226226
cd ..
227227
rm -rf numpy-1.26.4/
228228

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/
233233
pip install . -Csetup-args=-Dblas=mkl-dynamic-lp64-iomp -Csetup-args=-Dlapack=mkl-dynamic-lp64-iomp -Csetup-args=-Db_lto=true
234234
if [ $DEBUG = true ]; then
235235
pip install pyyaml
236236
python -c 'import numpy; numpy.show_config()'
237237
fi
238238
cd ..
239-
rm -rf scipy-1.15.1/
239+
rm -rf scipy-1.15.2/
240240

241241
export PKG_CONFIG_PATH=$MKLROOT/lib/pkgconfig/
242242
else

0 commit comments

Comments
 (0)