git: ebc4ef62e6c8 - main - devel/test-drive: Broken on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Nov 2022 22:05:41 UTC
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