diff options
author | Peter Carbonetto | 2017-08-07 13:23:44 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-08-07 13:23:44 -0500 |
commit | ecc5c0b5b11cbc2501b60d6d4e9a9b3e8f270d02 (patch) | |
tree | b27cd975b19b85e75255cacf1c3d771266c56a10 /Makefile.linux | |
parent | 8be2ce433c015d8c6776d270537d645c7e761bdf (diff) | |
parent | 7360d14216400b8f12fbfda03ac2f4827b102711 (diff) | |
download | pangemma-ecc5c0b5b11cbc2501b60d6d4e9a9b3e8f270d02.tar.gz |
Merge branch 'master' of github.com:genetics-statistics/GEMMA
Diffstat (limited to 'Makefile.linux')
-rw-r--r-- | Makefile.linux | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.linux b/Makefile.linux index 55cbefb..e1e76eb 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -22,17 +22,16 @@ DIST_NAME = gemma-0.97 # Edit below this line with caution # -------------------------------------------------------------------- - BIN_DIR = ./bin SRC_DIR = ./src CPP = g++ -CPPFLAGS = -Wall -Weffc++ -O3 -std=gnu++11 +CPPFLAGS = -O3 -std=gnu++11 -I./eigen -LIBS = /software/gsl-2.2.1-el7-x86_64/lib/libgslcblas.a \ - /software/gsl-2.2.1-el7-x86_64/lib/libgsl.a \ +LIBS = /software/gsl-1.16-el7-x86_64/lib/libgslcblas.a \ + /software/gsl-1.16-el7-x86_64/lib/libgsl.a \ -pthread -lz # ifdef FORCE_DYNAMIC |