diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-12-10 23:16:23 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-12-10 23:25:26 -0800 |
commit | 5fcae5c1fa9e8f031cd829a57b0c16b670d59656 (patch) | |
tree | 729234068e496ae9d15cbf1169025b938b86efb1 | |
parent | math/primesum: Broken on i386 (diff) |
science/arbor: Broken on armv7
Reported by: fallout
-rw-r--r-- | science/arbor/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/arbor/Makefile b/science/arbor/Makefile index e2b4f185c4e7..d5889645332b 100644 --- a/science/arbor/Makefile +++ b/science/arbor/Makefile @@ -11,6 +11,8 @@ WWW= https://arbor-sim.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= compilation fails: unknown type name 'float64x2_t' + BUILD_DEPENDS= bash:shells/bash \ libfmt>0:devel/libfmt \ nlohmann-json>0:devel/nlohmann-json \ |