Changeset 27592
- Timestamp:
- 02/17/23 19:37:37 (2 years ago)
- Location:
- issm/trunk-jpl/externalpackages/gmt
- Files:
-
- 6 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/gmt/configs/6.0/static/linux/cmake/ConfigUser.static.cmake
r27158 r27592 191 191 # Create position independent code on all targets [auto] (needed for static 192 192 # build on non-x86): 193 set (CMAKE_POSITION_INDEPENDENT_CODE TRUE)193 #set (CMAKE_POSITION_INDEPENDENT_CODE TRUE) 194 194 195 195 # Build GMT shared lib with supplemental modules [TRUE]: 196 set (BUILD_SUPPLEMENTS FALSE)196 #set (BUILD_SUPPLEMENTS FALSE) 197 197 198 198 # Build/Install GMT Developer include files [TRUE]: -
issm/trunk-jpl/externalpackages/gmt/configs/6.0/static/mac/cmake/ConfigUser.static.cmake
r27158 r27592 191 191 # Create position independent code on all targets [auto] (needed for static 192 192 # build on non-x86): 193 set (CMAKE_POSITION_INDEPENDENT_CODE TRUE)193 #set (CMAKE_POSITION_INDEPENDENT_CODE TRUE) 194 194 195 195 # Build GMT shared lib with supplemental modules [TRUE]: 196 set (BUILD_SUPPLEMENTS FALSE)196 #set (BUILD_SUPPLEMENTS FALSE) 197 197 198 198 # Build/Install GMT Developer include files [TRUE]: -
issm/trunk-jpl/externalpackages/gmt/install-6-linux-static.sh
r27567 r27592 5 5 ## Constants 6 6 # 7 VER="6. 4.0"7 VER="6.0.0" 8 8 9 9 # Find libgfortran and libgcc so we do not have to hardcode them … … 44 44 45 45 # Copy custom configuration files 46 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 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 51 50 52 51 # Configure -
issm/trunk-jpl/externalpackages/gmt/install-6-linux.sh
r27406 r27592 5 5 ## Constants 6 6 # 7 VER="6. 4.0"7 VER="6.0.0" 8 8 9 9 # Find libgfortran so that we do not have to hardcode it. … … 36 36 37 37 # Copy custom configuration files 38 cp ./configs/6 /linux/cmake/ConfigUser.cmake ./src/cmake38 cp ./configs/6.0/linux/cmake/ConfigUser.cmake ./src/cmake 39 39 40 40 # Configure -
issm/trunk-jpl/externalpackages/gmt/install-6-mac-static.sh
r27567 r27592 5 5 ## Constants 6 6 # 7 VER="6. 4.0"7 VER="6.0.0" 8 8 9 9 # Find libgfortran and libgcc so we do not have to hardcode them … … 45 45 46 46 # Copy custom configuration files 47 cp ./configs/6 /static/mac/cmake/ConfigUser.static.cmake ./src/cmake/ConfigUser.cmake48 cp ./configs/6 /static/cmake/modules/FindGDAL.cmake ./src/cmake/modules49 cp ./configs/6 /static/cmake/modules/FindGSHHG.cmake ./src/cmake/modules50 cp ./configs/6 /static/cmake/modules/FindNETCDF.cmake ./src/cmake/modules47 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 51 51 52 52 # Configure -
issm/trunk-jpl/externalpackages/gmt/install-6-mac.sh
r27541 r27592 5 5 ## Constants 6 6 # 7 VER="6. 4.0"7 VER="6.0.0" 8 8 9 9 # Find libgfortran so that we do not have to hardcode it. … … 36 36 37 37 # Copy custom configuration files 38 cp ./configs/6 /mac/cmake/ConfigUser.cmake ./src/cmake38 cp ./configs/6.0/mac/cmake/ConfigUser.cmake ./src/cmake 39 39 40 40 # Configure
Note:
See TracChangeset
for help on using the changeset viewer.