Bug#734675: fftw3: Fix configury for neon support on arm64 (armv8)

Wookey wookey at wookware.org
Wed Apr 2 21:35:55 UTC 2014


+++ Julian Taylor [2014-01-23 22:41 +0100]:
> On 09.01.2014 04:38, Wookey wrote:
> ...
> > 
> > However, applying this doesn't in fact get a working build as it exposes
> > a compiler ICE in the gcc4.8 we are currently using in unstable. But
> > that should get fixed soon.
> > 
> 
> thanks, if let me know when gcc works again and I'll try to sort this out.

Just confirmed that this is still present in unstable with gcc-4.8  4.8.2-17

- ifneq (,$(filter $(ARCHITECTURE), armhf arm64))
+ ifneq (,$(filter $(ARCHITECTURE), armhf))
on line 35 of debian/rules allows the build to work with current gcc.

Will test with gcc-4.9 (assuming it builds)

Wookey
-- 
Principal hats:  Linaro, Emdebian, Wookware, Balloonboard, ARM
http://wookware.org/



More information about the debian-science-maintainers mailing list