me
/
guix
Archived
1
0
Fork 0

gnu: bamtools: Build shared libraries.

* gnu/packages/bioinformatics.scm (bamtools)[arguments]: Build shared
libraries instead of static libs.
master
Ricardo Wurmus 2023-01-04 19:49:29 +01:00
parent c2c93abd18
commit ec5b9fe27e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 0 deletions

View File

@ -230,6 +230,10 @@ structure of the predicted RNA.")
(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")