mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: bamtools: Build shared libraries.
* gnu/packages/bioinformatics.scm (bamtools)[arguments]: Build shared libraries instead of static libs.
This commit is contained in:
parent
c2c93abd18
commit
ec5b9fe27e
1 changed files with 4 additions and 0 deletions
|
@ -230,6 +230,10 @@ (define-public bamtools
|
|||
(base32
|
||||
"14lw571vbks138i0lj66qjdbk8iwa817x2zbpzij61vv1gdgfbn5"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:configure-flags
|
||||
'(list "-DBUILD_SHARED_LIBS=ON")))
|
||||
(inputs (list jsoncpp zlib))
|
||||
(native-inputs (list pkg-config))
|
||||
(home-page "https://github.com/pezmaster31/bamtools")
|
||||
|
|
Loading…
Reference in a new issue