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