- Timestamp:
- 03/26/24 19:44:20 (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-matlab.sh
r28175 r28189 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 LIBQUADMATH="/usr/lib/x86_64-linux-gnu/libquadmath.so.0.0.0" # Important that this is the library itself 36 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 35 37 36 38 ## Environment … … 72 74 cat generic_static.m | sed -e "s/generic_static/generic/g" > generic.m 73 75 74 echo "Moving libgfortran to lib/"76 echo "Moving libgfortran and libquadmath to lib/" 75 77 cp ${LIBGFORTRAN} ${LIBGFORTRAN_DIST} 2> /dev/null 78 cp ${LIBQUADMATH} ${LIBQUADMATH_DIST} 2> /dev/null 76 79 77 80 echo "Moving MPICH binaries to bin/"
Note:
See TracChangeset
for help on using the changeset viewer.