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