mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 12:09:08 +08:00
13156b1cf6
* Update alembic to 1.8.3, use imath dependency
* Update git-tree hash
* Various fixes and cleanups
* Update git-tree hash
* Various fixes
* Update git-tree hash
* Experimentally enable all platforms
* Update git-tree hash
* Various improvements
* Update git-tree hash
* Fix x64 Linux build
* Update git-tree hash
* Revert "Fix x64 Linux build"
This reverts commit 154d51fcca
.
* Fix x64 Linux build using patch
* Update git-tree hash
* Make HDF5 support optional and disabled by default
* Update git-tree hash
* Fix abcconvert tool
* Use alternative method to fix DLL location, also fixes PDB inclusion
* Update git-tree hash
* Fix supported platforms
* Update git-tree hash
Co-authored-by: chausner <chausner@users.noreply.github.com>
27 lines
591 B
JSON
27 lines
591 B
JSON
{
|
|
"name": "alembic",
|
|
"version": "1.8.3",
|
|
"description": "Alembic is an open framework for storing and sharing scene data that includes a C++ library, a file format, and client plugins and applications.",
|
|
"homepage": "https://alembic.io/",
|
|
"supports": "!(windows & x86) & !uwp",
|
|
"dependencies": [
|
|
"imath",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"hdf5": {
|
|
"description": "Build with HDF5 support",
|
|
"dependencies": [
|
|
"hdf5"
|
|
]
|
|
}
|
|
}
|
|
}
|