diff --git a/Changes b/Changes index dd977f1..a3d121b 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ Revision history for Perl library Data::HDF5 +0.002001 + - Add 'serial' libs in Makefile + 0.002 - Still alpha -- expanded H5A interface diff --git a/Makefile.PL b/Makefile.PL index 4664be1..5e5d98a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -148,7 +148,7 @@ WriteMakefile( }, PREREQ_PM => {}, - LIBS => '-lhdf5 -lhdf5_hl', + LIBS => '-lhdf5 -lhdf5_hl -lhdf5_serial -lhdf5_serial_hl', INC => '-I. -I/usr/include/hdf5/serial', META_MERGE => { 'meta-spec' => { version => 2 }, diff --git a/lib/Data/HDF5.pm b/lib/Data/HDF5.pm index 36898e7..9c40625 100644 --- a/lib/Data/HDF5.pm +++ b/lib/Data/HDF5.pm @@ -343,7 +343,7 @@ our %EXPORT_TAGS = ( our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); -our $VERSION = '0.002'; +our $VERSION = '0.002001'; require XSLoader; XSLoader::load('Data::HDF5', $VERSION);