module OMX::H5Library
A module for dynamically interrogating the environment and the library and providing the correct library path etc. Currently very dumb!
Public Class Methods
library_path()
click to toggle source
The location of the hdf5 library. Currently it is assumed to be in the default linker path.
# File lib/OpenMatriX.rb, line 106 def library_path 'hdf5' end