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