Skip to content

Commit 4e96abb

Browse files
fangqclaude
andcommitted
[oct-hdf5] point the install instructions at tag git20260830
That tag carries the fix that stops oct-hdf5 from passing "-lmpi" through from Octave HDF5_LIBS when libmpi is not linkable, so it installs on a plain Debian/Ubuntu machine without an MPI development package. Users following the message printed by saveh5/loadh5 hit exactly the link failure the older tag produced, so the URL is bumped there as well. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 223a650 commit 4e96abb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

loadh5.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
end
8080
catch
8181
error(['To use EasyH5 in Octave, one must install oct-hdf5 first using\n\t' ...
82-
'pkg install https://github.com/NeuroJSON/oct-hdf5/archive/refs/tags/git20250413.zip\n%s'], '');
82+
'pkg install https://github.com/NeuroJSON/oct-hdf5/archive/refs/tags/git20260830.zip\n%s'], '');
8383
end
8484
end
8585

saveh5.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function saveh5(data, fname, varargin)
9797
pkg load oct-hdf5;
9898
catch
9999
error(['To use EasyH5 in Octave, one must install oct-hdf5 first using\n\t' ...
100-
'pkg install https://github.com/NeuroJSON/oct-hdf5/archive/refs/tags/git20250413.zip\n%s'], '');
100+
'pkg install https://github.com/NeuroJSON/oct-hdf5/archive/refs/tags/git20260830.zip\n%s'], '');
101101
end
102102
end
103103

0 commit comments

Comments
 (0)