Changeset 24640


Ignore:
Timestamp:
03/04/20 22:37:01 (5 years ago)
Author:
jdquinn
Message:

CHG: Updated GMT config now that BLASLAPACK is being installed again via PETSc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/gmt/configs/6.0/linux/cmake/ConfigUser.cmake

    r24455 r24640  
    167167
    168168# Set LAPACK location. Use this when want to link with LAPACK and it's not found automatically
    169 set (LAPACK_LIBRARY "-L$ENV{ISSM_DIR}/externalpackages/lapack/install/lib -llapack")
    170 set (BLAS_LIBRARY "-L$ENV{ISSM_DIR}/externalpackages/lapack/install/lib -lblas")
     169set (LAPACK_LIBRARY "-L$ENV{ISSM_DIR}/externalpackages/petsc/install/lib -lflapack")
     170set (BLAS_LIBRARY "-L$ENV{ISSM_DIR}/externalpackages/petsc/install/lib -lfblas")
    171171
    172172##
Note: See TracChangeset for help on using the changeset viewer.