Commit graph

136 commits

Author SHA1 Message Date
Fernando Apesteguía
35eab94a69 cad/openvsp: update to 3.41.2
ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.41.2

 * Improve displayed precision in User Parm sliders both int and float.
 * Add VSPCrash() to API to help test Wrappers.
 * Update on-screen file label when file name changes from GUI.
 * Make relative paths passed to SetVSP3ileName absolute.
 * Make vsp online help work from Python API, include files in package.
 * Improve finding python from facade.
 * Setup vspaero path from facade.
 * Make InitGUI() stand-alone and automatically call it.
 * Allow changes to GUI from API before it is open for first time.
 * Fix problems opening and closing GUI from API.
2024-12-09 19:24:00 +01:00
Fernando Apesteguía
be7c6e82ef cad/openvsp: Unbreak in 15 2024-12-02 19:39:41 +01:00
Fernando Apesteguía
e4abb7177e cad/openvsp: update to 3.41.1
ChangeLog: https://openvsp.org/blogs/announcements/2024/11/10/openvsp-3-41-0-released

Features:

 * Re-map ParmID’s when changing XSecCurve type
 * Add link loop breaking message to advanced links
 * Write structure assemblies to STL and GMsh files
 * Calculate structure assembly mass

Library Updates:

 * Clipper2, better match packages available in Linux distributions
 * Pinocchio, build fix for some platforms
 * Delabella, build fix for some platforms
 * Triangle, avoid crashes and infinite loops, avoid namespace issues

Fixes:

 * Fix base airfoil scale when setting airfoil points via API.
 * Make API ScreenGrab() and UpdateGUI() blocking.
 * Fix ScreenGrab from API.
 * Fix StopGUI behavior from GUI within facade.
 * Fix GUI and Server shutdown from facade on MacOS.
 * Fix need for sleep() on facade GUI API startup.
 * Fix Conformal Component memory error identified by Jason Le.
 * Fix Conformal Component update lag when parent symmetry changed.
 * Fix bug of copying Parm instead of Parm value
 * Fix Structures handling of symmetry for parts including trims
 * Fix Structures meshing issues, should reduce crashes
 * Fix Structures trimming at the center line
2024-11-20 18:05:14 +01:00
Fernando Apesteguía
6b90de8951 cad/openvsp: update to 3.40.1
ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.40.0

Features:
 * Individual blade folding
 * Non-uniform blade spacing
 * Blade balance calculation and control
 * Online help infrastructure
 * Help cheat sheet for advanced linking
 * Improved 4-view view selection
 * Multi view control hot keys
 * FEA Mesh API additions
 * View and material setting API additions
 * 3D background file API additions

Build system:
 * Update FLTK to latest 1.4.pre version

Bug fixes:
 * Fix grid lines not drawing on Windows
 * Adjust tolerance in MergeBorderEndPoints
 * Fix build system for facade generation
 * Use ParmContainer::EncodeXml/DecodeXml when writing simple links
 * Fix missing inputs for parasite drag analysis

 3.40.1 contains a fix that made 3.40.0 crash in some situations.

 * Add pandoc dependency
 * Use MAKE_JOBS_UNSAFE to workaround a race condition when copying a file
2024-07-27 11:44:06 +02:00
Fernando Apesteguía
0e5375dba6 cad/openvsp: update to 3.39.1
- Fix 3D background relative path bug (Windows)
2024-05-15 19:11:14 +02:00
Fernando Apesteguía
ce0b5043e3 cad/openvsp: update to 3.39.0
ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.39.0

Features:
 * 3D Background images

Library Updates:
 * Update to latest FLTK dev as they approach 1.4.0
 * Build LibXml2 with -PIC
 * Update GLEW build integration to match modern GLEW

Bug Fixes:
 * Move Documentation build to MacOS from Ubuntu to get latest Swig
 * Drop MacOS-11 build, move to MacOS-12
 * Use gcc-11 on MacOS for ADEPT and OMP builds
 * Fix MeshGeom DrawObj issue
 * Tighten tolerance in MatchBorderNodes
2024-05-14 08:33:25 +02:00
Fernando Apesteguía
71f67cb878 cad/openvsp: update to 3.38.0
ChangeLog:
https://openvsp.org/blogs/announcements/2024/04/17/openvsp-3-38-0-released

