Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jul 2022 10:19:12 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: c47c1dad4fb6 - 2022Q3 - math/gismo: Broken on armv7
Message-ID:  <202207241019.26OAJCwu072064@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c47c1dad4fb6862395fe38abc5ee609669ad1962

commit c47c1dad4fb6862395fe38abc5ee609669ad1962
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:19:10 +0000

    math/gismo: Broken on armv7
    
     Reported by:   fallout
    
    (cherry picked from commit 5af4b11b399255f1bee4c57c57308f804f22beb2)
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207241019.26OAJCwu072064>