Date: Tue, 22 Nov 2022 22:05:41 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: ebc4ef62e6c8 - main - devel/test-drive: Broken on arm64 Message-ID: <202211222205.2AMM5fvK023638@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=ebc4ef62e6c8117ce1635832d7b242f13bc9ab47 commit ebc4ef62e6c8117ce1635832d7b242f13bc9ab47 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-11-22 15:29:51 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-11-22 22:05:33 +0000 devel/test-drive: Broken on arm64 Reported by: fallout --- devel/test-drive/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/test-drive/Makefile b/devel/test-drive/Makefile index e775831a8687..f21f0618ac2b 100644 --- a/devel/test-drive/Makefile +++ b/devel/test-drive/Makefile @@ -13,6 +13,8 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-Apache LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT +BROKEN_aarch64= fails to compile: Cannot find an intrinsic module named 'ieee_arithmetic' at (1) + USES= cmake:testing fortran USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211222205.2AMM5fvK023638>