From 7355634db3ccf0d86f8e34c4aea37392c1a0ab0a Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 2 Jan 2017 14:45:15 +0100 Subject: gnu: Disambiguate packages with the same name. * gnu/packages/algebra.scm (fftw-with-threads, fftwf-with-threads): Add 'name' field. * gnu/packages/llvm.scm (llvm-for-extempore): Likewise. --- gnu/packages/algebra.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/packages/algebra.scm') diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 8e3327eafe..892b6cf525 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2012, 2013, 2014, 2015, 2016 Andreas Enge -;;; Copyright © 2013, 2015 Ludovic Courtès +;;; Copyright © 2013, 2015, 2017 Ludovic Courtès ;;; Copyright © 2016 Nicolas Goaziou ;;; Copyright © 2014 Mark H Weaver ;;; Copyright © 2016 Ricardo Wurmus @@ -581,6 +581,7 @@ cosine/ sine transforms or DCT/DST).") ;; "--enable-flags" is added to the fftw and fftwf packages. (define-public fftw-with-threads (package (inherit fftw) + (name "fftw-pthreads") (arguments (substitute-keyword-arguments (package-arguments fftw) ((#:configure-flags flags) @@ -588,6 +589,7 @@ cosine/ sine transforms or DCT/DST).") (define-public fftwf-with-threads (package (inherit fftwf) + (name "fftwf-pthreads") (arguments (substitute-keyword-arguments (package-arguments fftwf) ((#:configure-flags flags) -- cgit v1.2.3