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