Changeset 15247


Ignore:
Timestamp:
06/12/13 12:55:41 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: do not hard code location of BLAS_LIBS and LAPACK_LIBS (change needed for larsen at least)

Location:
issm/trunk-jpl/externalpackages/dakota
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/dakota/configs/5.3.1/BuildDakotaCustom.cmake.patch

    r15245 r15247  
    1 41,46c41,46
    2 < #set( BLAS_LIBS
    3 < #      "/usr/lib64"
    4 < #      CACHE FILEPATH "Use non-standard BLAS library path" FORCE )
    5 < #set( LAPACK_LIBS
    6 < #      "/usr/lib64"
    7 < #      CACHE FILEPATH "Use non-standard BLAS library path" FORCE )
    8 ---
    9 > set( BLAS_LIBS
    10 >       "/usr/lib64/libblas.so.3.0.3"
    11 >       CACHE FILEPATH "Use non-standard BLAS library path" FORCE )
    12 > set( LAPACK_LIBS
    13 >       "/usr/lib64/liblapack.so.3.0.3"
    14 >       CACHE FILEPATH "Use non-standard BLAS library path" FORCE )
    15164,65c64,65
    162< #set( DAKOTA_HAVE MPI ON
Note: See TracChangeset for help on using the changeset viewer.