vcpkg/ports/gmsh/vcpkg.json
JonLiu1993 c50238af5f
[gmsh] update to 4.11.1 (#33181)
* [gmsh] update to 4.11.1

* update version

* update hash

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-08-16 12:55:38 -07:00

48 lines
1.0 KiB
JSON

{
"name": "gmsh",
"version": "4.11.1",
"description": "Gmsh is an open source 3D finite element mesh generator with a built-in CAD engine and post-processor.",
"homepage": "https://gmsh.info",
"license": "LGPL-2.0-or-later",
"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"
]
}
}
}