cad/netgen: Update to 6.2.2203.
This commit is contained in:
parent
f90b12bfd6
commit
f194605378
@ -1,7 +1,7 @@
|
||||
# Created by: Thierry Thomas <thierry@FreeBSD.org>
|
||||
|
||||
PORTNAME= netgen
|
||||
PORTVERSION= 6.2.2202
|
||||
PORTVERSION= 6.2.2203
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= cad
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1647021148
|
||||
SHA256 (NGSolve-netgen-v6.2.2202_GH0.tar.gz) = b0308f4df6f62cdbed9a47e13007a8acdc9cc63d615bd5ea6f56216b0467b09e
|
||||
SIZE (NGSolve-netgen-v6.2.2202_GH0.tar.gz) = 3395014
|
||||
TIMESTAMP = 1652199204
|
||||
SHA256 (NGSolve-netgen-v6.2.2203_GH0.tar.gz) = 261f16c88e7ac8ed66b966ec4840df92163e470d872e51de569181b4d99b2ff8
|
||||
SIZE (NGSolve-netgen-v6.2.2203_GH0.tar.gz) = 3394183
|
||||
SHA256 (NGSolve-pybind11-v2.7.1_GH0.tar.gz) = 616d1c42e4cf14fa27b2a4ff759d7d7b33006fdc5ad8fd603bb2c22622f27020
|
||||
SIZE (NGSolve-pybind11-v2.7.1_GH0.tar.gz) = 668217
|
||||
|
@ -129,6 +129,7 @@ include/meshing/classifyhpel.hpp
|
||||
include/meshing/clusters.hpp
|
||||
include/meshing/curvedelems.hpp
|
||||
include/meshing/delaunay2d.hpp
|
||||
include/meshing/fieldlines.hpp
|
||||
include/meshing/findip.hpp
|
||||
include/meshing/findip2.hpp
|
||||
include/meshing/geomsearch.hpp
|
||||
@ -156,15 +157,16 @@ include/meshing/paralleltop.hpp
|
||||
include/meshing/python_mesh.hpp
|
||||
include/meshing/ruler2.hpp
|
||||
include/meshing/ruler3.hpp
|
||||
include/meshing/soldata.hpp
|
||||
include/meshing/specials.hpp
|
||||
include/meshing/surfacegeom.hpp
|
||||
include/meshing/topology.hpp
|
||||
include/meshing/validate.hpp
|
||||
include/meshing/visual_interface.hpp
|
||||
include/mydefs.hpp
|
||||
include/nginterface.h
|
||||
include/nginterface_v2.hpp
|
||||
include/nglib.h
|
||||
include/ngtcl.hpp
|
||||
include/pybind11/LICENSE
|
||||
include/pybind11/attr.h
|
||||
include/pybind11/buffer_info.h
|
||||
@ -193,7 +195,6 @@ include/pybind11/pytypes.h
|
||||
include/pybind11/stl.h
|
||||
include/pybind11/stl_bind.h
|
||||
include/pybind11/stl/filesystem.h
|
||||
include/soldata.hpp
|
||||
include/stlgeom/meshstlsurface.hpp
|
||||
include/stlgeom/stlgeom.hpp
|
||||
include/stlgeom/stlline.hpp
|
||||
@ -204,22 +205,15 @@ include/visualization/meshdoc.hpp
|
||||
include/visualization/mvdraw.hpp
|
||||
include/visualization/vispar.hpp
|
||||
include/visualization/visual.hpp
|
||||
include/visualization/visual_api.hpp
|
||||
include/visualization/vssolution.hpp
|
||||
lib/cmake/netgen/NetgenConfig.cmake
|
||||
lib/cmake/netgen/netgen-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/netgen/netgen-targets.cmake
|
||||
lib/libcsg.so
|
||||
lib/libcsgvis.so
|
||||
lib/libgeom2d.so
|
||||
lib/libgeom2dvis.so
|
||||
lib/libgui.so
|
||||
lib/libinterface.so
|
||||
lib/libmesh.so
|
||||
lib/libngcore.so
|
||||
lib/libnggui.so
|
||||
lib/libnglib.so
|
||||
lib/libstl.so
|
||||
lib/libstlvis.so
|
||||
lib/libvisual.so
|
||||
lib/libtogl.a
|
||||
%%PYTHON_SITELIBDIR%%/netgen/NgOCC.py
|
||||
%%PYTHON_SITELIBDIR%%/netgen/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/netgen/__main__.py
|
||||
@ -227,6 +221,7 @@ lib/libvisual.so
|
||||
%%PYTHON_SITELIBDIR%%/netgen/csg.py
|
||||
%%PYTHON_SITELIBDIR%%/netgen/geom2d.py
|
||||
%%PYTHON_SITELIBDIR%%/netgen/gui.py
|
||||
%%PYTHON_SITELIBDIR%%/netgen/libngguipy.so
|
||||
%%PYTHON_SITELIBDIR%%/netgen/libngpy.so
|
||||
%%PYTHON_SITELIBDIR%%/netgen/meshing.py
|
||||
%%PYTHON_SITELIBDIR%%/netgen/occ.py
|
||||
|
Loading…
Reference in New Issue
Block a user