mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-03 13:11:27 +00:00
Work towards a nanobind wrapper
This commit is contained in:
7
python/setup.sh
Executable file
7
python/setup.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user