From 81201f96ae5fdb803c5ac637b111c318fab05923 Mon Sep 17 00:00:00 2001 From: Daniel Maticzka Date: Fri, 5 Oct 2018 14:17:53 +0200 Subject: [PATCH] update patch --- recipes/graphprot/make.patch | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/recipes/graphprot/make.patch b/recipes/graphprot/make.patch index 6033911e2494d..9ce0b5ac498d8 100644 --- a/recipes/graphprot/make.patch +++ b/recipes/graphprot/make.patch @@ -1,11 +1,11 @@ diff --git EDeN/Makefile EDeN/Makefile -index 5ecb626..6700c13 100644 +index 5ecb626..3cf307a 100644 --- EDeN/Makefile +++ EDeN/Makefile -@@ -22,8 +22,8 @@ - +@@ -22,12 +22,12 @@ + #CHECKLIMITS activates the limit check for graph operations - + -CXX=g++ -C=gcc +#CXX=g++ @@ -13,3 +13,8 @@ index 5ecb626..6700c13 100644 OPTS=-g -O3 -Wno-deprecated -DLOSS=1 -fopenmp #-static #-DDEBUGON -DCHECKLIMITS #OPTS=-g -Wno-deprecated -DLOSS=1 -DDEBUGON #OPTS=-g -Wno-deprecated -static -pg +-CXXFLAGS=${OPTS} -Wall -mtune=native -march=native ++CXXFLAGS=${OPTS} -Wall -mtune=native -march=native -I$(PREFIX)/include -L$(PREFIX)/lib + #OBABEL=-I /usr/local/openbabel/2.3.1/include/openbabel-2.0 -L /usr/local/openbabel/2.3.1/lib -DUSEOBABEL + #OBABEL=-I /usr/include/openbabel-2.0 -DUSEOBABEL + #CXXFLAGS= ${OPTS}