Module: OMX::H5Library
- Defined in:
- lib/OpenMatriX.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.
106 107 108 |
# File 'lib/OpenMatriX.rb', line 106 def library_path 'hdf5' end |