Skip to content

Commit 8178b40

Browse files
authored
Merge pull request #599 from jeffriley/switchlog_hdf5_fix
Update docker makefile
2 parents dd3cbbf + 6fca018 commit 8178b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ endif
4646
CXXFLAGS := -std=c++11 -Wall $(OPTFLAGS)
4747
ICFLAGS := -I$(GSLINCDIR) -I$(BOOSTINCDIR) -I$(HDF5INCDIR) -I.
4848

49-
LIBS := -lm -lz -ldl -lsz -lpthread
49+
LIBS := -lm -lz -ldl -lpthread
5050
GSLLIBS := -lgsl -lgslcblas
5151
BOOSTLIBS := -lboost_filesystem -lboost_program_options -lboost_system
5252
HDF5LIBS := -lhdf5_hl_cpp -lhdf5_cpp -lhdf5_hl -lhdf5

0 commit comments

Comments
 (0)