git: 6b8640a32278 - main - science/siesta: Broken on aarch64, powerpc* due to lack of IEEE754 support in gcc

Yuri Victorovich yuri at FreeBSD.org
Wed May 19 04:07:45 UTC 2021


The branch main has been updated by yuri:

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

commit 6b8640a32278c2217553fb3e2a4a1342f56dafb1
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-19 03:58:56 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-19 04:07:41 +0000

    science/siesta: Broken on aarch64, powerpc* due to lack of IEEE754 support in gcc
---
 science/siesta/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/science/siesta/Makefile b/science/siesta/Makefile
index 8371eb2f959e..9d1919aa625d 100644
--- a/science/siesta/Makefile
+++ b/science/siesta/Makefile
@@ -9,7 +9,9 @@ COMMENT=	Program to perform efficient electronic structure calculations
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/../COPYING
 
-BROKEN_aarch64=	Fatal Error: Cannot find an intrinsic module named 'ieee_arithmetic' at (1), see https://gitlab.com/siesta-project/siesta/-/issues/115
+.for arch in aarch64 powerpc powerpc64 powerpc64le
+BROKEN_${arch}=	Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890
+.endfor
 
 LIB_DEPENDS=	libblas.so:math/blas \
 		liblapack.so:math/lapack


More information about the dev-commits-ports-all mailing list