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