git: 09d8bf502300 - main - science/simple-dftd3: Broken on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Apr 2022 19:14:57 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=09d8bf50230091d497be364698c4b8a0416403b2 commit 09d8bf50230091d497be364698c4b8a0416403b2 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:14:51 +0000 science/simple-dftd3: Broken on arm64 Reported by: fallout --- 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 \