Module: Hdf5::H5Library
- Defined in:
- lib/hdf5.rb
Overview
A module for dynamically interrogating the environment and the library and providing the correct library path etc. Currently very dumb!
Class Method Summary collapse
-
.library_path ⇒ Object
The location of the hdf5 library.
Class Method Details
.library_path ⇒ Object
The location of the hdf5 library. Currently it is assumed to be in the default linker path.
90 91 92 |
# File 'lib/hdf5.rb', line 90 def library_path 'hdf5' end |