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