Changeset 27837
- Timestamp:
- 07/18/23 20:14:26 (20 months ago)
- 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 44 44 45 45 # Copy custom configuration files 46 cp ./configs/6 .0/static/linux/cmake/ConfigUser.static.cmake ./src/cmake/ConfigUser.cmake47 cp ./configs/6 .0/static/cmake/modules/FindGDAL.cmake ./src/cmake/modules48 cp ./configs/6 .0/static/cmake/modules/FindGSHHG.cmake ./src/cmake/modules49 cp ./configs/6 .0/static/cmake/modules/FindNETCDF.cmake ./src/cmake/modules50 cp ./configs/6 .0/static/src/CMakeLists.txt ./src/src46 cp ./configs/6/static/linux/cmake/ConfigUser.static.cmake ./src/cmake/ConfigUser.cmake 47 cp ./configs/6/static/cmake/modules/FindGDAL.cmake ./src/cmake/modules 48 cp ./configs/6/static/cmake/modules/FindGSHHG.cmake ./src/cmake/modules 49 cp ./configs/6/static/cmake/modules/FindNETCDF.cmake ./src/cmake/modules 50 cp ./configs/6/static/src/CMakeLists.txt ./src/src 51 51 52 52 # Configure -
issm/trunk-jpl/externalpackages/gmt/install-6-linux.sh
r27700 r27837 36 36 37 37 # Copy custom configuration files 38 cp ./configs/6 .0/linux/cmake/ConfigUser.cmake ./src/cmake38 cp ./configs/6/linux/cmake/ConfigUser.cmake ./src/cmake 39 39 40 40 # Configure -
issm/trunk-jpl/externalpackages/gmt/install-6-mac-static.sh
r27785 r27837 45 45 46 46 # Copy custom configuration files 47 cp ./configs/6 .0/static/mac/cmake/ConfigUser.static.cmake ./src/cmake/ConfigUser.cmake48 cp ./configs/6 .0/static/cmake/modules/FindGDAL.cmake ./src/cmake/modules49 cp ./configs/6 .0/static/cmake/modules/FindGSHHG.cmake ./src/cmake/modules50 cp ./configs/6 .0/static/cmake/modules/FindNETCDF.cmake ./src/cmake/modules47 cp ./configs/6/static/mac/cmake/ConfigUser.static.cmake ./src/cmake/ConfigUser.cmake 48 cp ./configs/6/static/cmake/modules/FindGDAL.cmake ./src/cmake/modules 49 cp ./configs/6/static/cmake/modules/FindGSHHG.cmake ./src/cmake/modules 50 cp ./configs/6/static/cmake/modules/FindNETCDF.cmake ./src/cmake/modules 51 51 52 52 # Configure -
issm/trunk-jpl/externalpackages/gmt/install-6-mac.sh
r27701 r27837 36 36 37 37 # Copy custom configuration files 38 cp ./configs/6.0/mac/cmake/ConfigUser.cmake ./src/cmake 38 cp ./configs/6/mac/cmake/ConfigUser.cmake ./src/cmake 39 cp ./configs/6/mac/cmake/modules/ConfigCMake.cmake ./src/cmake/modules 39 40 40 41 # Configure … … 55 56 -DCURL_LIBRARY="-L${CURL_ROOT}/lib;-lcurl" \ 56 57 -DLAPACK_LIBRARIES="-L${LAPACK_ROOT}/lib;-lflapack;-L${LIBGFORTRAN_ROOT};-lgfortran" \ 58 -DLIBGFORTRAN_ROOT="${LIBGFORTRAN_ROOT}" \ 57 59 .. 58 60
Note:
See TracChangeset
for help on using the changeset viewer.