diff options
author | CCHsu <a12321aabb@gmail.com> | 2017-01-09 20:57:39 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | ab838742fcbc6684cbacca077ccd27b614ce39ec (patch) | |
tree | 84a745ae384af193f8ae0225e4daf96b79ffba4c /academic/matio/README | |
parent | 77000491a61990585e23090ef0342183718c4c55 (diff) | |
download | slackbuilds-ab838742fcbc6684cbacca077ccd27b614ce39ec.tar.gz |
academic/matio: Added (MAT File I/O Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/matio/README')
-rw-r--r-- | academic/matio/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/academic/matio/README b/academic/matio/README new file mode 100644 index 0000000000..10de71c093 --- /dev/null +++ b/academic/matio/README @@ -0,0 +1,8 @@ +Matio is an open-source C library for reading and writing binary MATLAB +MAT files. +This library is designed for use by programs/libraries that do not have +access or do not want to rely on MATLAB's shared libraries. + +Note that HDF5 version provided in Slackbuild.org is 1.8.x; +if you install 1.10.x, you can consider modified the configure option +in the build script. |