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