git: 381d5d8fe0cc - main - science/trilinos: Broken on armv6, armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Jul 2022 01:39:40 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=381d5d8fe0cc6e413f33594909ce23db8e8f6457
commit 381d5d8fe0cc6e413f33594909ce23db8e8f6457
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-24 01:39:13 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-24 01:39:13 +0000
science/trilinos: Broken on armv6, armv7
Reported by: fallout
---
science/trilinos/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/science/trilinos/Makefile b/science/trilinos/Makefile
index d2a18929e982..d77a590c29b1 100644
--- a/science/trilinos/Makefile
+++ b/science/trilinos/Makefile
@@ -10,6 +10,8 @@ COMMENT= Solver for multi-physics engineering and scientific problems
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_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
BUILD_DEPENDS= bash:shells/bash \