Michael R. Crusoe pushed to branch master at Debian Med / racon
Commits: 4230779c by Michael R. Crusoe at 2021-01-19T11:00:17+01:00 libthread-pool-dev is now header-only, update use_debian_packaged_libs.patch to reflect that. - - - - - 2 changed files: - debian/changelog - debian/patches/use_debian_packaged_libs.patch Changes: ===================================== debian/changelog ===================================== @@ -10,6 +10,8 @@ racon (1.4.20-1) unstable; urgency=medium * Update patches. * Build the wrapper script. * Bump libthread-pool-dev build-dep to be at least 3 + * libthread-pool-dev is now header-only, update use_debian_packaged_libs.patch + to reflect that. -- Michael R. Crusoe <[email protected]> Tue, 19 Jan 2021 08:11:15 +0100 ===================================== debian/patches/use_debian_packaged_libs.patch ===================================== @@ -28,7 +28,7 @@ Forwarded: not-needed endif() -target_link_libraries(racon bioparser spoa thread_pool edlib_static) -+target_link_libraries(racon spoa thread_pool edlib z) ++target_link_libraries(racon spoa edlib z) +set_target_properties(racon PROPERTIES COMPILE_FLAGS -pthread LINK_FLAGS -pthread) if (racon_enable_cuda) target_link_libraries(racon cudapoa cudaaligner) @@ -38,7 +38,7 @@ Forwarded: not-needed endif() - target_link_libraries(racon_test bioparser spoa thread_pool edlib_static GTest::Main) -+ target_link_libraries(racon_test spoa thread_pool edlib GTest::Main z) ++ target_link_libraries(racon_test spoa edlib GTest::Main z) if (racon_enable_cuda) target_link_libraries(racon_test cudapoa cudaaligner) endif() View it on GitLab: https://salsa.debian.org/med-team/racon/-/commit/4230779c2ac5ee57938f9d776fc6c57880279384 -- View it on GitLab: https://salsa.debian.org/med-team/racon/-/commit/4230779c2ac5ee57938f9d776fc6c57880279384 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
