Ignore:
Timestamp:
03/26/24 19:44:20 (12 months ago)
Author:
jdquinn
Message:

CHG: Need to link GMT differently and add more libraries to distributable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-matlab.sh

    r28175 r28189  
    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
     35LIBQUADMATH="/usr/lib/x86_64-linux-gnu/libquadmath.so.0.0.0" # Important that this is the library itself
     36LIBQUADMATH_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
    3537
    3638## Environment
     
    7274cat generic_static.m | sed -e "s/generic_static/generic/g" > generic.m
    7375
    74 echo "Moving libgfortran to lib/"
     76echo "Moving libgfortran and libquadmath to lib/"
    7577cp ${LIBGFORTRAN} ${LIBGFORTRAN_DIST} 2> /dev/null
     78cp ${LIBQUADMATH} ${LIBQUADMATH_DIST} 2> /dev/null
    7679
    7780echo "Moving MPICH binaries to bin/"
Note: See TracChangeset for help on using the changeset viewer.