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