Skip to content
Commits on Source (3)
tvc (5.0.3+git20151221.80e144e+dfsg-2) unstable; urgency=medium
[ Logan Rosen ]
* Enable build with ld --as-needed
Closes: #916322
[ Andreas Tille ]
* Remove trailing whitespace in debian/changelog
-- Andreas Tille <tille@debian.org> Thu, 13 Dec 2018 08:07:07 +0100
tvc (5.0.3+git20151221.80e144e+dfsg-1) unstable; urgency=medium
[ Steffen Moeller ]
......
Description: Use Debian packaged libsmithwaterman
Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 27 Sep 2018 08:59:37 +0200
Last-Update: Wed, 12 Dec 2018 23:05:46 -0500 (see #916322)
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
......@@ -20,7 +20,7 @@ Last-Update: Thu, 27 Sep 2018 08:59:37 +0200
add_executable(tvc ${tvcSRCS})
-target_link_libraries(tvc bamtools z pthread blas lapack armadillo jsoncpp)
+target_link_libraries(tvc bamtools z pthread blas lapack armadillo jsoncpp disorder smithwaterman)
+target_link_libraries(tvc bamtools z pthread blas lapack armadillo jsoncpp smithwaterman disorder)
add_executable(tvcassembly
......@@ -36,7 +36,7 @@ Last-Update: Thu, 27 Sep 2018 08:59:37 +0200
)
-target_link_libraries(tvcutils bamtools z jsoncpp)
+target_link_libraries(tvcutils bamtools z jsoncpp disorder smithwaterman)
+target_link_libraries(tvcutils bamtools z jsoncpp smithwaterman disorder)
install(TARGETS tvc DESTINATION bin)
install(TARGETS tvcassembly DESTINATION bin)