[Lunar-commits] <moonbase> matio: Adding to moonbase libs.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed May 18 14:30:11 CEST 2011


commit 9142ef938232fee2318bafeda23de8667b5c98a5
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed May 18 08:30:11 2011 -0400

    matio: Adding to moonbase libs.
---
 libs/matio/BUILD     |    7 +++++++
 libs/matio/CONFIGURE |    3 +++
 libs/matio/DEPENDS   |    1 +
 libs/matio/DETAILS   |   15 +++++++++++++++
 4 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/libs/matio/BUILD b/libs/matio/BUILD
new file mode 100644
index 0000000..b12d195
--- /dev/null
+++ b/libs/matio/BUILD
@@ -0,0 +1,7 @@
+(
+
+  OPTS+=" --enable-shared --disable-static --disable-docs" &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/matio/CONFIGURE b/libs/matio/CONFIGURE
new file mode 100644
index 0000000..20f1fff
--- /dev/null
+++ b/libs/matio/CONFIGURE
@@ -0,0 +1,3 @@
+mquery USE_FORTRAN "Enable fortran interface to mat library? ${PROBLEM_COLOR}GCC must be compiled with fortran.${DEFAULT_COLOR}" n "--enable-fortran" "--disable-fortran"
+mquery ENABLE_TEST "Enable test programs?" n "--enable-test" "--disable-test"
+mquery ENABLE_EXTEND "Enable extended sparse matrix data types not supported in Matlab?" y "--enable-extended-sparse" "--disable-extended-sparse"
diff --git a/libs/matio/DEPENDS b/libs/matio/DEPENDS
new file mode 100644
index 0000000..91d52b5
--- /dev/null
+++ b/libs/matio/DEPENDS
@@ -0,0 +1 @@
+optional_depends "zlib" "--with-zlib" "--without-zlib" "for compression/decompressing file support"
diff --git a/libs/matio/DETAILS b/libs/matio/DETAILS
new file mode 100644
index 0000000..2a77e4b
--- /dev/null
+++ b/libs/matio/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=matio
+         VERSION=1.3.4
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:721b9b57f2437850dd114acca1f422622e2c47e2
+        WEB_SITE=http://sourceforge.net/projects/matio/
+         ENTERED=20110518
+         UPDATED=20110518
+           SHORT="reading and writing Matlab MAT files"
+
+PSAFE=no
+cat << EOF
+matio is an ISO C library (with a limited Fortran 90 interface) for reading and
+writing Matlab MAT files.
+EOF


More information about the Lunar-commits mailing list