Skip to content

Commit

Permalink
Add new standar for c++ to work with eigen library
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalodm committed Sep 6, 2023
1 parent 113d8e8 commit 4ee8f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g2g/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ ifeq ($(libint),1)
LIBS_LIBINT = -L/$(LIBINT_HOME)/lib -lint2
INCS_LIBINT = -I/$(LIBINT_HOME)/include -I/$(LIBINT_HOME)/include/libint2 -I/$(EIGEN_HOME)
LIBRARIES += $(LIBS_LIBINT)
CXXFLAGS += -std=c++11 $(INCS_LIBINT) -DUSE_LIBINT=1
CXXFLAGS += -std=c++17 $(INCS_LIBINT) -DUSE_LIBINT=1

SRCS += libint/libintproxy.cpp libint/g2g_libint.cpp
OBJ += libint/libintproxy.o libint/g2g_libint.o
Expand Down

0 comments on commit 4ee8f59

Please sign in to comment.