Features:

 * Show Only, Show, NoShow buttons now recurse like everything else.
 * User adjustable number of Sets
 * Measure works with non-surface Geoms (blank and hinge)
 * Unique variable names enforced when renaming advanced link vars
 * Re-worded variable renaming buttons
 * Output multi-line error messages when links are broken
 * Bigger filename at screen bottom
 * Filename in main title bar
 * Integrated flowpath modeling extension now extends to constant X
 * Integrated flowpath modeling extension distance auto determined
 * Height/width/area/aspect sliders for CEdit XSecCurve now displayed
 * Better patch names for unintersected STEP/IGES surface export
 * TE surface merging for STEP/IGES export

Library Updates:

 * Update to latest FLTK dev as they approach 1.4.0

Bug Fixes:

 * Fix invisible subsurfaces
 * Fix XSecSurf highlights that won’t go away
 * Expand ranges for AR and Span – should fix some odd wings seen in Group
 * Fix some odd scattered indexing bugs
 * Fix some problems with CFDMesh sourcing
2024-04-20 19:23:37 +02:00
Fernando Apesteguía
fb8a498ae4 cad/openvsp: update to 3.37.2
https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.37.2

3.37.1:

This version changes a compiler flag that makes a new dependency build properly
on Windows. This in turn fixes CFDMesh and FEAMesh on Windows.  Without this
change, 3.37.0 will quickly crash if you try to use either mesher. This won’t
change anything for non-windows users.

3.37.2 contains bugfixes

For now, use bundled fltk since the port uses a newer version than the one in
ports.
2024-03-26 19:36:30 +01:00
Fernando Apesteguía
8ff2908480 cad/openvsp: update to 3.37.0
ChangeLog:
https://openvsp.org/blogs/announcements/2024/03/04/openvsp-3-37-0-released

Features:

 * OpenVSP GUI available from Python API
 * Facade allows OpenVSP API to run transparently on separate process
 * GUI parental controls
 * Python API documentation
 * Surface Intersecion, CFDMesh, and FEAmesh much faster
 * Add surface names to Intersect, CFDMesh, and FEAMesh progress output
 * Native Apple M1/M2 support

Library Updates:

 * New AngelScript – full M1 support
 * Removed local modifications to AngelScript for documentation
 * Moved AngelScript build to Libraries, better CMake integration
 * Updated FLTK to 1.4.0-preview version
 * Updated FLTK integration to Modern CMake
 * Added OpenABF – Angle Based Flattening
 * Updates to Code-Eli, performance improvements for meshing
 * Update how Eigen is included in project

Bug Fixes:

 * Fix meshing performance regression from 3.33.0
 * Fix meshing crash regression from 3.33.0
 * Fix on-the-fly updating of meshing lengths with model unit scale
 * Fix not scaling fixed points with model scale
 * Fix not scaling trim planes with model scale
 * Fix FEA crash with subsurfaces and trims
 * Fix FEA crash with empty trim part
 * Fix corruption of Quad Meshes
 * Fix FEA Individualize Rib and Plane routines
 * Fix scroll wheel zoom on Windows
 * Fix Wing insert section update from API.
 * Fix error in K to F unit conversion
 * Fix VSP icon in Ubuntu
2024-03-06 17:49:07 +01:00
Fernando Apesteguía
53d4b27d96 cad/openvsp: Remove unnecessary patch for libxml2
PR:		275864
Reported by:	diizzy@FreeBSD.org
2023-12-22 10:53:23 +01:00
Fernando Apesteguía
1629b5cf3b cad/openvsp: update to 3.36.0
ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.36.0

Features:

 * Native file dialog
 * Advanced Link UI improvements
   .Sorting variables in link
   .Suggest when conflicting name used
   .Automatic naming
   .Variable renaming w/ code search
   .Advanced Link API
 * Issue warning message when a link loop is stopped
 * Protractor measure
 * Wing eta coordinate for control surface, attach, and conformal
 * Classical laminate theory for materials specification
 * Off*body fixed points for FEA Mesh
 * Write template NASTRAN executive and case control sections
 * Change NASTRAN files to use RBE2 instead of RBAR1
 * Improved error message when OpenGL will not load
 * Various cleanups to build system
 * Build Pyhton 3.9/3.11 instead of 3.6/3.9

