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