vcpkg/ports/salome-medcoupling/vcpkg.json
Alexander Neumann a109b7ccb2
[salome-medcoupling] Add new port (#32916)
* [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>
2023-08-07 09:59:40 -07:00

31 lines
727 B
JSON

{
"name": "salome-medcoupling",
"version": "9.10.0",
"description": "salome-medcoupling is a part of SALOME platform to manipulate meshes and fields in memory, and use salome-med format for files.",
"homepage": "https://www.salome-platform.org",
"license": "GPL-2.0-or-later",
"supports": "!(windows & static)",
"dependencies": [
"boost-chrono",
"boost-date-time",
"boost-filesystem",
"boost-regex",
"boost-serialization",
"boost-system",
"boost-thread",
"libxml2",
"metis",
"salome-configuration",
"salome-med-fichier",
"scotch",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}