Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jul 2022 10:18:47 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5af4b11b3992 - main - math/gismo: Broken on armv7
Message-ID:  <202207241018.26OAIl2C071906@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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