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