- Timestamp:
- 05/01/12 07:28:35 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.1-macosx32-mathieu.sh
r11128 r12156 13 13 cd src 14 14 ./config/configure.py \ 15 --prefix="$ISSM_ TIER/externalpackages/petsc/install" \16 --PETSC_DIR="$ISSM_ TIER/externalpackages/petsc/src" \15 --prefix="$ISSM_DIR/externalpackages/petsc/install" \ 16 --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \ 17 17 --PETSC_ARCH=macosx-gnu \ 18 --with-mpi-dir=$ISSM_ TIER/externalpackages/mpich2/install \18 --with-mpi-dir=$ISSM_DIR/externalpackages/mpich2/install \ 19 19 --with-debugging=0 \ 20 20 --with-shared=0 \ … … 25 25 --download-f-blas-lapack=yes \ 26 26 --download-plapack=yes \ 27 --FFLAGS="-I$ISSM_ TIER/externalpackages/mpich2/install/include -arch i386" \27 --FFLAGS="-I$ISSM_DIR/externalpackages/mpich2/install/include -arch i386" \ 28 28 --COPTFLAGS="-march=opteron -O2 -arch i386" \ 29 29 --FOPTFLAGS="-march=opteron -O2 -arch i386" \
Note:
See TracChangeset
for help on using the changeset viewer.