Skip to content

Commit

Permalink
no need for boost [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
j-faria committed May 24, 2019
1 parent 2507cf2 commit 19e9d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples.mk
Expand Up @@ -2,7 +2,7 @@ SRC_DIR = $(KIMA_DIR)/src
DNEST4_PATH = $(KIMA_DIR)/DNest4/code
EIGEN_PATH = $(KIMA_DIR)/eigen

includes = -I$(SRC_DIR) -I$(DNEST4_PATH) -I$(EIGEN_PATH) -I$(KIMA_DIR)/boost
includes = -I$(SRC_DIR) -I$(DNEST4_PATH) -I$(EIGEN_PATH)

CXXFLAGS = -pthread -std=c++11 -O3 -DNDEBUG -w -DEIGEN_MPL2_ONLY

Expand Down

0 comments on commit 19e9d4d

Please sign in to comment.