From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- sci-biology/raxml/files/raxml-7.2.6-makefile.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 sci-biology/raxml/files/raxml-7.2.6-makefile.patch (limited to 'sci-biology/raxml/files') diff --git a/sci-biology/raxml/files/raxml-7.2.6-makefile.patch b/sci-biology/raxml/files/raxml-7.2.6-makefile.patch new file mode 100644 index 000000000000..ae83e2eef4e7 --- /dev/null +++ b/sci-biology/raxml/files/raxml-7.2.6-makefile.patch @@ -0,0 +1,29 @@ + Makefile.gcc | 6 +++--- + 1 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/Makefile.gcc b/Makefile.gcc +index 716b6c6..f0c1de2 100644 +--- a/Makefile.gcc ++++ b/Makefile.gcc +@@ -1,10 +1,10 @@ + # Makefile August 2006 by Alexandros Stamatakis + # Makefile cleanup October 2006, Courtesy of Peter Cordes + +-CC = gcc ++CC ?= gcc + + +-CFLAGS = -D_GNU_SOURCE -fomit-frame-pointer -funroll-loops -O2 -msse ++CFLAGS += -D_GNU_SOURCE + + + +@@ -19,7 +19,7 @@ all : raxmlHPC + GLOBAL_DEPS = axml.h globalVariables.h + + raxmlHPC : $(objs) +- $(CC) -o raxmlHPC $(objs) $(LIBRARIES) ++ $(CC) $(LDFLAGS) -o raxmlHPC $(objs) $(LIBRARIES) + + classify.o : classify.c $(GLOBAL_DEPS) + evaluatePartialSpecialGeneric.o : evaluatePartialSpecialGeneric.c $(GLOBAL_DEPS) -- cgit v1.2.3