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