vcpkg/ports/netgen/vcpkg.json
Alexander Neumann 0258ea3338
[netgen] occ 7.8 fix (#36259)
* remove accidental , from patch

* [netgen] fix build with occ 7.8

* bump port version

* v db
2024-01-19 12:29:00 -08:00

37 lines
959 B
JSON

{
"name": "netgen",
"version": "6.2.2307",
"port-version": 1,
"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"
]
}