mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: blast+: Add missing inputs.
Some of the tools like blastp require sqlite3. * gnu/packages/bioinformatics.scm (blast+)[inputs]: Add boost-1.83 and sqlite. [arguments]: Pass --with-sqlite3 and --with-boost. Change-Id: Iff6166c3b2649b61f3bc5cb5219963e6422bb983
This commit is contained in:
parent
f77d1d4e85
commit
1284549ad2
1 changed files with 7 additions and 3 deletions
|
|
@ -5550,8 +5550,10 @@ package provides command line tools using the Bio++ library.")
|
|||
#$(this-package-input "bzip2"))
|
||||
(string-append "--with-z="
|
||||
#$(this-package-input "zlib"))
|
||||
(string-append "--with-pcre="
|
||||
#$(this-package-input "pcre"))
|
||||
(string-append "--with-sqlite3="
|
||||
#$(this-package-input "sqlite"))
|
||||
(string-append "--with-boost="
|
||||
#$(this-package-input "boost"))
|
||||
;; Each library is built twice by default, once
|
||||
;; with "-static" in its name, and again
|
||||
;; without.
|
||||
|
|
@ -5561,8 +5563,10 @@ package provides command line tools using the Bio++ library.")
|
|||
"lib" ; 226 MB
|
||||
"include")) ; 33 MB
|
||||
(inputs
|
||||
(list bzip2
|
||||
(list boost-1.83
|
||||
bzip2
|
||||
lmdb
|
||||
sqlite
|
||||
zlib
|
||||
pcre
|
||||
perl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue