guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: express: Link with shared protobuf library.


From: Roel Janssen
Subject: 01/01: gnu: express: Link with shared protobuf library.
Date: Fri, 27 Apr 2018 19:07:25 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit 4b93efec289719008a1f187ffc089585eaa93b04
Author: Roel Janssen <address@hidden>
Date:   Sat Apr 28 01:05:58 2018 +0200

    gnu: express: Link with shared protobuf library.
    
    * gnu/packages/bioinformatics.scm (express): Link with shared protobuf
      library.
---
 gnu/packages/bioinformatics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 5d83d2a..a7aa436 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2339,7 +2339,8 @@ dynamic programming or a variety of heuristics.")
                 (string-append (assoc-ref inputs "bamtools") 
"/include/bamtools")))
              (substitute* "src/CMakeLists.txt"
                (("\\$\\{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)))))
     (inputs
      `(("boost" ,boost)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]