guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: jellyfish: Remove Ruby bindings.


From: guix-commits
Subject: 03/07: gnu: jellyfish: Remove Ruby bindings.
Date: Mon, 25 Oct 2021 01:30:29 -0400 (EDT)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 57c233b37b53a551ce359fed5542dc1ed2b5e75d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Oct 24 21:34:26 2021 +0000

    gnu: jellyfish: Remove Ruby bindings.
    
    These bindings no longer build and we have no package that would need them.
    
    * gnu/packages/bioinformatics.scm (jellyfish)[outputs]: Remove "ruby" 
output.
    [arguments]: Remove option for building Ruby bindings.
    [native-inputs]: Remove ruby.
---
 gnu/packages/bioinformatics.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index fc8b936..f559d9c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4712,13 +4712,10 @@ experiments and provide highly stable thresholds based 
on reproducibility.")
                 "0npa62wzasdibas5zp3n8j3armsci4kyvh0jw7jr0am4gg7vg5g1"))))
     (build-system gnu-build-system)
     (outputs '("out"      ;for library
-               "ruby"     ;for Ruby bindings
                "python")) ;for Python bindings
     (arguments
      `(#:configure-flags
        (list "--without-sse" ; configure script probes for CPU features when 
SSE is enabled.
-             (string-append "--enable-ruby-binding="
-                            (assoc-ref %outputs "ruby"))
              (string-append "--enable-python-binding="
                             (assoc-ref %outputs "python")))
        #:phases
@@ -4731,7 +4728,6 @@ experiments and provide highly stable thresholds based on 
reproducibility.")
     (native-inputs
      `(("bc" ,bc)
        ("time" ,time)
-       ("ruby" ,ruby)
        ("python" ,python-wrapper)
        ("pkg-config" ,pkg-config)))
     (inputs



reply via email to

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