Changeset 24520


Ignore:
Timestamp:
01/14/20 16:41:50 (5 years ago)
Author:
schlegel
Message:

CHG: add install for using petsc blas lapack, rename patch that uses set library variables

Location:
issm/trunk-jpl/externalpackages/dakota
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/dakota/configs/6.2/CMakeLists.txt.petsclibs.patch

    r24372 r24520  
    33---
    44> # TODO: Can't this be integrated into the following logic?
    5 > set(BLAS_LIBS $ENV{BLAS_LIBS})
    6 > set(LAPACK_LIBS $ENV{LAPACK_LIBS})
     5> set(BLAS_LIBS "-L$ENV{ISSM_DIR}/externalpackages/petsc/install/lib -lfblas -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -lgfortran")
     6> set(LAPACK_LIBS "-L$ENV{ISSM_DIR}/externalpackages/petsc/install/lib -lflapack -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -lgfortran")
  • issm/trunk-jpl/externalpackages/dakota/install-6.2-linux64.sh

    r24494 r24520  
    2828patch $DAK_SRC/cmake/BuildDakotaCustom.cmake configs/6.2/BuildDakotaCustom.cmake.patch
    2929patch $DAK_SRC/cmake/DakotaDev.cmake configs/6.2/DakotaDev.cmake.patch
    30 patch $DAK_SRC/CMakeLists.txt configs/6.2/CMakeLists.txt.petsclibs.patch
     30patch $DAK_SRC/CMakeLists.txt configs/6.2/CMakeLists.txt.libvars.patch
    3131
    3232#Apply patches
Note: See TracChangeset for help on using the changeset viewer.