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