source: issm/trunk-jpl/externalpackages/petsc-dev/src/config/examples/arch-linux-dbg-quad.py@ 11896

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: 295 bytes
Line 
1#!/usr/bin/env python
2
3configure_options = [
4 '--with-debugging=1',
5 '--download-f2cblaslapack=1',
6 '--with-precision=__float128',
7 ]
8
9if __name__ == '__main__':
10 import sys,os
11 sys.path.insert(0,os.path.abspath('config'))
12 import configure
13 configure.petsc_configure(configure_options)
Note: See TracBrowser for help on using the repository browser.