Files
mscclpp/python/setup.sh
2023-03-24 22:18:51 +00:00

8 lines
131 B
Bash
Executable File

#!/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