Changeset 28202


Ignore:
Timestamp:
04/04/24 11:01:16 (12 months ago)
Author:
jdquinn
Message:

CHG: typo

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  
    3333LIBGFORTRAN="/usr/lib/x86_64-linux-gnu/libgfortran.so.5.0.0" # Important that this is the library itself
    3434LIBGFORTRAN_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 itself
    36 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 it
    37 LIBPSL="${ISSM_DIR}/externalpackages/gmt/install/lib/libpostscriptlight.6.5.0.so" # Important that this is the library itself
    38 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 it
     35LIBGMT="${ISSM_DIR}/externalpackages/gmt/install/lib/libgmt.so.6.5.0" # Important that this is the library itself
     36LIBGMT_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
     37LIBPSL="${ISSM_DIR}/externalpackages/gmt/install/lib/libpostscriptlight.so.6.5.0" # Important that this is the library itself
     38LIBPSL_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
    3939LIBQUADMATH="/usr/lib/x86_64-linux-gnu/libquadmath.so.0.0.0" # Important that this is the library itself
    4040LIBQUADMATH_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  
    3333LIBGFORTRAN="/usr/lib/x86_64-linux-gnu/libgfortran.so.5.0.0" # Important that this is the library itself
    3434LIBGFORTRAN_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 itself
    36 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 it
    37 LIBPSL="${ISSM_DIR}/externalpackages/gmt/install/lib/libpostscriptlight.6.5.0.so" # Important that this is the library itself
    38 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 it
     35LIBGMT="${ISSM_DIR}/externalpackages/gmt/install/lib/libgmt.so.6.5.0" # Important that this is the library itself
     36LIBGMT_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
     37LIBPSL="${ISSM_DIR}/externalpackages/gmt/install/lib/libpostscriptlight.so.6.5.0" # Important that this is the library itself
     38LIBPSL_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
    3939LIBQUADMATH="/usr/lib/x86_64-linux-gnu/libquadmath.so.0.0.0" # Important that this is the library itself
    4040LIBQUADMATH_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.