In 1f7e038474, math/vtk9 was switched from openmpi to mpich.
FreeCAD picks up the dependency from vtk9 and links to the same
library, which is now libmpi from mpich.
- Add missing parameter to getdirentries syscall function
- Re-build i386 and amd64 bootstrap
- Revert fpc-i386 (FPC_USE_LIBC) build to syscall build
- Bump PORTREVISION in all ports dependant of freepascal compiler
- Bump PORTREVISION of dependent ports for dependency change
szip does not allow redistribution in binary form without proper commercial
license. Its LICENSE_PERMS should be set to no-auto-accept which blocks building
this port, therefore building dependent ports are also blocked. Switch all
dependent ports to science/libaec to avoid conflicts and license issue.
PR: 228743, 246097, 250165
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
The latest stable release, v1.2.0, is for Python-2.7, this is why I
ported this -RC1, but it is somewhat buggy. Do not hesitate to report
any problem!
PR: 262763
Requested by: luzpaz (at) pm.me