Skip to content

Commit

Permalink
update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Maticzka committed Oct 5, 2018
1 parent 3a302ee commit 81201f9
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions recipes/graphprot/make.patch
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
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++
+#C=gcc
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}

0 comments on commit 81201f9

Please sign in to comment.