This is an automated email from the git hooks/post-receive script. gewo pushed a commit to branch master in repository trinityrnaseq.
commit edb1e4bd4e0f4e1eff8c4853b60f7c05fbc80358 Author: Gert Wollny <[email protected]> Date: Fri Sep 1 17:19:02 2017 +0000 Update gcc 6 patch to also work with gcc 7 --- debian/patches/build_with_gcc6.patch | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/patches/build_with_gcc6.patch b/debian/patches/build_with_gcc6.patch index cb086f7..bd5366e 100644 --- a/debian/patches/build_with_gcc6.patch +++ b/debian/patches/build_with_gcc6.patch @@ -2,16 +2,20 @@ Description: fix building with GCC 6 Upstream handles GCC versions separately in their Makefile but didn't consider version 6. Cloning settings for GCC 5 to use with GCC 6, works. + Same for gcc 7 (Gert Wollny, <[email protected]> Author: Sascha Steinbiss <[email protected]> --- a/Chrysalis/Makefile +++ b/Chrysalis/Makefile -@@ -306,6 +306,9 @@ +@@ -306,6 +306,12 @@ ifeq ($(GPP_MAJOR_VERSION),5) SYS_INCS = -iquote . $(XERCES_INC) endif + ifeq ($(GPP_MAJOR_VERSION),6) + SYS_INCS = -iquote . $(XERCES_INC) + endif ++ ifeq ($(GPP_MAJOR_VERSION),7) ++ SYS_INCS = -iquote . $(XERCES_INC) ++ endif endif # Linking control (e.g. to link templates): -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/trinityrnaseq.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
