Opened 10 years ago
Closed 10 years ago
#46304 closed defect (fixed)
p5-pdl: missing HDF support
Reported by: | dbevans (David B. Evans) | Owned by: | mgrimes@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | p5-pdl |
Description
Although p5-pdl includes a dependency on hdf5, the integrated HDF support in PDL::IO::HDF requires hdf4. HDF 5 support is provided by PDL::IO::HDF5 which is packaged as a separate module (not yet ported).
Change History (1)
comment:1 Changed 10 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r133533, openmaintainer.
Variant +hdf4 added to properly enable build of PDL::IO::HDF, enabled by default. New port p5-io-hdf5 added in r133536 to add support for HDF5.