Ticket #2919 (closed: fixed)
Remove HDF5 dependencies from VATES
Reported by: | Owen Arnold | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | major | Milestone: | Iteration 29 |
Component: | VATES | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Janik Zikovsky |
Description
Russell Taylor has reported that our HDF5 dependencies for VATES are a show-stopper for providing a true cross-platform working version. This is a critical step that must be tacked.
As we are only using the HDF5 libraries for one of the file readers in MDDataObjects, and that file reader is never actually used, we should be able to cut the dependency out altogether.
Change History
comment:6 Changed 9 years ago by Owen Arnold
- Status changed from accepted to verify
- Resolution set to fixed
comment:7 Changed 9 years ago by Janik Zikovsky
- Status changed from verify to verifying
- Tester set to Janik Zikovsky
Note: See
TracTickets for help on using
tickets.
(In [11289]) re #2919 Remove HDF5 dependencies from MDAlgorithms, MDDataObjects and VATES. Tested on Windows and Linux prior to commit. Also, removed shared/dynamic hdf5 libraries on windows as part of testing. Have deliberately not removed much existing hdf5 dependent source code.