mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 09:29:06 +08:00
2302ee8de0
* [netgen] update, add python feature and fix dll loader error. * format manifest * v db
45 lines
1.1 KiB
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|