Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Add pthread for linking
· f926dd85
Shayan Doust
authored
Sep 09, 2019
f926dd85
Remove redundant build depends
· d9dabfec
Shayan Doust
authored
Sep 09, 2019
d9dabfec
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
d9dabfec
...
...
@@ -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
View file @
d9dabfec
...
...
@@ -6,8 +6,8 @@ Last-Update: 2019-09-09
Index: simka/CMakeLists.txt
===================================================================
--- simka.orig/CMakeLists.txt 2019-09-09 0
0:33:37.19991757
7 +0100
+++ simka/CMakeLists.txt 2019-09-09 0
0:33:37
.19
19
175
78
+0100
--- simka.orig/CMakeLists.txt 2019-09-09 0
5:10:39.95053882
7 +0100
+++ simka/CMakeLists.txt 2019-09-09 0
5:10:54
.19
04
175
03
+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