gnu: bpp-core: Build with GCC 10.
* gnu/packages/bioinformatics.scm (bpp-core)[native-inputs]: Add gcc-10.master
parent
2c09cc19e6
commit
7ae5325bf1
|
@ -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
|
||||
|
|
Reference in New Issue