From 7920ee371257d11db1d89ea4a218d18e4a20cddc Mon Sep 17 00:00:00 2001 From: Gregory Lee Date: Thu, 26 Oct 2023 17:43:51 -0400 Subject: [PATCH] apply the new patch --- ci/build_wheel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_wheel.sh b/ci/build_wheel.sh index 7422b2387..76916bd27 100755 --- a/ci/build_wheel.sh +++ b/ci/build_wheel.sh @@ -36,7 +36,7 @@ echo `which cmake` # apply patch to omit building tests and benchmark binaries so libopenslide isn't required git apply ci/cmake-omit-benchmarks-examples-tests.patch - +git apply ci/disable-cucim-install-step.patch # First build the C++ lib using CMake via the run script ./run build_local libcucim ${CMAKE_BUILD_TYPE}