You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
41
41
LIBQUADMATH="/usr/lib/x86_64-linux-gnu/libquadmath.so.0.0.0"# Important that this is the library itself
42
42
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
0 commit comments