1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 06:45:55 +02:00

gnu: hisat: Build with GCC 10.

* gnu/packages/bioinformatics.scm (hisat)[native-inputs]: Add gcc-10.
This commit is contained in:
Ricardo Wurmus
2023-04-25 19:30:43 +02:00
parent 0a4fa99b39
commit f2e90d6f43
+1 -1
View File
@@ -4954,7 +4954,7 @@ genome-wide association studies}.")
"hisat(-(build|align|inspect)(-(s|l)(-debug)*)*)*$")))))
(delete 'configure))))
(native-inputs
(list unzip))
(list gcc-10 unzip))
(inputs
(list perl python zlib))
;; Non-portable SSE instructions are used so building fails on platforms