Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Added cmake to the list of pre-build dependencies in the editable ins…
Browse files Browse the repository at this point in the history
…tall script
  • Loading branch information
daminton committed Jan 18, 2024
1 parent a333dbb commit 969f72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/install_editable_debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd ${ROOT_DIR}
python3 -m venv ${VENV_DIR}
. ${VENV_DIR}/bin/activate
python3 -m pip install --upgrade pip
pip install scikit-build-core pyproject-metadata pathspec ninja cython ffmpeg-python
pip install scikit-build-core pyproject-metadata pathspec ninja cython cmake ffmpeg-python
pip install --config-settings=editable.rebuild=true \
--config-settings=build-dir="build/{wheel_tag}" \
--config-settings=cmake.build-type="Debug" \
Expand Down

0 comments on commit 969f72c

Please sign in to comment.