#67512 closed defect (fixed)

hdfeos5 @1.16: configure: error: HDF5 was linked with SZIP, but --with-szlib was not given

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc: Dave-Allured (Dave Allured)
Port: hdfeos5

Description

When hdf5 was updated to 1.14.1-2 the szip variant was removed and szip functionality was always enabled.

hdfeos5 now fails to build:

https://build.macports.org/builders/ports-13_x86_64-builder/builds/34695/steps/install-port/logs/stdio

checking for szlib... suppressed
checking hdf5.h usability... yes
checking hdf5.h presence... yes
checking for hdf5.h... yes
checking for H5Fcreate in -lhdf5... yes
checking if HDF5 threadsafe mode is enabled... no
checking for hdf5 szip decoding filter... yes
checking for hdf5 szip encoding filter... yes
configure: error: HDF5 was linked with SZIP, but --with-szlib was not given

I guess the hdfeos5 szip variant has to be removed too and szip functionality made always-on instead.

Change History (2)

comment:1 Changed 12 months ago by Dave-Allured (Dave Allured)

Cc: Dave-Allured added

comment:2 Changed 10 months ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: assignedclosed

In cc7d421a8a7098e21bb7371100367b461121a262/macports-ports (master):

hdfeos5: fix src/Makefile.in to use LDFLAGS generated by configure

Closes: #67810
Closes: #67512

Note: See TracTickets for help on using tickets.