diff options
author | Peter Carbonetto | 2017-07-27 13:15:55 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-07-27 13:15:55 -0500 |
commit | edda3b949f4b9a134f8a44df8029d2f8466a5035 (patch) | |
tree | dfd8eb2c812dfc9184f7e50867fdb9027f508a2f | |
parent | 5894d277853b2729a46c4b74407e454a637fc84a (diff) | |
download | pangemma-edda3b949f4b9a134f8a44df8029d2f8466a5035.tar.gz |
Linking to gemma 2.21 instead of gsl 2.2.1 in Makefile.linux.
-rw-r--r-- | Makefile.linux | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.linux b/Makefile.linux index b51bbfe..303a8fb 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -22,17 +22,16 @@ DIST_NAME = gemma-0.96alpha # 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 |