File: cythonize.sh

package info (click to toggle)
slepc4py 3.24.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,760 kB
  • sloc: python: 6,916; makefile: 129; ansic: 98; sh: 58
file content (5 lines) | stat: -rwxr-xr-x 147 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/sh
topdir=$(cd $(dirname "$0")/.. && pwd)
python$py "$topdir/conf/cythonize.py" \
    --working "$topdir/src" $@ \
    "slepc4py/SLEPc.pyx"