Changeset 11995 for issm/trunk/externalpackages/petsc
- Timestamp:
- 04/16/12 14:57:18 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
- 6 copied
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 7 7 config.status 8 8 configure 9 doxygen10 9 ISSM.paf 11 10 ISSM.ppf 12 11 ISSM.ppf_cache 13 12 libtool 14 list15 13 Makefile 16 14 Makefile.in
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
issm/trunk/externalpackages/petsc
- Property svn:ignore
-
old new 1 1 install 2 install-3.1 2 3 src
-
- Property svn:ignore
-
issm/trunk/externalpackages/petsc/install-3.1-win7.sh
r11527 r11995 19 19 --with-debugging=0 \ 20 20 --with-mpi=0 \ 21 --download-c-blas-lapack=1 21 --download-c-blas-lapack=yes \ 22 --with-cc='win32fe cl' \ 23 --with-fc=0 \ 24 --with-cxx='win32fe cl' \ 25 --with-clanguage=cxx 22 26 23 27 #./config/configure.py \ … … 43 47 make 44 48 make install 49 50 patch ../install/include/petscfix.h ../configs/3.1/win7/petscfix.h.patch
Note:
See TracChangeset
for help on using the changeset viewer.