Skip to content

Commit f23b152

Browse files
authored
Thrust is no longer used (openscad#5317)
Since: 4b645fc ("updated manifold to latest version with double precision floating point (openscad#5282)", 2024-09-20)
1 parent 345c266 commit f23b152

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -919,8 +919,6 @@ if(EXPERIMENTAL AND ENABLE_TBB)
919919
# ("exact" CGAL numerics are not thread-safe)
920920
target_compile_options(OpenSCAD PRIVATE
921921
-DENABLE_TBB
922-
-DTHRUST_HOST_SYSTEM=THRUST_HOST_SYSTEM_TBB
923-
-DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_TBB
924922
)
925923
find_package(TBB QUIET)
926924
if (NOT TBB_FOUND AND PKG_CONFIG_FOUND)

scripts/github-ci-linux-get-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PACKAGES2="libboost-all-dev libeigen3-dev libzip-dev libcrypto++-dev"
99
PACKAGES3="libxi-dev libxmu-dev qtbase5-dev qtmultimedia5-dev libqt5opengl5-dev libqt5svg5-dev libqscintilla2-qt5-dev"
1010
PACKAGES4="libcairo2-dev libcgal-dev libglew-dev libgmp-dev libmpfr-dev libegl-dev libegl1-mesa-dev"
1111
PACKAGES5="libdouble-conversion-dev libfontconfig-dev libharfbuzz-dev libopencsg-dev lib3mf-dev libtbb-dev"
12-
PACKAGES6="libthrust-dev libglm-dev libxml2-dev"
12+
PACKAGES6="libglm-dev libxml2-dev"
1313

1414
if [[ "$DIST" == "focal" ]]; then
1515

0 commit comments

Comments
 (0)