all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: 61148@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#61148] [PATCH 1/5] gnu: intervaltree: Update to 0.1-1.aa59377.
Date: Sun, 29 Jan 2023 15:12:34 +0200	[thread overview]
Message-ID: <4fd1568af1aa4bafb18a1efbcdfd084ca6b18711.1674997469.git.efraim@flashner.co.il> (raw)
In-Reply-To: <cover.1674997469.git.efraim@flashner.co.il>

* 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@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





  reply	other threads:[~2023-01-29 13:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-29 13:09 [bug#61148] [PATCH 0/5] Update vcflib Efraim Flashner
2023-01-29 13:12 ` Efraim Flashner [this message]
2023-01-29 13:12 ` [bug#61148] [PATCH 2/5] gnu: tabixpp: Update to 1.1.2 Efraim Flashner
2023-01-29 13:12 ` [bug#61148] [PATCH 3/5] gnu: Add wfa2-lib Efraim Flashner
2023-01-29 13:12 ` [bug#61148] [PATCH 4/5] gnu: Add libvcfh Efraim Flashner
2023-01-29 13:12 ` [bug#61148] [PATCH 5/5] gnu: vcflib: Update to 1.0.6 Efraim Flashner
2023-10-27 12:38 ` [bug#61148] [PATCH 0/5] Update vcflib Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4fd1568af1aa4bafb18a1efbcdfd084ca6b18711.1674997469.git.efraim@flashner.co.il \
    --to=efraim@flashner.co.il \
    --cc=61148@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.