From 0e9d79c998164f81d1bcc1061bce68afdd0b5756 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 21 Jun 2018 23:52:37 +0000 Subject: Mark as broken on aarch64, and, where appropriate, armvX. While here, pet portlint. Approved by: portmgr (tier-2 blanket) --- astro/boinc-setiathome/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'astro/boinc-setiathome') diff --git a/astro/boinc-setiathome/Makefile b/astro/boinc-setiathome/Makefile index 6b657ad9a161..3fa9b1c055d4 100644 --- a/astro/boinc-setiathome/Makefile +++ b/astro/boinc-setiathome/Makefile @@ -14,7 +14,11 @@ COMMENT= Setiathome Enhanced for BOINC LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= does not compile: analyzeFuncs_altivec.cpp: CoreServices/CoreServices.h: No such file or directory +BROKEN_aarch64= fails to link: vector/analyzeFuncs_vector.cpp:(.data+0x38): undefined symbol 'vfp_GetPowerSpectrum(float (*) [2], float*, int)' +BROKEN_armv6= fails to compile: vector/analyzeFuncs_neon.S:178:17: invalid instruction, did you mean: neg? +BROKEN_armv7= fails to compile: vector/analyzeFuncs_neon.S:178:17: invalid instruction, did you mean: neg? +BROKEN_powerpc64= fails to compile: analyzeFuncs_altivec.cpp: CoreServices/CoreServices.h: No such file or directory + BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 RUN_DEPENDS= boinc_client:net/boinc-client LIB_DEPENDS= libfftw3f.so:math/fftw3-float -- cgit