Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2022 19:15:30 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: f0bede47f022 - 2022Q2 - science/simple-dftd3: Broken on arm64
Message-ID:  <202204191915.23JJFUnQ060677@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q2 has been updated by yuri:

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

commit f0bede47f022b9ce352c935675035ce077cf5a43
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-04-19 19:10:14 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-04-19 19:15:28 +0000

    science/simple-dftd3: Broken on arm64
    
    Reported by:    fallout
    
    (cherry picked from commit 09d8bf50230091d497be364698c4b8a0416403b2)
---
 science/simple-dftd3/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/science/simple-dftd3/Makefile b/science/simple-dftd3/Makefile
index 3066f5187b98..c13ea9882e45 100644
--- a/science/simple-dftd3/Makefile
+++ b/science/simple-dftd3/Makefile
@@ -9,6 +9,8 @@ COMMENT=	Reimplementation of the DFT-D3 program
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_aarch64=	cannot open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory
+
 BUILD_DEPENDS=	mstore>0:science/mstore
 LIB_DEPENDS=	libmctc-lib.so:science/mctc-lib \
 		libopenblas.so:math/openblas \



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