diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2025-07-05 08:06:53 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2025-07-05 08:08:52 +0000 |
commit | 2c177e8f8049a951fb541525f027b314b5ddaf9a (patch) | |
tree | b2e7c75e1964a7c254924316607efce26fd551ae | |
parent | misc/py-litellm: update to 1.74.0 (diff) |
science/openmodelica: Refine BROKEN message on aarch64
Relying on libquadmath is an OpenModelica issue, not a GCC issue.
PR: 285692
-rw-r--r-- | science/openmodelica/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/openmodelica/Makefile b/science/openmodelica/Makefile index 7b68d78286ef..dafafc57c8da 100644 --- a/science/openmodelica/Makefile +++ b/science/openmodelica/Makefile @@ -18,7 +18,7 @@ LICENSE_NAME= Public license for OpenModelica LICENSE_TEXT= See https://github.com/OpenModelica/OpenModelica/blob/master/OSMC-License.txt LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell -BROKEN_aarch64= compilation fails: gcc13 doesn't install libquadmath.so, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285692 +BROKEN_aarch64= compilation fails: OpenModelica expects libquadmath.so, which does not exist on aarch64 (PR 285692) BROKEN_armv7= link fails: ld: cannot find -lquadmath: No such file or directory BROKEN_i386= compilation fails: /wrkdirs/usr/ports/science/openmodelica/work/OpenModelica-1.20.0/OMCompiler/3rdParty/libffi/src/x86/sysv.S:841:1: error: changed section flags for .eh_frame, expected: 0x2 |