Date: Mon, 4 Nov 2024 03:47:05 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: b458703848a1 - main - science/trilinos: Broken on 15 with clanmg-19 Message-ID: <202411040347.4A43l58m018461@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=b458703848a1494d51ea9d2a3a83ae767581f120 commit b458703848a1494d51ea9d2a3a83ae767581f120 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-04 03:46:39 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-04 03:46:39 +0000 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411040347.4A43l58m018461>