From 2b31cca7f371238370a61c211fe6768c9b0018c0 Mon Sep 17 00:00:00 2001 From: Dariusz Murakowski Date: Wed, 16 Apr 2014 21:04:26 -0400 Subject: [PATCH] GSL {headers,libraries} on lc2 are in default search path: {/usr/include,/usr/lib64}. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2d81891..94dce1e 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,9 @@ EXECNAME_MC = mc CXX = c++ CFLAGS = $(DBGFLAG) -Wall -Wextra -pedantic -Wno-unused-parameter -INCLUDEDIR = -I/usr/local/pkg/gsl/gsl-1.15/include +INCLUDEDIR = # -I/usr/local/pkg/gsl/gsl-1.15/include # = `gsl-config --cflags` -LIBDIR = -L/usr/local/pkg/gsl/gsl-1.15/lib +LIBDIR = # -L/usr/local/pkg/gsl/gsl-1.15/lib LIBS = -lgsl -lgslcblas -lm # = -L/usr/local/pkg/gsl/gsl-1.15/lib -lgsl -lgslcblas -lm # = `gsl-config --libs` -- 2.7.4