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