Index: sm/trunk-jpl/externalpackages/adolc/install-withampi-macosx64.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/adolc/install-withampi-macosx64.sh	(revision 25801)
+++ 	(revision )
@@ -1,35 +1,0 @@
-#!/bin/bash
-set -eu
-
-#Some cleanup
-rm -rf install src
-
-# Keeping the following commented line for potential future use.
-#git clone https://gitlab.com/adol-c/adol-c.git src
-
-#Download from ISSM server
-$ISSM_DIR/scripts/DownloadExternalPackage.sh 'https://issm.ess.uci.edu/files/externalpackages/ADOL-C' 'ADOL-C.tar.gz'
-
-#Untar ADOL-C
-tar -zxf  ADOL-C.tar.gz
-
-#Compile ADOL-C
-export CFLAGS="-O2 -L$ISSM_DIR/externalpackages/mpich/install/lib -lpmpich"
-export CXXFLAGS="-O2 -L$ISSM_DIR/externalpackages/mpich/install/lib -lpmpich"
-
-cd src
-./configure --prefix=$ISSM_DIR/externalpackages/adolc/install  \
-	--libdir=$ISSM_DIR/externalpackages/adolc/install/lib \
-	--with-mpi-root=$ISSM_DIR/externalpackages/mpich/install \
-	--enable-ampi \
-	--with-ampi=$ISSM_DIR/externalpackages/adjoinablempi/install \
-	--with-soname=adolc \
-	--disable-tapedoc-values
-
-make clean
-if [ $# -eq 0 ]; then
-	make V=1
-else
-	make -j $1 V=1
-fi
-make V=1 install
