Changeset 27837


Ignore:
Timestamp:
07/18/23 20:14:26 (20 months ago)
Author:
jdquinn
Message:

BUG: Modifying RPATH so that libgfortran is findable by gmt binary

Location:
issm/trunk-jpl/externalpackages/gmt
Files:
2 added
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/gmt/install-6-linux-static.sh

    r27785 r27837  
    4444
    4545# Copy custom configuration files
    46 cp ./configs/6.0/static/linux/cmake/ConfigUser.static.cmake ./src/cmake/ConfigUser.cmake
    47 cp ./configs/6.0/static/cmake/modules/FindGDAL.cmake ./src/cmake/modules
    48 cp ./configs/6.0/static/cmake/modules/FindGSHHG.cmake ./src/cmake/modules
    49 cp ./configs/6.0/static/cmake/modules/FindNETCDF.cmake ./src/cmake/modules
    50 cp ./configs/6.0/static/src/CMakeLists.txt ./src/src
     46cp ./configs/6/static/linux/cmake/ConfigUser.static.cmake ./src/cmake/ConfigUser.cmake
     47cp ./configs/6/static/cmake/modules/FindGDAL.cmake ./src/cmake/modules
     48cp ./configs/6/static/cmake/modules/FindGSHHG.cmake ./src/cmake/modules
     49cp ./configs/6/static/cmake/modules/FindNETCDF.cmake ./src/cmake/modules
     50cp ./configs/6/static/src/CMakeLists.txt ./src/src
    5151
    5252# Configure
  • issm/trunk-jpl/externalpackages/gmt/install-6-linux.sh

    r27700 r27837  
    3636
    3737# Copy custom configuration files
    38 cp ./configs/6.0/linux/cmake/ConfigUser.cmake ./src/cmake
     38cp ./configs/6/linux/cmake/ConfigUser.cmake ./src/cmake
    3939
    4040# Configure
  • issm/trunk-jpl/externalpackages/gmt/install-6-mac-static.sh

    r27785 r27837  
    4545
    4646# Copy custom configuration files
    47 cp ./configs/6.0/static/mac/cmake/ConfigUser.static.cmake ./src/cmake/ConfigUser.cmake
    48 cp ./configs/6.0/static/cmake/modules/FindGDAL.cmake ./src/cmake/modules
    49 cp ./configs/6.0/static/cmake/modules/FindGSHHG.cmake ./src/cmake/modules
    50 cp ./configs/6.0/static/cmake/modules/FindNETCDF.cmake ./src/cmake/modules
     47cp ./configs/6/static/mac/cmake/ConfigUser.static.cmake ./src/cmake/ConfigUser.cmake
     48cp ./configs/6/static/cmake/modules/FindGDAL.cmake ./src/cmake/modules
     49cp ./configs/6/static/cmake/modules/FindGSHHG.cmake ./src/cmake/modules
     50cp ./configs/6/static/cmake/modules/FindNETCDF.cmake ./src/cmake/modules
    5151
    5252# Configure
  • issm/trunk-jpl/externalpackages/gmt/install-6-mac.sh

    r27701 r27837  
    3636
    3737# Copy custom configuration files
    38 cp ./configs/6.0/mac/cmake/ConfigUser.cmake ./src/cmake
     38cp ./configs/6/mac/cmake/ConfigUser.cmake ./src/cmake
     39cp ./configs/6/mac/cmake/modules/ConfigCMake.cmake ./src/cmake/modules
    3940
    4041# Configure
     
    5556        -DCURL_LIBRARY="-L${CURL_ROOT}/lib;-lcurl" \
    5657        -DLAPACK_LIBRARIES="-L${LAPACK_ROOT}/lib;-lflapack;-L${LIBGFORTRAN_ROOT};-lgfortran" \
     58        -DLIBGFORTRAN_ROOT="${LIBGFORTRAN_ROOT}" \
    5759        ..
    5860
Note: See TracChangeset for help on using the changeset viewer.