We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26484a9 commit 6fca018Copy full SHA for 6fca018
src/Makefile.docker
@@ -46,7 +46,7 @@ endif
46
CXXFLAGS := -std=c++11 -Wall $(OPTFLAGS)
47
ICFLAGS := -I$(GSLINCDIR) -I$(BOOSTINCDIR) -I$(HDF5INCDIR) -I.
48
49
-LIBS := -lm -lz -ldl -lsz -lpthread
+LIBS := -lm -lz -ldl -lpthread
50
GSLLIBS := -lgsl -lgslcblas
51
BOOSTLIBS := -lboost_filesystem -lboost_program_options -lboost_system
52
HDF5LIBS := -lhdf5_hl_cpp -lhdf5_cpp -lhdf5_hl -lhdf5
0 commit comments