Skip to content

Commit 643d529

Browse files
committed
Make numpy faster
tikk3r#222 (comment)
1 parent 0b9e5ba commit 643d529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singularity/Singularity.intel_mkl

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ EOF
218218
tar xzf numpy-1.26.4.tar.gz
219219
rm numpy-1.26.4.tar.gz
220220
cd numpy-1.26.4/
221-
pip install . -Csetup-args=-Dblas-order=mkl,openblas,blis -Csetup-args=-Dlapack-order=mkl,openblas,lapack
221+
pip install . -Csetup-args=-Dblas-order=mkl-dynamic-lp64-iomp -Csetup-args=-Dlapack-order=mkl-dynamic-lp64-iomp
222222
cd ..
223223
rm -rf numpy-1.26.4/
224224

0 commit comments

Comments
 (0)