You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export BLAS_LIBS="-L${BLAS_ROOT}/lib -lfblas${LIBGFORTRAN_ROOT}/libgfortran.a ${LIBGFORTRAN_ROOT}/libquadmath.a ${LIBGCC}"# Need to export BLAS_LIBS *and* pass it as an option to CMake to ensure that external packages also find it
25
+
export BLAS_LIBS="libblas.a${LIBGFORTRAN_ROOT}/libgfortran.a ${LIBGFORTRAN_ROOT}/libquadmath.a ${LIBGCC}"# Need to export BLAS_LIBS *and* pass it as an option to CMake to ensure that external packages also find it
26
26
export DAK_BUILD=${ISSM_DIR}/externalpackages/dakota/build # DO NOT CHANGE THIS
27
27
export DAK_INSTALL=${PREFIX}# DO NOT CHANGE THIS
28
28
export DAK_SRC=${ISSM_DIR}/externalpackages/dakota/src # DO NOT CHANGE THIS
29
-
export LAPACK_LIBS="-L${LAPACK_ROOT}/lib -lflapack${LIBGFORTRAN_ROOT}/libgfortran.a ${LIBGFORTRAN_ROOT}/libquadmath.a ${LIBGCC}"# Need to export LAPACK_LIBS *and* pass it as an option to CMake to ensure that external packages also find it
29
+
export LAPACK_LIBS="liblapack.a${LIBGFORTRAN_ROOT}/libgfortran.a ${LIBGFORTRAN_ROOT}/libquadmath.a ${LIBGCC}"# Need to export LAPACK_LIBS *and* pass it as an option to CMake to ensure that external packages also find it
export BLAS_LIBS="-L${BLAS_ROOT}/lib -lfblas"# Need to export BLAS_LIBS *and* pass it as an option to CMake to ensure that external packages also find it
22
+
export BLAS_LIBS="-lblas"# Need to export BLAS_LIBS *and* pass it as an option to CMake to ensure that external packages also find it
23
23
export DAK_BUILD=${ISSM_DIR}/externalpackages/dakota/build # DO NOT CHANGE THIS
24
24
export DAK_INSTALL=${PREFIX}# DO NOT CHANGE THIS
25
25
export DAK_SRC=${ISSM_DIR}/externalpackages/dakota/src # DO NOT CHANGE THIS
26
26
export FLIBS="-L${LIBGFORTRAN_ROOT} -lgfortran"
27
-
export LAPACK_LIBS="-L${LAPACK_ROOT}/lib -lflapack"# Need to export LAPACK_LIBS *and* pass it as an option to CMake to ensure that external packages also find it
27
+
export LAPACK_LIBS="-llapack"# Need to export LAPACK_LIBS *and* pass it as an option to CMake to ensure that external packages also find it
0 commit comments