Skip to content
Snippets Groups Projects
Commit 89e514b2 authored by Georg Wolfgang Winkler's avatar Georg Wolfgang Winkler
Browse files

updated Makefile

parent 8d46bb0a
No related branches found
No related tags found
No related merge requests found
CXX = g++
CPPFLAGS = -std=c++14 -I${ALPSDIR}/boost -I${ALPSDIR}/alps/src
ALPSDIR = /opt/alps/include/
ALPSDIR = alps-2.2.b4-src-with-boost
CXX = g++
CPPFLAGS = -std=c++14 -I${ALPSDIR} -I${ALPSDIR}/boost -I${ALPSDIR}/alps/src
heised: heised.cpp
${CXX} ${CPPFLAGS} -o $@ $^ -llapack -lblas
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment