git: 5af4b11b3992 - main - math/gismo: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Jul 2022 10:18:47 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5af4b11b399255f1bee4c57c57308f804f22beb2 commit 5af4b11b399255f1bee4c57c57308f804f22beb2 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-24 10:18:16 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-24 10:18:45 +0000 math/gismo: Broken on armv7 Reported by: fallout --- math/gismo/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/gismo/Makefile b/math/gismo/Makefile index 835a30c2407b..8e475658d7fc 100644 --- a/math/gismo/Makefile +++ b/math/gismo/Makefile @@ -9,6 +9,8 @@ COMMENT= C++ library for isogeometric analysis (IGA) LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_armv7= unknown target architecture: "generic". Please set TARGET_ARCHITECTURE to a supported value, see https://github.com/gismo/gismo/issues/541 + USES= cmake:testing compiler:c++14-lang USE_GITHUB= yes USE_GCC= yes # clang-11 crashes: https://bugs.llvm.org/show_bug.cgi?id=51468