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