vcpkg/ports/netgen/vcpkg.json
Alexander Neumann 2302ee8de0
[netgen] make usable (#36657)
* [netgen] update, add python feature and fix dll loader error.

* format manifest

* v db
2024-02-08 22:56:21 -08:00

45 lines
1.1 KiB
JSON

{
"name": "netgen",
"version": "6.2.2401",
"description": "NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. The connection to a geometry kernel allows the handling of IGES and STEP files. NETGEN contains modules for mesh optimization and hierarchical mesh refinement.",
"homepage": "https://ngsolve.org/",
"license": "LGPL-2.1-or-later",
"supports": "arm64 | x64",
"dependencies": [
{
"name": "cgns",
"default-features": false
},
{
"name": "ffmpeg",
"default-features": false,
"features": [
"avcodec"
]
},
"libjpeg-turbo",
{
"name": "opencascade",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"features": {
"python": {
"description": "Build python bindings",
"dependencies": [
"pybind11",
"python3"
]
}
}
}