Skip to content

Resolve "Add a test to configure.sh on whether the Lapack and blas libraries are found"

I realized a way to fix the zsh issue. One can just explicitly execute the compilation directly in a bash shell with

bash -c "$FC check_libs.f90 $LIBS -o check_libs.out"

Closes #219 (closed)

Edited by Jonas Schwab

Merge request reports