Method: Hdf5::H5Library.library_path
- Defined in:
- lib/hdf5.rb
.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 |