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
1 changed files with 3 additions and 1 deletions

View File

@ -3778,7 +3778,9 @@ gapped, local, and paired-end alignment modes.")
,#~(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