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