Changeset 18438
- Timestamp:
- 08/19/14 08:39:56 (11 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.5-linux64-static.sh
r18437 r18438 19 19 --prefix="$ISSM_DIR/externalpackages/petsc/install" \ 20 20 --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \ 21 --with-mpi-dir="$ISSM_DIR/externalpackages/mpich/install" \ 21 22 --with-debugging=0 \ 22 23 --with-valgrind=0 \ … … 24 25 --with-ssl=0 \ 25 26 --with-shared-libraries=0 \ 26 --download-mpich=1 \27 27 --download-metis=1 \ 28 28 --download-parmetis=1 \ -
issm/trunk-jpl/externalpackages/petsc/install-3.5-macosx64-static.sh
r18423 r18438 18 18 ./config/configure.py \ 19 19 --prefix="$ISSM_DIR/externalpackages/petsc/install" \ 20 --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \ 20 21 --with-mpi-dir="$ISSM_DIR/externalpackages/mpich/install" \ 21 --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \22 22 --with-debugging=0 \ 23 23 --with-valgrind=0 \ -
issm/trunk-jpl/packagers/ubuntu/install.sh
r18436 r18438 26 26 #List of external pakages to be installed and their installation scripts 27 27 EXTERNALPACKAGES="autotools install.sh 28 mpich install-3.0-linux64-static.sh 28 29 cmake install.sh 29 30 petsc install-3.5-linux64-static.sh
Note:
See TracChangeset
for help on using the changeset viewer.