Work towards a nanobind wrapper

This commit is contained in:
Crutcher Dunnavant
2023-03-23 21:36:09 +00:00
parent 0f31dafed5
commit be96f38ba3
14 changed files with 334 additions and 0 deletions

7
python/setup.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -ex
cmake -S . -B build
cmake --build build --clean-first -v
ldd build/py_mscclpp.cpython-39-x86_64-linux-gnu.so