diff -Nru boinc-app-seti-7.19~svn2051/debian/changelog boinc-app-seti-7.19~svn2051/debian/changelog --- boinc-app-seti-7.19~svn2051/debian/changelog 2014-03-05 09:18:50.000000000 +0000 +++ boinc-app-seti-7.19~svn2051/debian/changelog 2014-03-11 20:20:06.000000000 +0000 @@ -1,3 +1,9 @@ +boinc-app-seti (7.19~svn2051-2+rpi1) jessie-staging; urgency=medium + + * Disable neon. + + -- Peter Michael Green Tue, 11 Mar 2014 20:19:57 +0000 + boinc-app-seti (7.19~svn2051-2) unstable; urgency=medium * Upload to unstable. diff -Nru boinc-app-seti-7.19~svn2051/debian/patches/raspbian-disable-neon boinc-app-seti-7.19~svn2051/debian/patches/raspbian-disable-neon --- boinc-app-seti-7.19~svn2051/debian/patches/raspbian-disable-neon 1970-01-01 00:00:00.000000000 +0000 +++ boinc-app-seti-7.19~svn2051/debian/patches/raspbian-disable-neon 2014-03-11 20:39:56.000000000 +0000 @@ -0,0 +1,104 @@ +Description: Disable neon. + Neon is useless to us and sets off our armv7 contamination checker. +Author: Peter Michael Green + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +Index: boinc-app-seti-7.19~svn2051/client/Makefile.am +=================================================================== +--- boinc-app-seti-7.19~svn2051.orig/client/Makefile.am 2014-03-11 20:21:04.000000000 +0000 ++++ boinc-app-seti-7.19~svn2051/client/Makefile.am 2014-03-11 20:21:04.000000000 +0000 +@@ -71,7 +71,6 @@ + vector/analyzeFuncs_avx.cpp \ + vector/analyzeFuncs_x86_64.cpp \ + vector/analyzeFuncs_altivec.cpp \ +- vector/analyzeFuncs_neon.S \ + vector/analyzeFuncs_vfp.S \ + vector/analyzeFuncs_vfp_aux.cpp \ + vector/x86_float4.cpp \ +Index: boinc-app-seti-7.19~svn2051/client/vector/analyzeFuncs_vector.h +=================================================================== +--- boinc-app-seti-7.19~svn2051.orig/client/vector/analyzeFuncs_vector.h 2013-10-02 16:52:00.000000000 +0000 ++++ boinc-app-seti-7.19~svn2051/client/vector/analyzeFuncs_vector.h 2014-03-11 20:35:34.000000000 +0000 +@@ -359,11 +359,11 @@ + #endif + + #if defined(__arm__) && defined(__VFP_FP__) && !defined(__SOFTFP__) +-extern int neon_GetPowerSpectrum( +- sah_complex * cx_FreqData, +- float * fp_PowerSpectrum, +- int ul_NumDataPoints +- ); ++//extern int neon_GetPowerSpectrum( ++// sah_complex * cx_FreqData, ++// float * fp_PowerSpectrum, ++// int ul_NumDataPoints ++// ); + extern int vfp_GetPowerSpectrum( + sah_complex * cx_FreqData, + float * fp_PowerSpectrum, +@@ -378,14 +378,14 @@ + int ul_NumDataPoints, + double sample_rate + ); +-extern int neon_ChirpData ( +- sah_complex * cx_DataArray, +- sah_complex * cx_ChirpDataArray, +- int ChirpRateInd, +- double ChirpRate, +- int ul_NumDataPoints, +- double sample_rate +-); ++//extern int neon_ChirpData ( ++// sah_complex * cx_DataArray, ++// sah_complex * cx_ChirpDataArray, ++// int ChirpRateInd, ++// double ChirpRate, ++// int ul_NumDataPoints, ++// double sample_rate ++//); + + #endif + +Index: boinc-app-seti-7.19~svn2051/client/vector/analyzeFuncs_vector.cpp +=================================================================== +--- boinc-app-seti-7.19~svn2051.orig/client/vector/analyzeFuncs_vector.cpp 2014-03-11 20:39:42.000000000 +0000 ++++ boinc-app-seti-7.19~svn2051/client/vector/analyzeFuncs_vector.cpp 2014-03-11 20:39:49.000000000 +0000 +@@ -297,7 +297,7 @@ + #endif + #if defined(__arm__) && defined(__VFP_FP__) && !defined(__SOFTFP__) + vfp_GetPowerSpectrum, BA_VFP, "vfp_GetPowerSpectrum", +- neon_GetPowerSpectrum, BA_NEON, "neon_GetPowerSpectrum", ++ //neon_GetPowerSpectrum, BA_NEON, "neon_GetPowerSpectrum", + #endif + }; + +@@ -340,7 +340,7 @@ + #endif + #if defined(__arm__) && defined(__VFP_FP__) && !defined(__SOFTFP__) + vfp_ChirpData, BA_VFP, "vfp_ChirpData", +- neon_ChirpData, BA_NEON, "neon_ChirpData", ++ //neon_ChirpData, BA_NEON, "neon_ChirpData", + #endif + }; + +@@ -416,7 +416,7 @@ + #endif + #if defined(__arm__) && defined(__VFP_FP__) && !defined(__SOFTFP__) + &vfpFoldMain, BA_VFP, +- &neonFoldMain, BA_NEON, ++ //&neonFoldMain, BA_NEON, + #endif + }; + diff -Nru boinc-app-seti-7.19~svn2051/debian/patches/series boinc-app-seti-7.19~svn2051/debian/patches/series --- boinc-app-seti-7.19~svn2051/debian/patches/series 2014-03-04 20:52:02.000000000 +0000 +++ boinc-app-seti-7.19~svn2051/debian/patches/series 2014-03-11 20:21:04.000000000 +0000 @@ -14,3 +14,4 @@ fix-ftbfs-arm64.patch fix-armel.patch fix-armhf.patch +raspbian-disable-neon