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