Commit 4c699889 authored by Alvarez, Gonzalo's avatar Alvarez, Gonzalo
Browse files

Ainur sample config for Makefile

If the file PsimagLite/src/Ainur/Config.make
doesn't exist then configure.pl
creates it by copying into it
PsimagLite/src/Ainur/Config.make.sample
This last file has been updated for
correct compilation of Ainur's examples.
parent a37ec37f
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ LDFLAGS = -L../../../PsimagLite/lib -lpsimaglite
CXX = g++

# We're using ansi C++
CXX += -pedantic -std=c++98
CXX += -pedantic -std=c++11

# Enable MPI (you must set the proper
# compiler wrapper under CXX above)
@@ -25,7 +25,10 @@ LDFLAGS += -lpthread
CPPFLAGS += -DUSE_PTHREADS

# Enable warnings and treat warnings as errors
CPPFLAGS += -Wall -Werror
CPPFLAGS += -Wall -Werror -DUSE_BOOST

CPPFLAGS += -I/usr/include/hdf5/serial


# This disables debugging
CPPFLAGS += -DNDEBUG