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