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 gnu: Pass "--target=i386-pc" when installing GRUB for legacy BIOS. 2018-02-18 12:28:56 +01:00
build Merge branch 'master' into core-updates 2018-03-29 17:34:41 +02:00
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 artwork: Use a descriptive name for the source directory. 2017-06-07 15:58:16 -04:00
bootloader.scm discovery: Remove dependency on (guix ui). 2018-04-08 17:48:33 +02:00
local.mk Merge branch 'master' into core-updates 2018-05-06 15:56:24 +02:00
packages.scm discovery: Remove dependency on (guix ui). 2018-04-08 17:48:33 +02:00
services.scm discovery: Remove dependency on (guix ui). 2018-04-08 17:48:33 +02:00
system.scm Merge branch 'master' into core-updates 2018-04-12 15:22:57 -04:00
tests.scm marionette: Use QEMU's "VM channel" mechanism. 2018-02-19 22:04:11 +01:00