Date: Tue, 20 Dec 2022 06:54:29 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: f3f42a810cde - main - science/dynare: Broken on powerpc64 Message-ID: <202212200654.2BK6sTIo004062@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=f3f42a810cdea4cecc51fbe36951ae15d55d4a1b commit f3f42a810cdea4cecc51fbe36951ae15d55d4a1b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-12-20 06:46:53 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-12-20 06:54:24 +0000 science/dynare: Broken on powerpc64 Reported by: fallout --- science/dynare/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/science/dynare/Makefile b/science/dynare/Makefile index 03965b522b4e..424811f230a4 100644 --- a/science/dynare/Makefile +++ b/science/dynare/Makefile @@ -12,6 +12,7 @@ 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 BUILD_DEPENDS= ${LOCALBASE}/include/boost/tokenizer.hpp:devel/boost-libs LIB_DEPENDS= libhdf5.so:science/hdf5 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212200654.2BK6sTIo004062>