Changeset 28202
- Timestamp:
- 04/04/24 11:01:16 (12 months ago)
- Location:
- issm/trunk-jpl/packagers/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-matlab.sh
r28201 r28202 33 33 LIBGFORTRAN="/usr/lib/x86_64-linux-gnu/libgfortran.so.5.0.0" # Important that this is the library itself 34 34 LIBGFORTRAN_DIST="${ISSM_DIR}/lib/libgfortran.so.5" # Important the file name matches the SONAME entry in the binaries and other shared libraries which link to it 35 LIBGMT="${ISSM_DIR}/externalpackages/gmt/install/lib/libgmt. 6.5.0.so" # Important that this is the library itself36 LIBGMT_DIST="${ISSM_DIR}/lib/libgmt. 6.so" # Important the file name matches the SONAME entry in the binaries and other shared libraries which link to it37 LIBPSL="${ISSM_DIR}/externalpackages/gmt/install/lib/libpostscriptlight. 6.5.0.so" # Important that this is the library itself38 LIBPSL_DIST="${ISSM_DIR}/lib/libpostscriptlight. 6.so" # Important the file name matches the SONAME entry in the binaries and other shared libraries which link to it35 LIBGMT="${ISSM_DIR}/externalpackages/gmt/install/lib/libgmt.so.6.5.0" # Important that this is the library itself 36 LIBGMT_DIST="${ISSM_DIR}/lib/libgmt.so.6" # Important the file name matches the SONAME entry in the binaries and other shared libraries which link to it 37 LIBPSL="${ISSM_DIR}/externalpackages/gmt/install/lib/libpostscriptlight.so.6.5.0" # Important that this is the library itself 38 LIBPSL_DIST="${ISSM_DIR}/lib/libpostscriptlight.so.6" # Important the file name matches the SONAME entry in the binaries and other shared libraries which link to it 39 39 LIBQUADMATH="/usr/lib/x86_64-linux-gnu/libquadmath.so.0.0.0" # Important that this is the library itself 40 40 LIBQUADMATH_DIST="${ISSM_DIR}/lib/libquadmath.so.0" # Important the file name matches the SONAME entry in the binaries and other shared libraries which link to it -
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-python-3.sh
r28201 r28202 33 33 LIBGFORTRAN="/usr/lib/x86_64-linux-gnu/libgfortran.so.5.0.0" # Important that this is the library itself 34 34 LIBGFORTRAN_DIST="${ISSM_DIR}/lib/libgfortran.so.5" # Important the file name matches the SONAME entry in the binaries and other shared libraries which link to it 35 LIBGMT="${ISSM_DIR}/externalpackages/gmt/install/lib/libgmt. 6.5.0.so" # Important that this is the library itself36 LIBGMT_DIST="${ISSM_DIR}/lib/libgmt. 6.so" # Important the file name matches the SONAME entry in the binaries and other shared libraries which link to it37 LIBPSL="${ISSM_DIR}/externalpackages/gmt/install/lib/libpostscriptlight. 6.5.0.so" # Important that this is the library itself38 LIBPSL_DIST="${ISSM_DIR}/lib/libpostscriptlight. 6.so" # Important the file name matches the SONAME entry in the binaries and other shared libraries which link to it35 LIBGMT="${ISSM_DIR}/externalpackages/gmt/install/lib/libgmt.so.6.5.0" # Important that this is the library itself 36 LIBGMT_DIST="${ISSM_DIR}/lib/libgmt.so.6" # Important the file name matches the SONAME entry in the binaries and other shared libraries which link to it 37 LIBPSL="${ISSM_DIR}/externalpackages/gmt/install/lib/libpostscriptlight.so.6.5.0" # Important that this is the library itself 38 LIBPSL_DIST="${ISSM_DIR}/lib/libpostscriptlight.so.6" # Important the file name matches the SONAME entry in the binaries and other shared libraries which link to it 39 39 LIBQUADMATH="/usr/lib/x86_64-linux-gnu/libquadmath.so.0.0.0" # Important that this is the library itself 40 40 LIBQUADMATH_DIST="${ISSM_DIR}/lib/libquadmath.so.0" # Important the file name matches the SONAME entry in the binaries and other shared libraries which link to it
Note:
See TracChangeset
for help on using the changeset viewer.