Changeset 24948
- Timestamp:
- 06/01/20 15:03:45 (5 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/gmt/install-6.0-linux-static.sh
r24931 r24948 17 17 ZLIB_ROOT="${PETSC_ROOT}" 18 18 19 GDAL_LIBRARY="${GDAL_ROOT}/lib/libgdal.a;${NETCDF_ROOT}/lib/libnetcdf.a;${HDF5_ROOT}/lib/libhdf5_hl.a;${HDF5_ROOT}/lib/libhdf5.a;${PROJ_ROOT}/lib/libproj.a;${ZLIB_ROOT}/lib/libz.a; /usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/x86_64-linux-gnu/libdl.so;${CURL_ROOT}/lib/libcurl.a;/usr/lib/x86_64-linux-gnu/libssl.a;/usr/lib/x86_64-linux-gnu/libcrypto.a;/usr/lib/x86_64-linux-gnu/libsqlite3.a;/usr/lib/x86_64-linux-gnu/libexpat.a;/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25;" # Determined by running `$GDAL_ROOT/bin/gdal-config --dep-libs`, removing duplicate libs, then adding libmpicxx as, otherwise, various symbols in libgdal are undefined (compiled with mpicxx)20 NETCDF_LIBRARY="${NETCDF_ROOT}/lib/libnetcdf.a; /usr/lib/x86_64-linux-gnu/libm.so;${CURL_ROOT}/lib/libcurl.a;${HDF5_ROOT}/lib/libhdf5_hl.a;${HDF5_ROOT}/lib/libhdf5.a;${ZLIB_ROOT}/lib/libz.a;/usr/lib/x86_64-linux-gnu/libssl.a;/usr/lib/x86_64-linux-gnu/libcrypto.a;/usr/lib/x86_64-linux-gnu/libdl.so" # Determined by running `$NETCDF_ROOT/bin/nc-config --libs`19 GDAL_LIBRARY="${GDAL_ROOT}/lib/libgdal.a;${NETCDF_ROOT}/lib/libnetcdf.a;${HDF5_ROOT}/lib/libhdf5_hl.a;${HDF5_ROOT}/lib/libhdf5.a;${PROJ_ROOT}/lib/libproj.a;${ZLIB_ROOT}/lib/libz.a;-L/usr/lib/x86_64-linux-gnu;-lpthread;-lm;-lrt;-ldl;${CURL_ROOT}/lib/libcurl.a;/usr/lib/x86_64-linux-gnu/libssl.a;/usr/lib/x86_64-linux-gnu/libcrypto.a;/usr/lib/x86_64-linux-gnu/libsqlite3.a;/usr/lib/x86_64-linux-gnu/libexpat.a;-lstdc++" # Determined by running `$GDAL_ROOT/bin/gdal-config --dep-libs`, removing duplicate libs, then adding libmpicxx as, otherwise, various symbols in libgdal are undefined (compiled with mpicxx) 20 NETCDF_LIBRARY="${NETCDF_ROOT}/lib/libnetcdf.a;-L/usr/lib/x86_64-linux-gnu;-lm;${CURL_ROOT}/lib/libcurl.a;${HDF5_ROOT}/lib/libhdf5_hl.a;${HDF5_ROOT}/lib/libhdf5.a;${ZLIB_ROOT}/lib/libz.a;/usr/lib/x86_64-linux-gnu/libssl.a;/usr/lib/x86_64-linux-gnu/libcrypto.a;-ldl" # Determined by running `$NETCDF_ROOT/bin/nc-config --libs` 21 21 22 22 # Environment … … 60 60 # 61 61 cmake \ 62 -DBLAS_LIBRARIES="${BLASLAPACK_ROOT}/lib/libfblas.a; /usr/lib/x86_64-linux-gnu/libgfortran.so" \62 -DBLAS_LIBRARIES="${BLASLAPACK_ROOT}/lib/libfblas.a;-L/usr/lib/x86_64-linux-gnu;-lgfortran" \ 63 63 -DCURL_LIBRARY="${CURL_ROOT}/lib" \ 64 64 -DCURL_INCLUDE_DIR="${CURL_ROOT}/include" \ 65 -DLAPACK_LIBRARIES="${BLASLAPACK_ROOT}/lib/libflapack.a; /usr/lib/x86_64-linux-gnu/libgfortran.so" \65 -DLAPACK_LIBRARIES="${BLASLAPACK_ROOT}/lib/libflapack.a;-L/usr/lib/x86_64-linux-gnu;-lgfortran" \ 66 66 -DGDAL_LIBRARY="${GDAL_LIBRARY}" \ 67 67 -DNETCDF_LIBRARY="${NETCDF_LIBRARY}" \ -
issm/trunk-jpl/jenkins/ross-debian_linux-binaries-solid_earth
r24942 r24948 44 44 cmake install.sh 45 45 petsc install-3.12-linux-solid_earth-static.sh 46 boost install-1.7 2-linux-static.sh46 boost install-1.7-linux-static.sh 47 47 triangle install-linux-static.sh 48 48 chaco install.sh
Note:
See TracChangeset
for help on using the changeset viewer.