Skip to content

Commit

Permalink
fix library link naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jvolkening committed Sep 12, 2018
1 parent 3ee71d8 commit d626d03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/HDF5.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d626d03

Please sign in to comment.