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