gnu: bedtools-2.18: Fix build.
* gnu/packages/bioinformatics.scm (bedtools-2.18)[arguments]: Fix operators in 'compatibility phase.
This commit is contained in:
parent
f2e90d6f43
commit
fc80efe1a0
1 changed files with 5 additions and 1 deletions
|
@ -498,7 +498,11 @@ BED, GFF/GTF, VCF.")
|
||||||
"static constexpr float PERCENTAGE"))
|
"static constexpr float PERCENTAGE"))
|
||||||
(substitute* "src/utils/general/DualQueue.h"
|
(substitute* "src/utils/general/DualQueue.h"
|
||||||
(("template <class T, template<class T> class CompareFunc>")
|
(("template <class T, template<class T> class CompareFunc>")
|
||||||
"template <class T, template<class U> class CompareFunc>"))))
|
"template <class T, template<class U> class CompareFunc>"))
|
||||||
|
(substitute* '("src/utils/BamTools/src/api/algorithms/Sort.h"
|
||||||
|
"src/utils/BamTools/src/api/internal/bam/BamMultiMerger_p.h")
|
||||||
|
(("(bool operator\\(\\).*) \\{" m pre)
|
||||||
|
(string-append pre " const {")))))
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Reference in a new issue