We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718a8a8 commit 114669eCopy full SHA for 114669e
externalpackages/gmt/install-6-mac.sh
@@ -21,7 +21,7 @@ LIBGFORTRAN_ROOT=${LIBGFORTRAN%/*}
21
#
22
export CC=mpicc
23
export CFLAGS="${CFLAGS} -w"
24
-export LDFLAGS="-Wl,-rpath,${NETCDF_ROOT}/lib"
+export LDFLAGS="-Wl,-rpath,'${GDAL_ROOT}/lib' -Wl,-rpath,'${NETCDF_ROOT}/lib'"
25
26
# Download source
27
$ISSM_DIR/scripts/DownloadExternalPackage.sh "https://github.com/GenericMappingTools/gmt/archive/refs/tags/${VER}.tar.gz" "gmt-${VER}.tar.gz"
0 commit comments