Skip to content

Commit

Permalink
Output looks better
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKurek committed Jan 31, 2025
1 parent 5d1f383 commit f897161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions singularity/Singularity.intel_mkl
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ EOF
cd numpy-1.26.4/
pip install . -Csetup-args=-Dblas-order=mkl-dynamic-lp64-iomp -Csetup-args=-Dlapack-order=mkl-dynamic-lp64-iomp -Csetup-args=-Db_lto=true
if [ $DEBUG = true ]; then
pip install pyyaml
python -c 'import numpy; numpy.show_config()'
fi
cd ..
Expand All @@ -231,6 +232,7 @@ EOF
cd scipy-1.15.1/
pip install . -Csetup-args=-Dblas=mkl-dynamic-lp64-iomp -Csetup-args=-Dlapack=mkl-dynamic-lp64-iomp -Csetup-args=-Db_lto=true
if [ $DEBUG = true ]; then
pip install pyyaml
python -c 'import numpy; numpy.show_config()'
fi
cd ..
Expand Down

0 comments on commit f897161

Please sign in to comment.