From f8971616e7f967147616a2cd6f52c4904bac9bf9 Mon Sep 17 00:00:00 2001 From: AlexKurek Date: Thu, 30 Jan 2025 17:14:46 +0100 Subject: [PATCH] Output looks better --- singularity/Singularity.intel_mkl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/singularity/Singularity.intel_mkl b/singularity/Singularity.intel_mkl index 04431d94..c559b7fc 100644 --- a/singularity/Singularity.intel_mkl +++ b/singularity/Singularity.intel_mkl @@ -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 .. @@ -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 ..