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