mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 03:09:07 +08:00
[openvdb] Uncreate an explicit instantiation of a huge library (#34017)
* Generate Imath.pc * update version * add dependency imath minizip-ng * updata version * update version * add option * update version
This commit is contained in:
parent
c51a36dddd
commit
949127f5c1
@ -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()
|
||||
|
@ -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",
|
||||
|
@ -6186,7 +6186,7 @@
|
||||
},
|
||||
"openvdb": {
|
||||
"baseline": "10.0.0",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"openvino": {
|
||||
"baseline": "2023.1.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6200720b464b3cc005edd767613f3978f614a32f",
|
||||
"version": "10.0.0",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "34b77a62946c569224d4aacc863e8ba9d7aea31f",
|
||||
"version": "10.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user