cad/openvsp: update to 3.28.0

ChangeLog: http://openvsp.org/blogs/announcements/2022/05/31/openvsp-3-28-0-released

Features

 * API RST volumetric coordinate evaluation XYZ=f(RST)
 * API RST coordinate inversion RST=f(XYZ)
 * API LMN/RST coordinate conversion
 * API for component inside/outside check
 * Structures GUI much faster
 * Finite line subsurfaces – also in structures
 * Orthotropic material support in GUI
 * Write orthotropic materials to NASTRAN and CalculiX
 * Specify material orientation method on per-part basis
 * Write material orientation information for CalculiX
 * Node and element offsets for FEA files
 * Add FEA part and mesh trimming by other structural parts
 * Increased verbosity of output during intersection and meshing

Library Updates

 * AngelScript updated to 2.35.1
 * nanoflann updated to 1.4.2

Bug Fixes

 * Fix specification of fixed points in FEA mesh
 * Rewrite MergeBorderEndPoints to be fast
 * Prevent infinite loop in Triangle that would cause crashes
 * Fix crashes from intersection / meshing console
 * Add more debugging output for intersection / meshing process
 * Fix default Calculix file extension
 * Only write utilized materials to CalculiX files
 * Fix setting airfoil points from Python API
 * Fix problem with CompGeom and negative components with half mesh
 * Many small bug fixes and cleanups
This commit is contained in:
Fernando Apesteguía 2022-06-01 07:30:00 +02:00
parent 11d9a3ffb1
commit a135c18d31
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,6 @@
PORTNAME= openvsp
DISTVERSIONPREFIX= ${GH_PROJECT}_
DISTVERSION= 3.27.1
PORTREVISION= 2
DISTVERSION= 3.28.0
CATEGORIES= cad
MAINTAINER= fernape@FreeBSD.org
@ -36,7 +35,6 @@ USE_GNOME= libxml2
USE_XORG= ice sm x11 xau xcb xdamage xdmcp xext xfixes xft \
xinerama xrender xxf86vm
CXXFLAGS_powerpc64= -mvsx
CMAKE_ARGS= -DVSP_USE_SYSTEM_CMINPACK:BOOLEAN=yes \
-DVSP_USE_SYSTEM_CPPTEST:BOOLEAN=yes \
-DVSP_USE_SYSTEM_CODEELI:BOOLEAN=no \
@ -51,6 +49,8 @@ CMAKE_SOURCE_PATH= ${WRKSRC}/SuperProject
BUILD_PREFIX= OpenVSP-prefix/src/OpenVSP-build/_CPack_Packages/FreeBSD/ZIP/OpenVSP-${DISTVERSION}-FreeBSD
CXXFLAGS_powerpc64= -mvsx
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${BUILD_WRKSRC}/${BUILD_PREFIX}/vspIcon.png ${STAGEDIR}${DATADIR}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1647795857
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.27.1_GH0.tar.gz) = 2ee62e980548d6c0dff3cd88f0b980c66118da735d32cba8ba07367f09975a8a
SIZE (OpenVSP-OpenVSP-OpenVSP_3.27.1_GH0.tar.gz) = 115561851
TIMESTAMP = 1654061389
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.28.0_GH0.tar.gz) = e875f22460c03386685ff2ebf94e8fa72a9de30b784459e2a256a65d6a991dd7
SIZE (OpenVSP-OpenVSP-OpenVSP_3.28.0_GH0.tar.gz) = 115459557