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