gnu: bowtie1: Enable cross-compiling.

* gnu/packages/bioinformatics.scm (bowtie1)[arguments]: Adjust
make-flags to enable cross-compiling.

Change-Id: I6f5696e5ad6a1ea5b3f79e8dbbd162f0fe8d4905
This commit is contained in:
Efraim Flashner 2024-02-28 11:50:05 +02:00
parent 9d882d2ef5
commit c034088e37
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3778,7 +3778,9 @@ (define-public bowtie1
,#~(append #$(if (not (target-x86?))
#~'("POPCNT_CAPABILITY=0")
#~'())
(list "CC=gcc" "all"
(list (string-append "CC=" #$(cc-for-target))
(string-append "CXX=" #$(cxx-for-target))
"all"
(string-append "prefix=" #$output)))
#:phases
(modify-phases %standard-phases