Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2022 18:21:29 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: 9cf0678bfcc7 - main - science/fleur: Broken on aarch64
Message-ID:  <202203201821.22KILTLq078291@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=9cf0678bfcc7476516adca6bb45a13631d0214d1

commit 9cf0678bfcc7476516adca6bb45a13631d0214d1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-03-20 18:21:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-03-20 18:21:02 +0000

    science/fleur: Broken on aarch64
    
    Reported by:    fallout
---
 science/fleur/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/science/fleur/Makefile b/science/fleur/Makefile
index 37ab023f6d51..0d9a30e747a7 100644
--- a/science/fleur/Makefile
+++ b/science/fleur/Makefile
@@ -8,6 +8,8 @@ COMMENT=	FLAPW code for atomic computations in quantum chemistry and physics
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	Fatal Error: Cannot find an intrinsic module named 'ieee_arithmetic' at (1)
+
 LIB_DEPENDS=	liblapack.so:math/lapack \
 		libopenblas.so:math/openblas
 



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