We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a30c60 commit a302b9bCopy full SHA for a302b9b
singularity/Singularity.intel_mkl
@@ -219,6 +219,9 @@ EOF
219
rm numpy-1.26.4.tar.gz
220
cd numpy-1.26.4/
221
pip install . -Csetup-args=-Dblas-order=mkl-dynamic-lp64-iomp -Csetup-args=-Dlapack-order=mkl-dynamic-lp64-iomp
222
+ if [ $DEBUG = true ]; then
223
+ python -c 'import numpy; numpy.show_config()'
224
+ fi
225
cd ..
226
rm -rf numpy-1.26.4/
227
@@ -227,6 +230,9 @@ EOF
230
rm scipy-1.15.1.tar.gz
228
231
cd scipy-1.15.1/
229
232
pip install . -Csetup-args=-Dblas=mkl-dynamic-lp64-iomp -Csetup-args=-Dlapack=mkl-dynamic-lp64-iomp
233
234
235
236
237
rm -rf scipy-1.15.1/
238
0 commit comments