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