diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-06 16:29:52 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-06 16:29:52 +0000 |
commit | c3076ab3a37f46ea950838c394853401369b0d24 (patch) | |
tree | eb95e315145af6d5f88713cc35f0b2d6993ba1c4 | |
parent | 737b817a79c76d0cd5f67077394045c634cb2963 (diff) |
science/parthenon: Broken on i386
Reported by: fallout
-rw-r--r-- | science/parthenon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/parthenon/Makefile b/science/parthenon/Makefile index c6683de3e5f0..3e2da5f02012 100644 --- a/science/parthenon/Makefile +++ b/science/parthenon/Makefile @@ -11,6 +11,8 @@ WWW= https://parthenon-hpc-lab.github.io/parthenon/develop/index.html LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= compilation fails, see https://github.com/parthenon-hpc-lab/parthenon/issues/1226 + RUN_DEPENDS= bash:shells/bash LIB_DEPENDS= libkokkoscore.so:devel/kokkos |