Skip to content

Commit 4c2756b

Browse files
Adding libstc++ to Linux distriibutable
1 parent 9375a48 commit 4c2756b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packagers/linux/package-issm-linux-binaries-matlab.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ LIBPSL="${ISSM_DIR}/externalpackages/gmt/install/lib/libpostscriptlight.so.6.5.0
4040
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
4141
LIBQUADMATH="/usr/lib/x86_64-linux-gnu/libquadmath.so.0.0.0" # Important that this is the library itself
4242
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
43+
LIBSTDCXX="/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" # Important that this is the library itself
44+
LIBSTDCXX_DIST="${ISSM_DIR}/lib/libstdc++.so.6.0.30" # Important the file name matches the SONAME entry in the binaries and other shared libraries which link to it
4345

4446
## Environment
4547
#
@@ -85,6 +87,7 @@ cp ${LIBGFORTRAN} ${LIBGFORTRAN_DIST} 2>/dev/null
8587
cp ${LIBQUADMATH} ${LIBQUADMATH_DIST} 2>/dev/null
8688
cp ${LIBGMT} ${LIBGMT_DIST} 2>/dev/null
8789
cp ${LIBPSL} ${LIBPSL_DIST} 2>/dev/null
90+
cp ${LIBSTDCXX} ${LIBSTDCXX_DIST} 2>/dev/null
8891

8992
echo "Moving MPICH binaries to bin/"
9093
if [ -f ${ISSM_DIR}/externalpackages/petsc/install/bin/mpiexec ]; then

0 commit comments

Comments
 (0)