Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2024 19:03:52 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: 6184c5c00ef8 - main - science/quantum-espresso: Broken on aarch64
Message-ID:  <202405121903.44CJ3qCB029425@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=6184c5c00ef83a205fc1d4a4efb3801412efd68f

commit 6184c5c00ef83a205fc1d4a4efb3801412efd68f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-12 19:03:00 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-12 19:03:50 +0000

    science/quantum-espresso: Broken on aarch64
    
    ... due to a missing ieee_arithmetic module on this architecture.
    
    Reported by:    fallout
---
 science/quantum-espresso/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/quantum-espresso/Makefile b/science/quantum-espresso/Makefile
index bb9981633487..1bc200b9c6fc 100644
--- a/science/quantum-espresso/Makefile
+++ b/science/quantum-espresso/Makefile
@@ -11,6 +11,7 @@ WWW=		https://www.quantum-espresso.org/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/License
 
+BROKEN_aarch64=	compilation fails: cannot find an intrinsic module named 'ieee_arithmetic', see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278942
 BROKEN_armv6=	fails to build: gfortran8: error: iotk_base_tmp.f90: No such file or directory
 BROKEN_armv7=	fails to build: gfortran8: error: iotk_base_tmp.f90: No such file or directory
 



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