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