Skip to content

Commit

Permalink
[open3d] add the gui feature
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 29, 2024
1 parent 80486b8 commit 3699647
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
7 changes: 4 additions & 3 deletions ports/open3d/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ vcpkg_add_to_path(PREPEND "${GIT_PATH}")

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
"sycl" BUILD_SYCL_MODULE
"intel-oneapi" OPEN3D_USE_ONEAPI_PACKAGES
"gui" BUILD_GUI
"blas" USE_BLAS
"intel-oneapi" OPEN3D_USE_ONEAPI_PACKAGES
"sycl" BUILD_SYCL_MODULE
)

vcpkg_cmake_configure(
Expand All @@ -36,7 +37,7 @@ vcpkg_cmake_configure(
-DBUILD_EXAMPLES=OFF
-DBUILD_UNIT_TESTS=OFF
-DBUILD_BENCHMARKS=OFF
-DBUILD_GUI=OFF
-DBUILD_GUI=${BUILD_GUI}
-DBUILD_ISPC_MODULE=OFF
-DBUILD_CUDA_MODULE=OFF
-DBUILD_TENSORFLOW_OPS=OFF
Expand Down
7 changes: 6 additions & 1 deletion ports/open3d/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"glew",
"glfw3",
"gtest",
"imgui",
"jsoncpp",
"libjpeg-turbo",
"liblzf",
Expand Down Expand Up @@ -56,6 +55,12 @@
}
]
},
"gui": {
"description": "Build the new GUI for Open3D",
"dependencies": [
"imgui"
]
},
"intel-oneapi": {
"description": "Use Intel OneAPI MKL",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/o-/open3d.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "2ace2ce9d176ef68ca5c338af5690c218d57835d",
"git-tree": "31f788996c2f0dc5dcda144599d586230c2c0722",
"version-semver": "0.18.0",
"port-version": 0
}
Expand Down

0 comments on commit 3699647

Please sign in to comment.