vcpkg/ports/netgen/vcpkg.json

45 lines
1.1 KiB
JSON
Raw Normal View History

{
"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"
]
}
}
}