GNU bug report logs -
#61148
[PATCH 0/5] Update vcflib
Previous Next
Reported by: Efraim Flashner <efraim <at> flashner.co.il>
Date: Sun, 29 Jan 2023 13:10:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/bioinformatics.scm (intervaltree): Update to
0.1-1.aa59377.
[arguments]: Fix cross-compiling.
---
gnu/packages/bioinformatics.scm | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8c75607a65..5cea726f8e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13632,10 +13632,10 @@ (define-public gffcompare
license:artistic2.0))))) ;license for gclib
(define-public intervaltree
- (let ((commit "b90527f9e6d51cd36ecbb50429e4524d3a418ea5"))
+ (let ((commit "aa5937755000f1cd007402d03b6f7ce4427c5d21"))
(package
(name "intervaltree")
- (version (git-version "0.0.0" "1" commit))
+ (version (git-version "0.1" "1" commit))
(source
(origin
(method git-fetch)
@@ -13644,15 +13644,18 @@ (define-public intervaltree
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0rgv6q5fl4x5d74n6p5wvdna6zmbdbqpb4jqqh6vq3670gn08xad"))))
+ (base32 "0p9aphy6sc01dg67xzqpnhvjmk21xa380bpfbkz24a23s6krhjwl"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f ; No tests.
+ (list
+ #:tests? #f ; No tests.
#:make-flags
- ,#~(list (string-append "PREFIX=" #$output) "DESTDIR=\"\"")
+ #~(list (string-append "PREFIX=" #$output)
+ (string-append "CXX=" #$(cxx-for-target))
+ "DESTDIR=")
#:phases
- (modify-phases %standard-phases
- (delete 'configure)))) ; There is no configure phase.
+ #~(modify-phases %standard-phases
+ (delete 'configure)))) ; There is no configure phase.
(home-page "https://github.com/ekg/intervaltree")
(synopsis "Minimal C++ interval tree implementation")
(description "An interval tree can be used to efficiently find a set of
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
This bug report was last modified 68 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.