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.master
parent
da526f33f2
commit
57c233b37b
|
@ -4712,13 +4712,10 @@ experiments and provide highly stable thresholds based on reproducibility.")
|
||||||
"0npa62wzasdibas5zp3n8j3armsci4kyvh0jw7jr0am4gg7vg5g1"))))
|
"0npa62wzasdibas5zp3n8j3armsci4kyvh0jw7jr0am4gg7vg5g1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" ;for library
|
(outputs '("out" ;for library
|
||||||
"ruby" ;for Ruby bindings
|
|
||||||
"python")) ;for Python bindings
|
"python")) ;for Python bindings
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list "--without-sse" ; configure script probes for CPU features when SSE is enabled.
|
(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="
|
(string-append "--enable-python-binding="
|
||||||
(assoc-ref %outputs "python")))
|
(assoc-ref %outputs "python")))
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -4731,7 +4728,6 @@ experiments and provide highly stable thresholds based on reproducibility.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bc" ,bc)
|
`(("bc" ,bc)
|
||||||
("time" ,time)
|
("time" ,time)
|
||||||
("ruby" ,ruby)
|
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue