Shayan Doust pushed to branch master at Debian Med / simka
Commits:
9d6f1681 by Shayan Doust at 2019-09-16T14:21:24Z
Add chrpath to build depends
- - - - -
e9834b7a by Shayan Doust at 2019-09-16T14:24:02Z
Patch source to fix temp array addressing issue. Add header.
- - - - -
2 changed files:
- debian/control
- debian/patches/fix_temp_arrays.patch
Changes:
=====================================
debian/control
=====================================
@@ -10,7 +10,8 @@ Build-Depends: debhelper-compat (= 12),
libhdf5-dev,
libboost-dev,
python3-all,
- dh-python
+ dh-python,
+ chrpath
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/simka
Vcs-Git: https://salsa.debian.org/med-team/simka.git
=====================================
debian/patches/fix_temp_arrays.patch
=====================================
@@ -1,7 +1,12 @@
+Description: separate out array as a defined struct
+ Some (newer) GCC throw error when accessing the address of a temporary array,
so separate the array as a defined struct to prevent this address issue.
+Last-Update: 2019-09-16
+---
+
Index: simka/src/SimkaPotara.hpp
===================================================================
---- simka.orig/src/SimkaPotara.hpp 2019-09-16 14:57:11.000000000 +0100
-+++ simka/src/SimkaPotara.hpp 2019-09-16 15:10:46.652115586 +0100
+--- simka.orig/src/SimkaPotara.hpp 2019-09-16 15:21:36.549855248 +0100
++++ simka/src/SimkaPotara.hpp 2019-09-16 15:21:36.545855212 +0100
@@ -902,7 +902,8 @@
}
else{
@@ -14,8 +19,8 @@ Index: simka/src/SimkaPotara.hpp
if(i >= this->_bankNames.size()) break;
Index: simka/src/minikc/SimkaCountProcess.cpp
===================================================================
---- simka.orig/src/minikc/SimkaCountProcess.cpp 2019-09-13
09:30:25.536451003 +0100
-+++ simka/src/minikc/SimkaCountProcess.cpp 2019-09-16 15:11:31.264505521
+0100
+--- simka.orig/src/minikc/SimkaCountProcess.cpp 2019-09-16
15:21:36.549855248 +0100
++++ simka/src/minikc/SimkaCountProcess.cpp 2019-09-16 15:21:36.545855212
+0100
@@ -22,7 +22,8 @@
int nbTries = 0;
while(ret != 0){
View it on GitLab:
https://salsa.debian.org/med-team/simka/compare/54e6989f9105ecbba606e165825fbeb7c5737875...e9834b7a58f8cbea1abcea63e5bf39a7b2a8ce1c
--
View it on GitLab:
https://salsa.debian.org/med-team/simka/compare/54e6989f9105ecbba606e165825fbeb7c5737875...e9834b7a58f8cbea1abcea63e5bf39a7b2a8ce1c
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