Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2021 14:34:05 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c489dba516c3 - main - math/elpa: Mark as broken on aarch64.
Message-ID:  <202110131434.19DEY5L2086078@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael:

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

commit c489dba516c3fc4cf8d1751306c0e31b0df6a401
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2021-10-10 17:01:39 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2021-10-13 14:28:41 +0000

    math/elpa: Mark as broken on aarch64.
---
 math/elpa/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/elpa/Makefile b/math/elpa/Makefile
index 95cecc4d3f23..e0363f416c7c 100644
--- a/math/elpa/Makefile
+++ b/math/elpa/Makefile
@@ -12,6 +12,8 @@ LICENSE_COMB=	dual
 LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING/gpl.txt
 LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING/lgpl.txt
 
+BROKEN_aarch64=	fails to build: Fatal Error: config-f90.h: No such file or directory
+
 LIB_DEPENDS=	libopenblas.so:math/openblas
 
 USES=		compiler:c11 fortran gmake libtool localbase perl5 shebangfix



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