mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:49:06 +08:00
a109b7ccb2
* [salome-configuration|medcoupling] new ports * format manifest * v db * remove trace * v db * fix dep * v db * Apply suggestions from code review Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> * v db * adjust SALOME_WITH_MPI depending on HDF5 * remove nuking of CMAKE_PREFIX_PATH from salome * v db * fix post build * v db * Fix med-fichier config on linux * add supports * format manifest * v db * don't want to investigate linux failure further --------- Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
23 lines
501 B
JSON
23 lines
501 B
JSON
{
|
|
"name": "salome-med-fichier",
|
|
"version": "4.1.1",
|
|
"port-version": 1,
|
|
"description": "med-fichier provides a low level C API for fine-grained access to the structure of MED files (.med)",
|
|
"homepage": "https://www.salome-platform.org",
|
|
"license": "LGPL-3.0-or-later",
|
|
"dependencies": [
|
|
{
|
|
"name": "hdf5",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|