[med-svn] [Git][med-team/sigma-align][master] gcc-10 patch

Shayan Doust gitlab at salsa.debian.org
Sun Jul 26 18:13:27 BST 2020



Shayan Doust pushed to branch master at Debian Med / sigma-align


Commits:
61d7baed by Shayan Doust at 2020-07-26T18:13:14+01:00
gcc-10 patch

- - - - -


2 changed files:

- + debian/patches/gcc-10-port.patch
- + debian/patches/series


Changes:

=====================================
debian/patches/gcc-10-port.patch
=====================================
@@ -0,0 +1,20 @@
+Description: port to gcc-10
+ Place struct into a common block so that the linker does not report the error of there being multiple definitions.
+Bugs-Debian: https://bugs.debian.org/957793 
+Author: Shayan Doust <hello at shayandoust.me>
+Last-Update: 2020-07-26
+---
+
+Index: sigma-align/src/sigma.h
+===================================================================
+--- sigma-align.orig/src/sigma.h
++++ sigma-align/src/sigma.h
+@@ -45,7 +45,7 @@ struct swmatrix /* allocated once and th
+     double *fmat;
+     int *lmat, *mmat;
+     int m,n; /* dimensions of matrix */
+-} swmat;
++} swmat __attribute__((__common__));
+ 
+ typedef struct 
+ {


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+gcc-10-port.patch



View it on GitLab: https://salsa.debian.org/med-team/sigma-align/-/commit/61d7baeded81b549be4e4144dc248f81807f7b8e

-- 
View it on GitLab: https://salsa.debian.org/med-team/sigma-align/-/commit/61d7baeded81b549be4e4144dc248f81807f7b8e
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/20200726/f17958f2/attachment.html>


More information about the debian-med-commit mailing list