Changeset 21692 for issm/trunk-jpl/externalpackages/petsc
- Timestamp:
- 05/01/17 11:53:21 (8 years ago)
- Location:
- issm/trunk-jpl/externalpackages/petsc
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.7-macosx64.sh
r21684 r21692 17 17 cd src 18 18 ./config/configure.py \ 19 --CXXOPTFLAGS="-g -O3" \20 --COPTFLAGS="-g -O3" \21 --FOPTFLAGS="-g -O3" \22 19 --prefix="$ISSM_DIR/externalpackages/petsc/install" \ 23 20 --with-mpi-dir="$ISSM_DIR/externalpackages/mpich/install" \ 24 21 --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \ 25 --with-debugging= 0\22 --with-debugging=1 \ 26 23 --with-valgrind=0 \ 27 24 --with-x=0 \
Note:
See TracChangeset
for help on using the changeset viewer.