2024-01-17 07:04:21 +08:00
{
"name" : "netgen" ,
2024-02-09 14:56:21 +08:00
"version" : "6.2.2401" ,
2024-07-19 00:41:45 +08:00
"port-version" : 2 ,
2024-01-17 07:04:21 +08:00
"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" : [
{
2024-04-19 19:52:41 +08:00
"name" : "netgen" ,
"host" : true ,
2024-01-17 07:04:21 +08:00
"default-features" : false
} ,
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
} ,
"zlib"
2024-02-09 14:56:21 +08:00
] ,
"features" : {
2024-04-19 19:52:41 +08:00
"cgns" : {
"description" : "CGNS file read/write support" ,
"dependencies" : [
{
"name" : "cgns" ,
"default-features" : false
}
]
} ,
"jpeg" : {
"description" : "enable snapshots using library libjpeg" ,
"dependencies" : [
"libjpeg-turbo"
]
} ,
"mpeg" : {
"description" : "enable video recording with FFmpeg" ,
"dependencies" : [
{
"name" : "ffmpeg" ,
"default-features" : false ,
"features" : [
"avcodec"
]
}
]
} ,
"occ" : {
"description" : "build with OpenCascade geometry kernel interface" ,
"dependencies" : [
{
"name" : "opencascade" ,
"default-features" : false
}
]
} ,
2024-02-09 14:56:21 +08:00
"python" : {
"description" : "Build python bindings" ,
"dependencies" : [
"pybind11" ,
"python3"
]
}
}
2024-01-17 07:04:21 +08:00
}