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