mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:20:31 +08:00
9dea7a60d6
* add: gmsh * add: versioning for gmsh. * [gmsh] Re-factory code * Fix install, remove some features due to lack required dependencies. * version * Do not support uwp officially * version * Update ports/gmsh/portfile.cmake * Update versions/g-/gmsh.json * Group the options * version * version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
47 lines
1007 B
JSON
47 lines
1007 B
JSON
{
|
|
"name": "gmsh",
|
|
"version": "4.9.0",
|
|
"description": "Gmsh is an open source 3D finite element mesh generator with a built-in CAD engine and post-processor.",
|
|
"homepage": "https://gmsh.info",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"blas",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"graphics": {
|
|
"description": "Enable building graphics lib even without GUI (advanced)",
|
|
"dependencies": [
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"opengl",
|
|
"zlib"
|
|
]
|
|
},
|
|
"mpi": {
|
|
"description": "Enable MPI (experimental, not used for meshing)",
|
|
"dependencies": [
|
|
"openmpi"
|
|
]
|
|
},
|
|
"occ": {
|
|
"description": "Enable OpenCASCADE modules",
|
|
"dependencies": [
|
|
"caf",
|
|
"freetype",
|
|
"opencascade",
|
|
"tbb"
|
|
]
|
|
},
|
|
"zipper": {
|
|
"description": "Enable Zip file compression/decompression",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|