Date: Thu, 13 May 2021 22:24:55 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: 176d99d0ec73 - main - science/siesta: Broken on aarch64 Message-ID: <202105132224.14DMOtSa082988@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=176d99d0ec73de2b67a8db3487a7be728f184f5d commit 176d99d0ec73de2b67a8db3487a7be728f184f5d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-05-13 18:59:14 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-05-13 22:24:45 +0000 science/siesta: Broken on aarch64 --- science/siesta/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/siesta/Makefile b/science/siesta/Makefile index 7e07cff3291f..8371eb2f959e 100644 --- a/science/siesta/Makefile +++ b/science/siesta/Makefile @@ -9,6 +9,8 @@ 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 + LIB_DEPENDS= libblas.so:math/blas \ liblapack.so:math/lapack
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105132224.14DMOtSa082988>