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