Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Enable build with ld --as-needed
· 1fc3f26d
Andreas Tille
authored
Dec 13, 2018
1fc3f26d
Remove trailing whitespace in debian/changelog
· 19f6fb6f
Andreas Tille
authored
Dec 13, 2018
19f6fb6f
Upload to unstable
· 259b6ff3
Andreas Tille
authored
Dec 13, 2018
259b6ff3
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
259b6ff3
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 ]
...
...
debian/patches/use_debian_packaged_smithwaterman.patch
View file @
259b6ff3
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)