From f57a78b5f6c7a3f9adb2f29c8206e1c9d7455527 Mon Sep 17 00:00:00 2001 From: Mathieu Westphal Date: Fri, 12 Jan 2024 17:03:00 +0100 Subject: [PATCH] Disable tbb in wheels (#143) --- .github/actions/wheels/build_f3d_superbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/wheels/build_f3d_superbuild.sh b/.github/actions/wheels/build_f3d_superbuild.sh index 99f34fc0..dc90ade2 100644 --- a/.github/actions/wheels/build_f3d_superbuild.sh +++ b/.github/actions/wheels/build_f3d_superbuild.sh @@ -13,7 +13,7 @@ cmake -S ./source -B ./fsbb \ -DENABLE_openvdb=OFF \ -DENABLE_ospray=OFF \ -DENABLE_pybind11=ON \ - -DENABLE_tbb=ON \ + -DENABLE_tbb=OFF \ -DENABLE_vtk=ON \ -DOCCT_ENABLE_COLORING=ON \ -DUSE_SYSTEM_python3=ON \