mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 14:39:05 +08:00
656fcc6ab2
* [fmt] Update to version 10.0.0. * [fmt] Update portfile. - Remove dead code. It is no longer necessary to manually move DLLs and edit CMake configs. - Use vcpkg_install_copyright. * [fmt] Update baseline. * [cachelib] Update to 2023.05.08.00, support fmt 10 * Update to 2023.05.08.00. * Add patch to support fmt 10. * Update baseline. * [spdlog] Add upstream patch for fmt 10. * Add upstream patch to support fmt 10. * Update portfile. * Add usage. * Update baseline. * [seacas] Add upstream patch to support fmt 10.0.0. * Add patch to support fmt 10.0.0. * Update baseline. * [coolprop] Update patch to support fmt 10. * Update patch to support fmt 10.0.0. See CoolProp/CoolProp#2252 * Update baseline. * [wasmedge] Add patch for fmt 10 support. * Add patch to support fmt 10 * Update baseline
68 lines
1.4 KiB
JSON
68 lines
1.4 KiB
JSON
{
|
|
"name": "seacas",
|
|
"version-date": "2022-11-22",
|
|
"port-version": 4,
|
|
"description": "The Sandia Engineering Analysis Code Access System (SEACAS) is a suite of preprocessing, postprocessing, translation, and utility applications supporting finite element analysis software using the Exodus database file format.",
|
|
"homepage": "https://github.com/sandialabs/seacas",
|
|
"license": null,
|
|
"dependencies": [
|
|
"cereal",
|
|
"cgns",
|
|
"fmt",
|
|
{
|
|
"name": "hdf5",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "matio",
|
|
"default-features": false,
|
|
"features": [
|
|
"hdf5"
|
|
]
|
|
},
|
|
"metis",
|
|
{
|
|
"name": "netcdf-c",
|
|
"default-features": false,
|
|
"features": [
|
|
"hdf5"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"mpi": {
|
|
"description": "Enable MPI support",
|
|
"dependencies": [
|
|
{
|
|
"name": "cgns",
|
|
"default-features": false,
|
|
"features": [
|
|
"mpi"
|
|
]
|
|
},
|
|
{
|
|
"name": "hdf5",
|
|
"default-features": false,
|
|
"features": [
|
|
"parallel"
|
|
]
|
|
},
|
|
{
|
|
"name": "parmetis",
|
|
"default-features": false,
|
|
"platform": "!osx"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|