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