Changeset 13395 for issm/trunk/externalpackages/swig/install.sh
- Timestamp:
- 09/19/12 09:32:34 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 1 projects 1 2 autom4te.cache 2 3 aclocal.m4
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 12710-12871,12873-12877,12881-12896,12898-12900,12902-12916,12920-12935,12937-12945,12948-13100,13107-13110,13112-13116,13119-13393
- Property svn:ignore
-
issm/trunk/externalpackages
- Property svn:ignore
-
old new 1 archive 1 2 MITgcm 2 3 OpenAD 4 ivins
-
- Property svn:ignore
-
issm/trunk/externalpackages/swig
-
Property svn:ignore
set to
install
*.gz
-
Property svn:ignore
set to
-
issm/trunk/externalpackages/swig/install.sh
r12332 r13395 1 1 #!/bin/bash 2 set -eu 2 3 3 4 #Some cleanup … … 18 19 #cp $ISSM_DIR/externalpackages/pcre/install/pcre.h ./Source/Include/ 19 20 #cp $ISSM_DIR/externalpackages/pcre/install/.libs/* ./Source/Include/ 20 export CFLAGS=" $CFLAGS-I$ISSM_DIR/externalpackages/pcre/install"21 export CFLAGS="-I$ISSM_DIR/externalpackages/pcre/install" 21 22 export LDFLAGS="-L$ISSM_DIR/externalpackages/pcre/install/.libs/" 22 23 export LIBS="-lpcre" 23 #Configure doxygen24 #Configure swig 24 25 ./configure \ 25 --prefix="$ISSM_DIR/externalpackages/ python/install" \26 --prefix="$ISSM_DIR/externalpackages/swig/install" \ 26 27 --with-pcre-prefix="$ISSM_DIR/externalpackages/pcre/install" \ 27 --with-pcre-exec-prefix="$ISSM_DIR/externalpackages/pcre/install" 28 make 28 --with-pcre-exec-prefix="$ISSM_DIR/externalpackages/pcre/install" \ 29 --with-python="$ISSM_DIR/externalpackages/python/install/bin/python" 30 31 #Compile and install gdal 32 if [ $# -eq 0 ]; then 33 make 34 else 35 make -j $1 36 fi 29 37 make install
Note:
See TracChangeset
for help on using the changeset viewer.