git: 69735bae7ac2 - main - science/afni: mark BROKEN in aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Mar 2022 18:48:03 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=69735bae7ac2485318cb27156e848a1e9622e9a0
commit 69735bae7ac2485318cb27156e848a1e9622e9a0
Author: Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-03-20 18:42:40 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-03-20 18:43:23 +0000
science/afni: mark BROKEN in aarch64
Fails to build with:
statement requires expression of scalar type ('va_list' (aka '__builtin_va_list') invalid)
---
science/afni/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/science/afni/Makefile b/science/afni/Makefile
index 973e5e693322..d9ed805ed8cc 100644
--- a/science/afni/Makefile
+++ b/science/afni/Makefile
@@ -8,6 +8,9 @@ COMMENT= Advanced Functional Neuro Imaging
LICENSE= GPLv2
+BROKEN_aarch64= fails to build: statement requires expression of scalar type \
+ ('va_list' (aka '__builtin_va_list') invalid)
+
CRAN_DEPENDS= R-cran-lme4>0:math/R-cran-lme4 \
R-cran-snow>0:science/R-cran-snow \
R-cran-psych>0:math/R-cran-psych