-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Maticzka
committed
Oct 5, 2018
1 parent
3a302ee
commit 81201f9
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |