gtsam/build_tools/wheels/build_wheels.sh

8 lines
123 B
Bash
Raw Normal View History

#!/bin/bash
set -e
set -x
python -m pip install cibuildwheel
2025-02-21 13:22:49 +08:00
python -m cibuildwheel build/python --output-dir wheelhouse