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