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