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