- pybind11
pybind11 is a header only library which creates bindings from c++ to python. (very similar to boost-python)
INSTALL: download or clone from github: pybind11-github and copy or link to the python-include-dir (eg. /usr/include/python2.7)
to compile the TSPLINE python-bindings run cmake with the following option:
cmake .. -DMAKE_PYTHON_BINDINGS=ON