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