cad/NASTRAN-95: mark broken

Recent changes in gfortran seem to have broken this port so that it doesn't
produce valid results anymore. See [1] for more details.

This port would likely be a good candidate for LLVM Fortran but I currently
don't have time for to try (patches welcome).

Use dos2unix, as it seems necessary but not sufficient for a future fix.
Pet portlint while here.

Approved by:	therry (mentor)

[1] https://github.com/nasa/NASTRAN-95/issues/15
This commit is contained in:
Pedro F. Giffuni 2020-07-30 17:05:23 +00:00
parent a513913a39
commit 77fefb9b0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543805
2 changed files with 5 additions and 3 deletions

View File

@ -14,12 +14,14 @@ LICENSE_NAME= NASA OPEN SOURCE AGREEMENT VERSION 1.3
LICENSE_FILE= ${FILESDIR}/NASTRAN95-license.txt
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BROKEN= Produces bogus files on newer versions of GCC fortran
USES= fortran gmake dos2unix
USE_GITHUB= yes
GH_ACCOUNT= twuerfl
GH_TAGNAME= a73c57a
USES= fortran gmake
ALL_TARGET= # empty
INSTALL_TARGET= install-strip

View File

@ -5,7 +5,7 @@ NASTRAN is the NASA Structural Analysis System, a finite element analysis
and opened the door to computer-aided engineering. Subsections of a design
can be modeled and then larger groupings of these elements can again be
modeled. NASTRAN can handle elastic stability analysis, complex
eigenvalues for vibration and dynamic stability analysis, dynamic response
eigenvalues for vibration and dynamic stability analysis, dynamic response
for transient and steady state loads, and random excitation, and static
response to concentrated and distributed loads, thermal expansion, and
enforced deformations.