Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[openvdb] Uncreate an explicit instantiation of a huge library #34017

Merged
merged 22 commits into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
721dbcc
Generate Imath.pc
jimwang118 Aug 17, 2023
56fabca
update version
jimwang118 Aug 17, 2023
2ddb224
add dependency imath minizip-ng
jimwang118 Aug 17, 2023
c490686
updata version
jimwang118 Aug 17, 2023
ccdcbcd
Merge branch 'microsoft:master' into master
jimwang118 Aug 18, 2023
56cb575
update
jimwang118 Aug 22, 2023
3a70322
update version
jimwang118 Aug 22, 2023
fe2306e
Merge branch 'microsoft:master' into master
jimwang118 Aug 23, 2023
b595375
Merge branch 'microsoft:master' into master
jimwang118 Aug 24, 2023
98f68eb
Merge branch 'microsoft:master' into master
jimwang118 Aug 25, 2023
060e43f
Merge branch 'microsoft:master' into master
jimwang118 Aug 28, 2023
4673139
Merge branch 'microsoft:master' into master
jimwang118 Aug 29, 2023
1733b88
Merge branch 'microsoft:master' into master
jimwang118 Aug 30, 2023
98e74a3
Merge branch 'microsoft:master' into master
jimwang118 Sep 1, 2023
a7e87db
Merge branch 'master' of https://github.com/Microsoft/vcpkg
jimwang118 Sep 4, 2023
b43be1b
Merge branch 'master' of https://github.com/Microsoft/vcpkg
jimwang118 Sep 11, 2023
70411a8
Merge branch 'microsoft:master' into master
jimwang118 Sep 14, 2023
4ac1510
Merge branch 'master' of https://github.com/Microsoft/vcpkg
jimwang118 Sep 15, 2023
822f13e
Merge branch 'master' of https://github.com/Microsoft/vcpkg
jimwang118 Sep 20, 2023
6acc88a
Merge branch 'master' of https://github.com/Microsoft/vcpkg
jimwang118 Sep 26, 2023
dcb89e3
add option
jimwang118 Sep 26, 2023
13fd5eb
update version
jimwang118 Sep 26, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -6198,7 +6198,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