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