Last change
on this file since 11896 was 11896, checked in by habbalf, 13 years ago |
petsc-dev : Petsc development code in external packages. Mercurial updates
|
-
Property svn:executable
set to
*
|
File size:
775 bytes
|
Line | |
---|
1 | #!/usr/bin/env python
|
---|
2 |
|
---|
3 | configure_options = [
|
---|
4 | '--with-clanguage=cxx',
|
---|
5 | '--with-debugging=0',
|
---|
6 |
|
---|
7 | #'-download-f-blas-lapack=1',
|
---|
8 | '--download-mpich=1',
|
---|
9 | '--download-plapack=1',
|
---|
10 | '--download-cmake=1',
|
---|
11 | '--download-metis=1',
|
---|
12 | '--download-parmetis=1',
|
---|
13 | '--download-triangle=1',
|
---|
14 | '--download-spooles=1',
|
---|
15 | '--download-superlu=1',
|
---|
16 | '--download-superlu_dist=1',
|
---|
17 | '--download-blacs=1',
|
---|
18 | '--download-scalapack=1',
|
---|
19 | '--download-mumps=1',
|
---|
20 | #'--download-hdf5',
|
---|
21 | '--download-sundials=1',
|
---|
22 | '--download-prometheus=1',
|
---|
23 | '--download-hypre=1',
|
---|
24 | '--download-umfpack=1',
|
---|
25 | '--download-chaco=1',
|
---|
26 | '--download-spai=1',
|
---|
27 | ]
|
---|
28 |
|
---|
29 | if __name__ == '__main__':
|
---|
30 | import sys,os
|
---|
31 | sys.path.insert(0,os.path.abspath('config'))
|
---|
32 | import configure
|
---|
33 | configure.petsc_configure(configure_options)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.