aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-10 23:50:47 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-10 23:51:17 +0000
commita4ee0c0c361106d1b67cb7b697d5b02c60097c80 (patch)
tree0e2e878925a7c946f77fe37635861e5a0c888b8b
parent3f1dce0cdd7993184246a6ef618fcba7b6a7d27d (diff)
downloadports-a4ee0c0c361106d1b67cb7b697d5b02c60097c80.tar.gz
ports-a4ee0c0c361106d1b67cb7b697d5b02c60097c80.zip
science/trilinos: Broken on i386
Reported by: fallout
-rw-r--r--science/trilinos/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/science/trilinos/Makefile b/science/trilinos/Makefile
index d84adf0749dc..d2a18929e982 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_i386= kokkos assumes a 64-bit build; i.e., 8-byte pointers, but found 4-byte
+
BUILD_DEPENDS= bash:shells/bash \
boost-libs>0:devel/boost-libs \
swig:devel/swig \