From 969f72cb5e812b0320ec1bb1b81a1815ce34c4a5 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Thu, 18 Jan 2024 12:55:50 -0500 Subject: [PATCH] Added cmake to the list of pre-build dependencies in the editable install script --- buildscripts/install_editable_debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/install_editable_debug.sh b/buildscripts/install_editable_debug.sh index c55668ac0..f7a9b0259 100755 --- a/buildscripts/install_editable_debug.sh +++ b/buildscripts/install_editable_debug.sh @@ -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" \