mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: skewer: Build with default gcc.
* gnu/packages/bioinformatics.scm (skewer)[arguments]: Add make-flag to set the C++ standard used. [native-inputs]: Remove gcc-10. Change-Id: I96515ec527cc0e2639def0b9a0b76d2ccb1062b9
This commit is contained in:
@@ -16396,14 +16396,14 @@ browser.")
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f
|
||||
#:make-flags
|
||||
#~(list "CXXFLAGS=-std=c++11 -c -O2")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
(replace 'install
|
||||
(lambda _
|
||||
(install-file "skewer" (string-append #$output "/bin")))))))
|
||||
;; XXX Fails to build with GCC 11.
|
||||
(native-inputs (list gcc-10))
|
||||
(home-page "https://github.com/relipmoc/skewer")
|
||||
(synopsis "Bit-masked k-difference matching")
|
||||
(description "Skewer implements the bit-masked k-difference matching
|
||||
|
||||
Reference in New Issue
Block a user