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