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