me
/
guix
Archived
1
0
Fork 0

gnu: bpp-core: Build with GCC 10.

* gnu/packages/bioinformatics.scm (bpp-core)[native-inputs]: Add gcc-10.
master
Ricardo Wurmus 2023-04-25 19:12:57 +02:00
parent 2c09cc19e6
commit 7ae5325bf1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 0 deletions

View File

@ -2233,6 +2233,9 @@ easy-to-perform steps.")
(sha256 (sha256
(base32 "0ma2cl677l7s0n5sffh66cy9lxp5wycm50f121g8rx85p95vkgwv")))) (base32 "0ma2cl677l7s0n5sffh66cy9lxp5wycm50f121g8rx85p95vkgwv"))))
(build-system cmake-build-system) (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") (home-page "https://pbil.univ-lyon1.fr/bpp-doc/bpp-core/html/index.html")
(synopsis "C++ libraries for Bioinformatics") (synopsis "C++ libraries for Bioinformatics")
(description (description