From ebc4ef62e6c8117ce1635832d7b242f13bc9ab47 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 22 Nov 2022 07:29:51 -0800 Subject: 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 -- cgit v1.2.3