guix-devel/gnu
Mark H Weaver 69d5909e03
gnu: fftw: Fix configure flags for armhf, aarch64, and mips.
This is a followup to commit 65bb22796f.

* gnu/packages/algebra.scm (fftw)[arguments]: In the configure-flags, avoid
two-layer quasiquotation by changing the inner quasiquote to a normal quote.
Remove "--enable-armv7a-cntvct" on 32-bit ARM, and "--enable-armv8-cntvct-el0"
on 64-bit ARM, since these generate instructions that are not normally
available from user mode.  Remove "--enable-mips-zbus-timer" on MIPS, since
the needed hardware support may not be available.  Add a default case to the
conditional to support unrecognized targets.
(fftwf)[arguments]: Restore the "--enable-single" flag, which was present
prior to commit 65bb22796.
2018-05-08 18:40:13 -04:00
..
bootloader
build
packages gnu: fftw: Fix configure flags for armhf, aarch64, and mips. 2018-05-08 18:40:13 -04:00
services gnu: Add sound service. 2018-05-02 15:11:13 +03:00
system file-systems: Expound '%pseudo-file-system-types'. 2018-04-29 17:55:08 +02:00
tests services: Add modem-manager-service-type. 2018-04-30 03:47:16 +02:00
artwork.scm
bootloader.scm
local.mk Merge branch 'master' into core-updates 2018-05-06 15:56:24 +02:00
packages.scm
services.scm
system.scm
tests.scm