guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: bless: Remove bundled sources for sparsehash.


From: Ricardo Wurmus
Subject: 02/02: gnu: bless: Remove bundled sources for sparsehash.
Date: Thu, 17 Mar 2016 12:01:53 +0000

rekado pushed a commit to branch master
in repository guix.

commit 953c12232fc94f0a5d1f2a1e9d98a24456357cc9
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Mar 14 14:16:55 2016 +0100

    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 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4740b20..60a0149 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]