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