[med-svn] [Git][med-team/simka][master] 2 commits: Add pthread for linking
Shayan Doust
gitlab at salsa.debian.org
Mon Sep 9 15:15:32 BST 2019
Shayan Doust pushed to branch master at Debian Med / simka
Commits:
f926dd85 by Shayan Doust at 2019-09-09T04:11:03Z
Add pthread for linking
- - - - -
d9dabfec by Shayan Doust at 2019-09-09T04:11:38Z
Remove redundant build depends
- - - - -
2 changed files:
- debian/control
- debian/patches/use_debian_packaged_libraries.patch
Changes:
=====================================
debian/control
=====================================
@@ -7,8 +7,7 @@ Build-Depends: debhelper-compat (= 12),
cmake,
libgatbcore-dev,
zlib1g-dev,
- libhdf5-dev,
- libboost-dev
+ libhdf5-dev
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/simka
Vcs-Git: https://salsa.debian.org/med-team/simka.git
=====================================
debian/patches/use_debian_packaged_libraries.patch
=====================================
@@ -6,8 +6,8 @@ Last-Update: 2019-09-09
Index: simka/CMakeLists.txt
===================================================================
---- simka.orig/CMakeLists.txt 2019-09-09 00:33:37.199917577 +0100
-+++ simka/CMakeLists.txt 2019-09-09 00:33:37.191917578 +0100
+--- simka.orig/CMakeLists.txt 2019-09-09 05:10:39.950538827 +0100
++++ simka/CMakeLists.txt 2019-09-09 05:10:54.190417503 +0100
@@ -42,7 +42,10 @@
SET (GATB_CORE_EXCLUDE_EXAMPLES 1)
@@ -40,7 +40,7 @@ Index: simka/CMakeLists.txt
add_executable (simkaMinCore src/simkaMin/SimkaMin.cpp ${SimkaMinFiles})
-target_link_libraries (simkaMinCore ${gatb-core-libraries})
-+target_link_libraries (simkaMinCore ${gatb-core-libraries} gatbcore hdf5 z)
++target_link_libraries (simkaMinCore ${gatb-core-libraries} gatbcore hdf5 z pthread)
################################################################################
# PACKAGING
View it on GitLab: https://salsa.debian.org/med-team/simka/compare/6b51d26e84ced0ffa9c23bd3a3bfa5296d2f33f3...d9dabfecf41f82a4e650149bc556834ad1d92a5b
--
View it on GitLab: https://salsa.debian.org/med-team/simka/compare/6b51d26e84ced0ffa9c23bd3a3bfa5296d2f33f3...d9dabfecf41f82a4e650149bc556834ad1d92a5b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190909/a0b7eeb6/attachment-0001.html>
More information about the debian-med-commit
mailing list