[med-svn] [fis-gtm] 01/01: Propose a wrapper to fire up mumps from command line

Andreas Tille tille at debian.org
Sun Dec 22 09:08:47 UTC 2013


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository fis-gtm.

commit 1f3598cdfbe537dbc7a29afd46b233151294f9c9
Author: Andreas Tille <tille at debian.org>
Date:   Sun Dec 22 10:08:17 2013 +0100

    Propose a wrapper to fire up mumps from command line
---
 debian/bin/mumps | 11 +++++++++++
 debian/changelog |  9 +++++++++
 2 files changed, 20 insertions(+)

diff --git a/debian/bin/mumps b/debian/bin/mumps
new file mode 100755
index 0000000..7f61a7d
--- /dev/null
+++ b/debian/bin/mumps
@@ -0,0 +1,11 @@
+#!/bin/sh
+# Author: Andreas Tille <tille at debian.org>
+# This is a proposed very simple wrapper.
+# I have no idea whether this makes sense but it helps
+# newbies to fire up mumps with the needed variables set
+# something like this should go to /usr/bin
+
+export gtm_dist=/usr/lib/fis-gtm/V6.0-003_x86_64
+export gtmroutines="$gtm_dist/libgtmutil.so $gtm_dist"
+$gtm_dist/mumps -dir
+
diff --git a/debian/changelog b/debian/changelog
index 6a61efc..561571a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+fis-gtm (6.0-003-3) UNRELEASED; urgency=medium
+
+  * debian/bin/mumps: Proposed wrapper which could be installed into
+    /usr/bin
+    TODO: check whether it makes sense / is correct and install it into
+          the package
+
+ -- Andreas Tille <tille at debian.org>  Sun, 22 Dec 2013 10:07:06 +0100
+
 fis-gtm (6.0-003-2) unstable; urgency=medium
 
   * Make sure help files will be properly installed.  Thanks for the patch

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/fis-gtm.git



More information about the debian-med-commit mailing list