xref: /petsc/src/binding/petsc4py/conf/cythonize.sh (revision 9e4239418eed872949d7fcdc17a391fb6566eaa9)
1#!/bin/sh
2topdir=$(cd $(dirname "$0")/.. && pwd)
3python$py "$topdir/conf/cythonize.py" \
4    --working "$topdir/src" $@ \
5    "petsc4py/PETSc.pyx"
6