projects
/
VirEvoDyn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f59fc7
)
GSL {headers,libraries} on lc2 are in default search path: {/usr/include,/usr/lib64}.
author
Dariusz Murakowski
<murakdar@mit.edu>
Thu, 17 Apr 2014 01:04:26 +0000
(21:04 -0400)
committer
Dariusz Murakowski
<murakdar@mit.edu>
Thu, 17 Apr 2014 01:04:49 +0000
(21:04 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
2d81891
..
94dce1e
100644
(file)
--- 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`