Opened 10 years ago
Closed 10 years ago
#46374 closed enhancement (fixed)
hdf5: Update and change default plugin dir location
Reported by: | eborisch (Eric A. Borisch) | Owned by: | mamoll (Mark Moll) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: | hdf5 |
Description
The default plugin directory for hdf5 is $[prefix}/hdf5/lib/plugin -- an odd choice of adding a new directory at the top level of ${prefix}. The provided Portfile patch uses the available configure option to use a more natural ${prefix}/lib/hdf5 instead.
I have a portfile available for an lz4 filter implementation that is an HDF5 plugin; I'd like to have this committed so that I can install the plugin in this modified location.
The patch also modifies up to 1.8.14; if this is kept, dependents will need to be bumped (or left to rev-upgrade...)
Attachments (1)
Change History (2)
Changed 10 years ago by eborisch (Eric A. Borisch)
Attachment: | Portfile.patch added |
---|
comment:1 Changed 10 years ago by mamoll (Mark Moll)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks. Committed in r131063.