Skip to content

Commit

Permalink
[openvdb] Uncreate an explicit instantiation of a huge library (micro…
Browse files Browse the repository at this point in the history
…soft#34017)

* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* add option

* update version
  • Loading branch information
jimwang118 authored and clementperon committed Oct 16, 2023
1 parent 0380cbc commit 4ba25b8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ports/openvdb/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ vcpkg_cmake_configure(
-DOPENVDB_BUILD_VDB_LOD=${OPENVDB_BUILD_TOOLS}
-DUSE_PKGCONFIG=OFF
-DOPENVDB_BUILD_AX=${OPENVDB_BUILD_AX}
-DUSE_EXPLICIT_INSTANTIATION=OFF
MAYBE_UNUSED_VARIABLES
OPENVDB_3_ABI_COMPATIBLE
)

vcpkg_cmake_install()
Expand Down
2 changes: 1 addition & 1 deletion ports/openvdb/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openvdb",
"version": "10.0.0",
"port-version": 4,
"port-version": 5,
"description": "Sparse volume data structure and tools",
"homepage": "https://github.com/dreamworksanimation/openvdb",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6186,7 +6186,7 @@
},
"openvdb": {
"baseline": "10.0.0",
"port-version": 4
"port-version": 5
},
"openvino": {
"baseline": "2023.1.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/openvdb.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6200720b464b3cc005edd767613f3978f614a32f",
"version": "10.0.0",
"port-version": 5
},
{
"git-tree": "34b77a62946c569224d4aacc863e8ba9d7aea31f",
"version": "10.0.0",
Expand Down

0 comments on commit 4ba25b8

Please sign in to comment.