Skip to content
Snippets Groups Projects
Commit e9cc9586 authored by Mulas, Giacomo's avatar Mulas, Giacomo
Browse files

removed -lhdf5_hl that appears to be redundant

parent 16c5401a
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ ifndef CXXLDFLAGS
ifndef HDF5_LIB
override HDF5_LIB=/usr/lib/x86_64-linux-gnu/hdf5/serial
endif
override CXXLDFLAGS=-L/usr/lib64 -L$(HDF5_LIB) -lhdf5_hl -lhdf5 $(LDFLAGS)
override CXXLDFLAGS=-L/usr/lib64 -L$(HDF5_LIB) -lhdf5 $(LDFLAGS)
endif
%.o : %.f
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment