xref: /petsc/configure (revision 41ab32a604a2e2c3e48fc892cf4ed8dd492a1787)
1#!/usr/bin/env python
2
3import sys, os
4sys.path.insert(0, os.path.abspath('config'))
5import configure
6configure.petsc_configure([])
7