~ruther/guix-local

953c12232fc94f0a5d1f2a1e9d98a24456357cc9 — Ricardo Wurmus 10 years ago 6c1305f
gnu: bless: Remove bundled sources for sparsehash.

* gnu/packages/bioinformatics.scm (bless)[source]: Delete
"google-sparsehash" sources.
[inputs]: Add "sparsehash".
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +4 -2
@@ 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"))