Skip to content

Commit

Permalink
Use default finds for BLAS and LAPACK
Browse files Browse the repository at this point in the history
Or rather, do not specify TPL_<blasorlapack>_LIBRARIES for the default
case.

Signed-off-by: Samuel E. Browne <[email protected]>
  • Loading branch information
sebrowne committed Dec 18, 2024
1 parent 3ed0aa4 commit edb36e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/framework/ini-files/config-specs.ini
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,6 @@ opt-set-cmake-var Scotch_LIBRARY_DIRS PATH : ${SEMS_SCOTCH_LIBRARY_PATH|ENV}
# Explicit libraries
opt-set-cmake-var TPL_DLlib_LIBRARIES PATH : ${DL_LIBRARIES|ENV}
opt-set-cmake-var TPL_Netcdf_LIBRARIES STRING : ${SEMS_NETCDF_LIBRARY_PATH|ENV}/libnetcdf.so;${SEMS_NETCDF_LIBRARY_PATH|ENV}/libpnetcdf.a
opt-set-cmake-var TPL_BLAS_LIBRARIES STRING : ${BLAS_LIBRARIES|ENV}
opt-set-cmake-var TPL_LAPACK_LIBRARIES STRING : ${LAPACK_LIBRARIES|ENV}

[SPACK_NETLIB_BLAS_LAPACK]
opt-set-cmake-var TPL_BLAS_LIBRARIES STRING FORCE : -L${BLAS_ROOT|ENV}/lib;-lblas;-lgfortran;-lgomp
Expand Down

0 comments on commit edb36e1

Please sign in to comment.