git: 6184c5c00ef8 - main - science/quantum-espresso: Broken on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 May 2024 19:03:52 UTC
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