gnu: express: Link with shared protobuf library.
* gnu/packages/bioinformatics.scm (express): Link with shared protobuf library.
This commit is contained in:
parent
e09d74ecd2
commit
4b93efec28
|
@ -2339,7 +2339,8 @@ dynamic programming or a variety of heuristics.")
|
||||||
(string-append (assoc-ref inputs "bamtools") "/include/bamtools")))
|
(string-append (assoc-ref inputs "bamtools") "/include/bamtools")))
|
||||||
(substitute* "src/CMakeLists.txt"
|
(substitute* "src/CMakeLists.txt"
|
||||||
(("\\$\\{CMAKE_CURRENT_SOURCE_DIR\\}/\\.\\./bamtools/lib")
|
(("\\$\\{CMAKE_CURRENT_SOURCE_DIR\\}/\\.\\./bamtools/lib")
|
||||||
(string-append (assoc-ref inputs "bamtools") "/lib/bamtools")))
|
(string-append (assoc-ref inputs "bamtools") "/lib"))
|
||||||
|
(("libprotobuf.a") "libprotobuf.so"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
|
|
Loading…
Reference in New Issue