* [PATCH] bless: Remove bundled sources for sparsehash.
@ 2016-03-14 13:29 Ricardo Wurmus
2016-03-14 20:40 ` Andreas Enge
0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Wurmus @ 2016-03-14 13:29 UTC (permalink / raw)
To: guix-devel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-bless-Remove-bundled-sources-for-sparsehash.patch --]
[-- Type: text/x-patch, Size: 1624 bytes --]
From df547eefe4cf2e18f8bccf62a4adc3bd5f3e2258 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Date: Mon, 14 Mar 2016 14:16:55 +0100
Subject: [PATCH] gnu: bless: Remove bundled sources for sparsehash.
* gnu/packages/bioinformatics.scm (bless)[source]: Delete
"google-sparsehash" sources.
[inputs]: Add "sparsehash".
---
gnu/packages/bioinformatics.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 5dedf10..5f3271d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -579,10 +579,11 @@ confidence to have in an alignment.")
(snippet
`(begin
;; Remove bundled boost, pigz, zlib, and .git directory
- ;; FIXME: also remove bundled sources for google-sparsehash,
- ;; murmurhash3, kmc once packaged.
+ ;; FIXME: also remove bundled sources for murmurhash3 and
+ ;; kmc once packaged.
(delete-file-recursively "boost")
(delete-file-recursively "pigz")
+ (delete-file-recursively "google-sparsehash")
(delete-file-recursively "zlib")
(delete-file-recursively ".git")
#t))))
@@ -632,6 +633,7 @@ confidence to have in an alignment.")
(inputs
`(("openmpi" ,openmpi)
("boost" ,boost)
+ ("sparsehash" ,sparsehash)
("pigz" ,pigz)
("zlib" ,zlib)))
(supported-systems '("x86_64-linux"))
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] bless: Remove bundled sources for sparsehash.
2016-03-14 13:29 [PATCH] bless: Remove bundled sources for sparsehash Ricardo Wurmus
@ 2016-03-14 20:40 ` Andreas Enge
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2016-03-14 20:40 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: guix-devel
On Mon, Mar 14, 2016 at 02:29:35PM +0100, Ricardo Wurmus wrote:
> From df547eefe4cf2e18f8bccf62a4adc3bd5f3e2258 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
> Date: Mon, 14 Mar 2016 14:16:55 +0100
> Subject: [PATCH] gnu: bless: Remove bundled sources for sparsehash.
Great!
> * gnu/packages/bioinformatics.scm (bless)[source]: Delete
> "google-sparsehash" sources.
> [inputs]: Add "sparsehash".
I would drop the ", but I do not know if there is any particular rule.
Andreas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-14 20:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-14 13:29 [PATCH] bless: Remove bundled sources for sparsehash Ricardo Wurmus
2016-03-14 20:40 ` Andreas Enge
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.