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