Libraries:
 * Pinocchio moved to Libraries
 * Update Pinocchio to C++17 version
 * Update Clipper1 to Clipper2, move to Libraries
 * Update Delabella

Bug fixes:
 * Fix knot values in STEP and IGES files
 * Improve greying*out of 4*digit CLi parameters for prop
 * Improve adherence to 6*series airfoil nomenclature
 * Fix memory leak and growth plaguing long*running API users
 * Fix order of Calculix dependent/independent connected nodes
 * Fix planar slicing behavior with just one slice
2023-10-30 13:42:20 +01:00
Fernando Apesteguía
5258a5968d cad/openvsp: update to 3.35.3
ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.35.3

Disable feature that is causing problems with CFD and FEA Mesh before the
Workshop.
2023-08-04 08:16:06 +02:00
Fernando Apesteguía
6c3b343ffe cad/openvsp: update to 3.35.2
ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.35.2

Quick fix to prevent inf and nan values from propagating to delabella
where they can cause a crash.

These inf values likely come from the tri-tri intersection code.  Fixing
them there would be preferable, but this remains a reasonable safeguard.
2023-08-02 09:26:06 +02:00
Fernando Apesteguía
c29faeaac7 cad/openvsp: update to 3.35.1
https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.35.1

Quick fix to help DegenGeom and VSPAERO thin surface work with
changes to Mass Prop.
2023-07-31 09:36:25 +02:00
Daniel Engberg
664a2fa1e5 */*: Bump jpeg-turbo users treewide
New major version 3.0.0
2023-07-28 19:13:17 +02:00
Fernando Apesteguía
b4e96ee311 cad/openvsp: update to 3.35.0
ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.35.0

Features:
 * Specified mass properties extended to all components
 * Point masses can now have inertia specified
 * Blanks can now be assigned symmetry properties
 * User Parm management added to API
 * pyPMARC added to python package

Libraries:
 * Use Delabella CDT library for CompGeom & friends

Bug fixes:
 * Fix missing fields in DegenGeom file.
 * Fix halfmesh bug for VLM with vspgeom files to vspaero.
2023-07-25 12:45:17 +02:00
Fernando Apesteguía
0dd5a2a309 cad/openvsp: update to 3.34.0
ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.34.0

Features
 * Improved V-trimming defaults for conformal components
 * Side 1,2,3,4 V-trimming for conformal components.
 * Improved skinning of V-trimmed conformal components.
 * End caps for U-trimmed conformal components.
 * Improvements to CHARM automation scripts (thanks Jason Welstead)
 * Non-dimensional CFD/FEA Mesh controls
 * Visualization of CFD/FEA Mesh criteria
 * Windows support for VSPAERO adjoint version
 * U-direction clustering control for Fuse and Stack
 * Relaxed limits on end-cap tessellation

Fixes
 * Setting multiple chord values in design context.
2023-06-07 10:12:43 +02:00
Fernando Apesteguía
ddafdb62ff cad/openvsp: update to 3.33.1
ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.33.1

Fix problem attempting to calculate RST/LMN attachment parameters to
parents that don't have surfaces - and therefore don't have these
coordinates defined.
2023-05-02 11:13:37 +02:00
Fernando Apesteguía
edad3d614e cad/openvsp: update to 3.33.0
ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.33.0

Features
 * New extended tip-cap geometry
 * Convert CFDMesh 2D mapping to arclength based mapping.
 * Handle potential no-volume corners in CFDMesh.
 * RST and LMN Attachment
 * RST S re-defined.
 * Dimensional U,R,L attachment.
 * Visualize wake edges on vspgeom export.

Fixes
 * Clean up behavior of pull-down menus with special characters
 * Fix remaining issues from snprintf conversion
 * Fix syntax errors in master aero V&V script
 * Fix some quad-mesh bugs in FEAMesh.  Hopefully fixes needle meshes.
 * Make beam elements obey trim zones in FEA Structure generation.
 * Expand height of ExportScreen
 * Fix memory leaks from CreateParm() being called.
 * Fix memory leak in MeshGeom::Flatten...
 * Fix wake identification.
 * Handful of VSPAERO fixes.
 * Silence VSPAERO viewer checks for VSP_NO_GRAPHICS build
 * Silence cgx/ccx not found errors on Windows
 * Fix MeshGeom not scaling on load problem.
2023-05-01 19:40:56 +02:00
Fernando Apesteguía
d7b9c1eed7 cad/openvsp: update to 3.32.2
ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.32.2

Features
 * Make 'f' and 'r' keys work with CFDMesh & Co.
 * Allow parasite drag to use a reference wing not in the active Set.
 * Print missing command line when calling CpSlicer.
 * Clean up mesh from repeated mass properties analysis.
 * Attempt to set property length on import of older structures files.

Fixes
 * Fix validating structures subsurfaces
 * Fix visual artifacts in orthotropic material GUI in structures.
 * Fix double fee in Cartesian plotting library that shows up with bleeding
   edge versions of FLTK.
 * Fix parsing of VSPAERO output files.
 * Fix wave drag, parasite drag, half mesh, tag files issue.
 * Fix snprintf conversion issues
 * Silence snprintf warnings
 * Fix VSPAERO with slicing planes activ
2023-03-24 09:50:54 +01:00
Piotr Kubaj
8d14ec26dd cad/openvsp: fix build without libomp
CMake Error at /usr/local/share/cmake/Modules/FindOpenMP.cmake:261 (try_compile):
  Failed to generate test project build system.
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/FindOpenMP.cmake:537 (_OPENMP_GET_FLAGS)
  src/vsp_aero/Solver/CMakeLists.txt:9 (FIND_PACKAGE)

-fpermissive necessary because of:
/usr/include/c++/v1/__memory/compressed_pair.h:48:9: error: invalid conversion from 'int' to 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*' [-fpermissive]
2023-03-13 00:02:55 +00:00
Fernando Apesteguía
cf9b14ebb2 cad/openvsp: update to 3.32.1
Fix VSPAERO DOA problem.
2023-03-05 12:57:10 +01:00
Jan Beich
1566fe1dab cad/openvsp: drop unused libpthread-stubs
PR:		269464
Reported by:	jbeich@FreeBSD.org
2023-02-11 09:20:27 +01:00
Fernando Apesteguía
b73e90aeb0 cad/openvsp: update to 3.31.1
ChangeLog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.31.1

Features:
 * Add ResetMeshDisplay button to StructScreen
 * Structural assemblies can now be inserted with rest of vsp3 file.
 * Measure probes and rulers can now be inserted with rest of vsp3 file.
 * Drop Ubuntu 18.04 from automated build system.

VSPAERO Updates and Fixes:
 * Adding sensitivities for reference quantities.
 * Improve setting CpSteadyMin/Max in steady flow.
 * Bump and synchronize versions to 6.4.5.

Bug Fixes:
 * Improve Calculix handling of beam elements.
 * Fix crash when writing *.vspgeom file from imported mesh.
 * Fix Vinf activation with stability choice.  Thanks Daniel R.
 * Fix tags for CompGeom half*mesh.  Fixes *.vspgeom half*mesh panel mode.
 * Fix consistency of StructScreen current structure choice.
 * Fix StructAssemblyScreen height for various recent changes.
 * Fix writing of ghost nodes for half*geom *.vspgeom files.
 * Fix ID handling for copy/paste and insert of structures. Thanks Bryan.
 * Fix subsurface tagging bug with quad meshes.
2022-11-12 19:39:38 +01:00
Fernando Apesteguía
87b6a156dc cad/openvsp: update to 3.31.0
Features:
 * Trick or treat?  Halloween mystery feature...
 * Add structural assemblies made from multiple structures.
 * Add rigid connections between structures in assembly.
 * Add boundary condition specification to structures.
 * Add aero-structure coupled problem GUI using CalculiX and VSPAERO.
 * Split FEA Mesh generation from writing to file.
 * Also split FEA CAD file generation and export from Meshing.
 * Keep FEA Mesh in-memory, allowing more flexible workflow.
 * Re-arranged menus to group structures and aero analyses.
 * Build RPM packages for RedHat-based distributions.
 * Add aerodynamic center stability mode to GUI.
 * Force NACA 6A series to use a=0.8 camber line.
 * Remove VSPAERO single analysis from API - reduce code duplication.

Bug Fixes:
 * Allow non-unique names in pull-down menus.
 * Make environment.yml match Python version.
 * Fix component IDs passed to *.vspgeom.  Fixes propellers.
 * Write NORMAL at all B32 nodes, not just the first.
 * Fix exporting symmetrical propeller at origin to STL.
 * Insert FixPoins before InitMesh -- guarantee Fix Points
 * Lots of VSPAERO fixes
 * Lots of structures fixes
2022-11-05 23:21:08 +01:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Fernando Apesteguía
a5f0cab27c cad/openvsp: update to 3.30.0
ChangeLog: http://openvsp.org/blogs/announcements/2022/08/28/openvsp-3-30-0-released

Too many changes to be listed here.
2022-08-29 16:58:37 +02:00
Fernando Apesteguía
6e361fe009 cad/openvsp: update to 3.29.1
3.29.1 reverts some changes to AngelScript related to Apple M1.
The bulk of the changes are in 3.29.0.

ChangeLog: http://openvsp.org/blogs/announcements/2022/07/26/openvsp-3-29-0-released

Features

 * Optional quad meshing for CFDMesh and FEAMesh
 * Option to turn off high-order elements in FEAMesh

VSPAERO Changes

 * Improved force (especially drag) calculations, and bug fixes there in.
 * Adjoint solver, stand alone now works for steady and usteady
 * Adjoint solver + solver = Optimizer with an API. (Steady and unsteady)
 * Initial API hooks for integration with OpenMDAO
 * Initial API hooks for tightly coupled structural solves
 * Complex step version should anyone care
 * Fix for thin/cusped trailing edges on panel meshes.
 * The degen geom and vspgeom files are both supported equally in terms of
   comp ids/surface
 * Sticking with DegenGeom for default VLM solves
 * VSPGEOM for Panel solves as default
 * Some of the output files have changed as folks were asking for more info in
   things like the span loading data, etc.
 * Cut planes added for solution visualization
 * Span loading for thick geometries
 * Preliminary supersonic panel support
 * Bugs. Some fixed, some added.

Bug Fixes

 * Fix control surface addition for Wing Geoms
 * Silence echo of BEM file on read
 * Fix airfoil thickness scaling problem with blended wings
 * Fix VSPAERO Viewer movie creation on Windows (hopefully)
 * Fix int to float conversion overflow in InterpDistTable in CFDMesh
2022-08-02 07:32:33 +02:00
Fernando Apesteguía
a135c18d31 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
2022-06-02 18:49:23 +02:00
Charlie Li
d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00
Matthias Fechner
247c7db751 textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd7
2022-03-26 09:27:27 +01:00
Fernando Apesteguía
207b279ccf cad/openvsp: update to 3.27.1
ChangeLogs:
http://openvsp.org/blogs/announcements/2022/03/17/openvsp-3-27-0-released
http://openvsp.org/blogs/announcements/2022/03/19/openvsp-3-27-1-released
2022-03-20 19:32:42 +01:00
Fernando Apesteguía
381fd2d5bb cad/openvsp: update to 3.26.1
ChangeLog:
http://openvsp.org/blogs/announcements/2022/01/06/openvsp-3-26-1-released

This is a bugfix release.
2022-01-07 18:22:09 +01:00
Fernando Apesteguía
2426eb06cf cad/openvsp: update to 3.26.0
ChangeLog:
http://openvsp.org/blogs/announcements/2022/01/01/openvsp-3-26-0-released
2022-01-04 11:41:10 +01:00
Piotr Kubaj
39be1279f1 cad/openvsp: fix build on powerpc64
/wrkdirs/usr/ports/cad/openvsp/work/.build/Libraries-prefix/src/Libraries-build/EIGEN-prefix/src/EIGEN/Eigen/src/Core/arch/AltiVec/PacketMath.h:1340:32: error: use of undeclared identifier 'vec_sqrt'; did you mean 'vec_rsqrte'?
  BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a);
2021-11-07 12:14:55 +00:00
Rene Ladan
620968a43a cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021-09-30 23:23:30 +02:00
Fernando Apesteguía
f6fd64da66 cad/openvsp: update to 3.25.0
ChangeLog for the last version:
http://openvsp.org/blogs/announcements/2021/08/10/openvsp-3-25-0-released
2021-08-16 19:40:30 +02:00
Kevin Bowling
da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Dmitry Marakasov
f98c6bc93b - Update math/glm to 0.9.9.8 2021-03-12 15:55:03 +00:00
Rene Ladan
56fbdb910f cad/openvsp: unexpire by allowing it to build on FreeBSD versions with PR 230888 fixed.
PR:		242229
Submitted by:	fernape@ (maintainer)
Approved by:	build fix blanket
MFH:		2020Q3
2020-09-19 08:47:02 +00:00
Antoine Brodin
37a49a023d Deprecate ports broken for more than 6 months 2020-07-26 07:32:00 +00:00
Antoine Brodin
fb3d8e7c78 Mark BROKEN: fails to link
[ 90%] Linking CXX executable vspaero
ld: error: undefined symbol: __atomic_load
>>> referenced by VSP_Solver.C
>>>               CMakeFiles/vspaero.dir/VSP_Solver.C.o:(.omp_outlined..205)

ld: error: undefined symbol: __atomic_compare_exchange
>>> referenced by VSP_Solver.C
>>>               CMakeFiles/vspaero.dir/VSP_Solver.C.o:(.omp_outlined..205)
c++: error: linker command failed with exit code 1 (use -v to see invocation)

Reported by:	pkg-fallout
2020-03-10 14:15:42 +00:00
Fernando Apesteguía
4a9b0a524a cad/openvsp: update to 3.20.0
ChangeLog: http://openvsp.org/blogs/announcements/2019/12/29/openvsp-3-20-0-released

Features:

   * Smart Input for simple math in input boxes
   * API examples in documentation
   * Draw cg from mass prop screen
   * CEDIT improvements
   * Make wing section projected area an output Parm
   * Add get parent/child to API
   * Fix VSPAERO crash for Uber CRM example case
   * Lots of cleanups identified through static analysis
   * Travis deployment
   * Update Travis MacOS build to match release builds

Library Updates:

   * Include expparse simple expression parsing library

Bug Fixes:

   * Don't crash structures STEP/IGES output when no structure defined
   * Parasite drag for identically named geoms
   * DegenGeom crash when subsurfaces extended beyond [0,1]
   * CEDIT fixes
2020-01-02 22:06:28 +00:00
Piotr Kubaj
a67a5042f1 cad/openvsp: fix build on non-x86
Don't use amd64 code on all 64-bit architectures.
Include sys/param.h because of:
/usr/local/poudriere/ports/default/cad/openvsp/work/OpenVSP-OpenVSP_3.19.0/src/util/FileUtil.cpp:118:18: error: 'PATH_MAX' was not declared in this scope
  118 |     char exepath[PATH_MAX];
      |                  ^~~~~~~~

PR:		242235
Approved by:	fernape (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D22576
2019-11-27 19:56:26 +00:00
Fernando Apesteguía
c29fde31c0 cad/openvsp: update to 3.19.1
ChangeLog:
http://openvsp.org/blogs/announcements/2019/11/18/openvsp-3-19-1-released

Features:

    * Add rotating blade examples for VSPAERO
    * Let vspviewer accept *.adb in file name passed, helps with double-click
    * Use less precision in M,A,B list from GUI to VSPAERO - long command lines
    * Clean up some warnings in VSPAERO code
    * Update VSPAERO command line documentation

Bug Fixes:

    * Fix field ordering in DegenGeom file - this broke VSPAERO
    * Fix problem with image backgrounds
    * Remove XS_BEZIER reference from Python test
    * Improve Ubuntu package to remove prior version
    * Fix PathToExe for FreeBSD
2019-11-21 18:14:09 +00:00
Fernando Apesteguía
bf64793b47 cad/openvsp: update to 3.19.0
ChangeLog:
http://openvsp.org/blogs/announcements/2019/11/09/openvsp-3-19-0-released

Also, mark as BROKEN when necessary.
2019-11-14 18:48:16 +00:00
Piotr Kubaj
a5a5f16ac1 cad/openvsp: fix build on arm*
-mimplicit-it=always breaks build on arm*. Remove it to fix build.

PR:		241427
Reviewed by:	fernape (maintainer), linimon (mentor)
2019-10-27 19:21:13 +00:00