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