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