Codebase list guitarix / debian/0.25.1-1 tools / build-ts9table
debian/0.25.1-1

Tree @debian/0.25.1-1 (Download .tar.gz)

build-ts9table @debian/0.25.1-1raw · history · blame

1
2
3
4
5
6
7
8
#! /bin/bash
set -e
python ts9sim.py T > ../src/plugins/ts9nonlin.cc
cython --cplus ts9func.pyx
opt="$(python-config --cflags --ldflags | sed s/-Wstrict-prototypes//)"
opt="$opt -Wno-unused-function -shared -fPIC"
g++ ts9func.cpp $opt -I ../src/plugins -o ts9func.so
python ts9sim.py