Changeset 27762
- Timestamp:
- 05/18/23 15:12:14 (22 months ago)
- Location:
- issm/trunk-jpl/externalpackages
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/gmt/install-6-linux-static.sh
r27761 r27762 20 20 21 21 GDAL_EXTRA_LIBS="-lstdc++" # Determined by running `$GDAL_ROOT/bin/gdal-config --dep-libs` then removing duplicate libs 22 NETCDF_EXTRA_LIBS="- L${HDF5_ROOT}/lib -lhdf5 -lhdf5_hl -lm -ldl -lz" # `$NETCDF_ROOT/bin/nc-config --libs` does not report certain dependencies of certain static libraries (see also customized configuration file ./configs/6.0/static/cmake/modules/FindNETCDF.cmake)22 NETCDF_EXTRA_LIBS="-lm -ldl -lz" # `$NETCDF_ROOT/bin/nc-config --libs` does not report certain dependencies of certain static libraries (see also customized configuration file ./configs/6.0/static/cmake/modules/FindNETCDF.cmake) 23 23 24 24 # Environment -
issm/trunk-jpl/externalpackages/gmt/install-6-mac-static.sh
r27761 r27762 20 20 21 21 GDAL_EXTRA_LIBS="-lc++" # `$GDAL_ROOT/bin/gdal-config --dep-libs` does not report need to link to libc++ (see also customized configuration file ./configs/6/static/cmake/modules/FindGDAL.cmake) 22 NETCDF_EXTRA_LIBS="- L${HDF5_ROOT}/lib -lhdf5 -lhdf5_hl -lpthread -ldl -liconv" # `$NETCDF_ROOT/bin/nc-config --libs` does not report certain dependencies of certain static libraries (see also customized configuration file ./configs/6/static/cmake/modules/FindNETCDF.cmake)22 NETCDF_EXTRA_LIBS="-lpthread -ldl -liconv" # `$NETCDF_ROOT/bin/nc-config --libs` does not report certain dependencies of certain static libraries (see also customized configuration file ./configs/6/static/cmake/modules/FindNETCDF.cmake) 23 23 24 24 # Environment -
issm/trunk-jpl/externalpackages/netcdf/install-4.7-parallel-static-with_tests.sh
r27567 r27762 17 17 # TODO: 18 18 # - Compile and link curl statically (issue with DAP and system libs on macOS 19 # with more rest irctive Gatekeeper; see also --disable-dap option in19 # with more restrictive Gatekeeper; see also --disable-dap option in 20 20 # configuration) 21 21 # -
issm/trunk-jpl/externalpackages/netcdf/install-4.7-parallel-static.sh
r27567 r27762 17 17 # TODO: 18 18 # - Compile and link curl statically (issue with DAP and system libs on macOS 19 # with more rest irctive Gatekeeper; see also --disable-dap option in19 # with more restrictive Gatekeeper; see also --disable-dap option in 20 20 # configuration) 21 21 # -
issm/trunk-jpl/externalpackages/netcdf/install-4.7-parallel-with_tests.sh
r27567 r27762 22 22 # 23 23 export CC=mpicc 24 export CPPFLAGS="-I${ CURL_ROOT}/include -I${ZLIB_ROOT}/include"25 export LDFLAGS="-L${ CURL_ROOT}/lib -L${ZLIB_ROOT}/lib"24 export CPPFLAGS="-I${HDF5_ROOT}/include -I${CURL_ROOT}/include -I${ZLIB_ROOT}/include" 25 export LDFLAGS="-L${HDF5_ROOT}/lib -L${CURL_ROOT}/lib -L${ZLIB_ROOT}/lib" 26 26 27 27 # Download source -
issm/trunk-jpl/externalpackages/netcdf/install-4.7-parallel.sh
r27567 r27762 22 22 # 23 23 export CC=mpicc 24 export CPPFLAGS="-I${ CURL_ROOT}/include -I${ZLIB_ROOT}/include"25 export LDFLAGS="-L${ CURL_ROOT}/lib -L${ZLIB_ROOT}/lib"24 export CPPFLAGS="-I${HDF5_ROOT}/include -I${CURL_ROOT}/include -I${ZLIB_ROOT}/include" 25 export LDFLAGS="-L${HDF5_ROOT}/lib -L${CURL_ROOT}/lib -L${ZLIB_ROOT}/lib" 26 26 27 27 # Download source -
issm/trunk-jpl/externalpackages/netcdf/install-4.7-with_tests.sh
r27567 r27762 21 21 # Environment 22 22 # 23 export CPPFLAGS="-I${ CURL_ROOT}/include -I${ZLIB_ROOT}/include"24 export LDFLAGS="-L${ CURL_ROOT}/lib -L${ZLIB_ROOT}/lib"23 export CPPFLAGS="-I${HDF5_ROOT}/include -I${CURL_ROOT}/include -I${ZLIB_ROOT}/include" 24 export LDFLAGS="-L${HDF5_ROOT}/lib -L${CURL_ROOT}/lib -L${ZLIB_ROOT}/lib" 25 25 26 26 # Download source -
issm/trunk-jpl/externalpackages/netcdf/install-4.7.sh
r27567 r27762 21 21 # Environment 22 22 # 23 export CPPFLAGS="-I${ CURL_ROOT}/include -I${ZLIB_ROOT}/include"24 export LDFLAGS="-L${ CURL_ROOT}/lib -L${ZLIB_ROOT}/lib"23 export CPPFLAGS="-I${HDF5_ROOT}/include -I${CURL_ROOT}/include -I${ZLIB_ROOT}/include" 24 export LDFLAGS="-L${HDF5_ROOT}/lib -L${CURL_ROOT}/lib -L${ZLIB_ROOT}/lib" 25 25 26 26 # Download source
Note:
See TracChangeset
for help on using the changeset viewer.