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