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 <[email protected]> +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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
