From 89e514b2fe7c2c5353093595d78789fb86a3a7d2 Mon Sep 17 00:00:00 2001 From: Georg Wolfgang Winkler <winklerg@itp.phys.ethz.ch> Date: Tue, 22 Mar 2016 09:22:49 +0100 Subject: [PATCH] updated Makefile --- exercises/ex04_solution/heised_cpp/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exercises/ex04_solution/heised_cpp/Makefile b/exercises/ex04_solution/heised_cpp/Makefile index f4e2fe5..f4e1f56 100644 --- a/exercises/ex04_solution/heised_cpp/Makefile +++ b/exercises/ex04_solution/heised_cpp/Makefile @@ -1,7 +1,7 @@ -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 -- GitLab