From b458703848a1494d51ea9d2a3a83ae767581f120 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 3 Nov 2024 19:46:39 -0800 Subject: [PATCH] science/trilinos: Broken on 15 with clanmg-19 Reported by: fallout --- science/trilinos/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/science/trilinos/Makefile b/science/trilinos/Makefile index 40a6aea81d69..5c488f11d06c 100644 --- a/science/trilinos/Makefile +++ b/science/trilinos/Makefile @@ -10,6 +10,7 @@ WWW= https://trilinos.github.io/ LICENSE= BSD3CLAUSE LGPL20 # Trilinos is licensed on a per-package basis. Most packages are under a BSD license, some are published under the (L)GPL. LICENSE_COMB= multi +BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/trilinos/Trilinos/issues/13570 BROKEN_armv6= kokkos assumes a 64-bit build; i.e., 8-byte pointers, but found 4-byte BROKEN_armv7= kokkos assumes a 64-bit build; i.e., 8-byte pointers, but found 4-byte BROKEN_i386= kokkos assumes a 64-bit build; i.e., 8-byte pointers, but found 4-byte