guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: bpp-core: Build with GCC 10.


From: guix-commits
Subject: 01/03: gnu: bpp-core: Build with GCC 10.
Date: Tue, 25 Apr 2023 13:31:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7ae5325bf13cc366a519177911a0a2aa590d6e53
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 25 19:12:57 2023 +0200

    gnu: bpp-core: Build with GCC 10.
    
    * gnu/packages/bioinformatics.scm (bpp-core)[native-inputs]: Add gcc-10.
---
 gnu/packages/bioinformatics.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index dd5d1ab0ee..97475c47e0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2233,6 +2233,9 @@ easy-to-perform steps.")
        (sha256
         (base32 "0ma2cl677l7s0n5sffh66cy9lxp5wycm50f121g8rx85p95vkgwv"))))
     (build-system cmake-build-system)
+    ;; XXX: does not build with later GCC:
+    ;; error: ‘numeric_limits’ was not declared in this scope
+    (native-inputs (list gcc-10))
     (home-page "https://pbil.univ-lyon1.fr/bpp-doc/bpp-core/html/index.html";)
     (synopsis "C++ libraries for Bioinformatics")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]