From e9cc9586e02601dc39a020d41a074149bfba0416 Mon Sep 17 00:00:00 2001 From: "Mulas, Giacomo" <gmulas@oa-cagliari.inaf.it> Date: Fri, 12 Jan 2024 17:14:44 +0100 Subject: [PATCH] removed -lhdf5_hl that appears to be redundant --- src/make.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/make.inc b/src/make.inc index 77cf05c0..eafa41ac 100644 --- a/src/make.inc +++ b/src/make.inc @@ -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 -- GitLab