xref: /petsc/src/binding/petsc4py/conf/cythonize.sh (revision bf0c7fc2d7fb4e90d42e412b25194b878e6e442d)
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