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