Merged
requested to merge 219-add-a-test-to-configure-sh-on-whether-the-lapack-and-blas-libraries-are-found into master
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)