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