vcpkg/ports/adios2/vcpkg.json
Alexander Neumann 2d0bfea99b
[adios2] add port (#29264)
* [adios2] add port

* v db

* remove one of the executable

* add usage fix tools.

* v db

* fix static builds

* v db

* cr comments

* v db
2023-02-07 15:56:48 -08:00

60 lines
1.1 KiB
JSON

{
"name": "adios2",
"version": "2.8.3",
"description": "Next generation of ADIOS developed in the Exascale Computing Program",
"homepage": "https://github.com/ornladios/ADIOS2",
"license": "Apache-2.0",
"dependencies": [
"blosc",
"bzip2",
{
"name": "hdf5",
"default-features": false
},
"libffi",
"libpng",
"libsodium",
"pugixml",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zeromq"
],
"features": {
"cuda": {
"description": "Enable CUDA support",
"dependencies": [
"cuda"
]
},
"mpi": {
"description": "Enable MPI support",
"dependencies": [
{
"name": "hdf5",
"default-features": false,
"features": [
"parallel"
]
},
"mpi"
]
},
"python": {
"description": "Enable Python bindings",
"dependencies": [
"python3",
{
"name": "python3",
"host": true
}
]
}
}
}