mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 05:59:07 +08:00
0258ea3338
* remove accidental , from patch * [netgen] fix build with occ 7.8 * bump port version * v db
37 lines
959 B
JSON
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"
|
|
]
|
|
}
|