Changeset 22028
- Timestamp:
- 08/30/17 22:25:38 (8 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/autotools/install-win.sh
r22027 r22028 8 8 9 9 #install m4 10 #echo " === INSTALLING M4 =="11 #rm -rf src12 #$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/m4-1.4.17.tar.gz' 'm4-1.4.17.tar.gz'13 #tar -zxvf m4-1.4.17.tar.gz14 #mv m4-1.4.17 src15 #cd src16 #./configure --prefix="$ISSM_DIR/externalpackages/autotools/install"17 #make18 #make install19 #cd ..10 echo " === INSTALLING M4 ==" 11 rm -rf src 12 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/m4-1.4.17.tar.gz' 'm4-1.4.17.tar.gz' 13 tar -zxvf m4-1.4.17.tar.gz 14 mv m4-1.4.17 src 15 cd src 16 ./configure --prefix="$ISSM_DIR/externalpackages/autotools/install" 17 make 18 make install 19 cd .. 20 20 21 21 #install autoconf … … 64 64 # compiler. 65 65 patch ./install/bin/automake < ./patches/automake.patch 66 67 # This patch is for ar-lib, and removes carriage return characters that cause 68 # commands to overwrite themselves and be misinterpreted during linking on 69 # Cygwin Windows. 70 patch ./install/share/automake-1.14/ar-lib < ./patches/ar-lib.patch -
issm/trunk-jpl/jenkins/jenkins.sh
r22025 r22028 127 127 echo "<testsuite tests=\"$NUMPACKAGES\">" > $EXTERNAL_TEST_FILE 128 128 129 # Need a source here for when builds start midway through installation of 130 # externalpackages. 129 # Need a source here for when builds start midway through installation of externalpackages. 131 130 source $ISSM_DIR/etc/environment.sh 131 132 if [ "$OS" == "win" ]; then 133 echo " == WINDOWS ENVIRONMENT DETECTED ==" 134 source $ISSM_DIR/externalpackages/windows/windows_environment.sh 135 fi 132 136 133 137 EXTERNALPACKAGES_FAILED=0; … … 183 187 fi 184 188 185 189 # Source here to include any newly installed externalpackages on the path. 186 190 source $ISSM_DIR/etc/environment.sh 187 191 … … 199 203 source $ISSM_DIR/externalpackages/emscripten/install/emsdk_env.sh 200 204 fi 205 201 206 #}}} 202 207 #ISSM compilation yes/no (ISSM_COMPILATION) {{{
Note:
See TracChangeset
for help on using the changeset viewer.