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