Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2022 06:54:28 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: 018b9673b7c5 - main - science/dftd4: Broken on powerpc64 and powerpc64le
Message-ID:  <202212200654.2BK6sSMo004037@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=018b9673b7c5c24afac7e5be9eefa8ddd21711f5

commit 018b9673b7c5c24afac7e5be9eefa8ddd21711f5
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-20 05:43:49 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-20 06:54:24 +0000

    science/dftd4: Broken on powerpc64 and powerpc64le
    
    Reported by:    fallout
---
 science/dftd4/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/science/dftd4/Makefile b/science/dftd4/Makefile
index 8ba007e92ef3..dd8a457c17ca 100644
--- a/science/dftd4/Makefile
+++ b/science/dftd4/Makefile
@@ -11,6 +11,8 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_aarch64=	Cannot open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory
+BROKEN_powerpc64=	Cannot open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory
+BROKEN_powerpc64le=	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 \



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