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