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