gnu: bpp-core: Build with GCC 10.

* gnu/packages/bioinformatics.scm (bpp-core)[native-inputs]: Add gcc-10.
This commit is contained in:
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

View file

@ -2233,6 +2233,9 @@ (define-public bpp-core
(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