Changeset 19109 for issm/trunk-jpl/externalpackages/petsc
- Timestamp:
- 02/13/15 17:53:55 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.1-win7.sh
r16881 r19109 16 16 export PETSC_DIR=`cygpath -u "$ISSM_DIR/externalpackages/petsc/src"` 17 17 export PREFIX_DIR=`cygpath -u "$ISSM_DIR/externalpackages/petsc/install"` 18 19 20 # Version 3.1 of Petsc is really old. As such, it is likely that newer machines 21 # will not be recognized. As such, the build will fail during configuration. 22 # This can be resolved by simply updated the scripts 'config.guess' and 23 # 'config.sub'. 24 cp ./../autotools/install/share/libtool/config/config.guess ./src/config/configarch/ 25 cp ./../autotools/install/share/libtool/config/config.guess ./src/config/BuildSystem/config/packages/ 26 cp ./../autotools/install/share/libtool/config/config.sub ./src/config/configarch/ 27 cp ./../autotools/install/share/libtool/config/config.sub ./src/config/BuildSystem/config/packages/ 18 28 19 29 #configure
Note:
See TracChangeset
for help on using the changeset viewer.