gnu: mash: Update package style.
* gnu/packages/bioinformatics.scm (mash)[arguments]: Consolidate similar SUBSTITUTE* calls. Don't explicitly return #t from phases.master
parent
45b7a8bfda
commit
096fd9c3ff
|
@ -7190,16 +7190,12 @@ sequences).")
|
||||||
"src/mash/CommandFind.cpp"
|
"src/mash/CommandFind.cpp"
|
||||||
"src/mash/CommandScreen.cpp")
|
"src/mash/CommandScreen.cpp")
|
||||||
(("^#include \"kseq\\.h\"")
|
(("^#include \"kseq\\.h\"")
|
||||||
"#include \"htslib/kseq.h\""))
|
"#include \"htslib/kseq.h\""))))
|
||||||
#t))
|
|
||||||
(add-after 'fix-includes 'use-c++14
|
(add-after 'fix-includes 'use-c++14
|
||||||
(lambda _
|
(lambda _
|
||||||
;; capnproto 0.7 requires c++14 to build
|
;; capnproto 1.0 requires c++14 to build.
|
||||||
(substitute* "configure.ac"
|
(substitute* (list "configure.ac" "Makefile.in")
|
||||||
(("c\\+\\+11") "c++14"))
|
(("c\\+\\+11") "c++14")))))))
|
||||||
(substitute* "Makefile.in"
|
|
||||||
(("c\\+\\+11") "c++14"))
|
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf))
|
(list autoconf))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue