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