[superlu-dist] 01/01: mc64ad_dist-stub.patch: Identify SuperLU-Dist in mc64 error message
Drew Parsons
dparsons at moszumanska.debian.org
Fri Nov 17 08:28:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to branch master
in repository superlu-dist.
commit 02935959d5d536b1cab78180529efb67f8966fff
Author: Drew Parsons <dparsons at debian.org>
Date: Fri Nov 17 16:27:40 2017 +0800
mc64ad_dist-stub.patch: Identify SuperLU-Dist in mc64 error message
---
debian/changelog | 8 ++++++++
debian/patches/mc64ad_dist-stub.patch | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9c44fa0..782c679 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+superlu-dist (5.2.2+dfsg1-4) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * debian patch mc64ad_dist-stub.patch: Identify SuperLU-Dist in
+ "mc64 unsupported" error message.
+
+ -- Drew Parsons <dparsons at debian.org> Fri, 17 Nov 2017 16:26:23 +0800
+
superlu-dist (5.2.2+dfsg1-3) unstable; urgency=medium
* Team upload.
diff --git a/debian/patches/mc64ad_dist-stub.patch b/debian/patches/mc64ad_dist-stub.patch
index 54b89ec..c2175bf 100644
--- a/debian/patches/mc64ad_dist-stub.patch
+++ b/debian/patches/mc64ad_dist-stub.patch
@@ -17,7 +17,7 @@ Index: superlu-dist/SRC/mc64ad_dist.c
+
+/* Subroutine */ int_t mc64id_dist(int_t *icntl)
+{
-+ fprintf(stderr, "SuperLU: MC64 functionality not available (it uses non-free code). Aborting.\n");
++ fprintf(stderr, "SuperLU-Dist: MC64 functionality not available (it uses non-free code). Aborting mc64id_dist.\n");
+ abort();
+ return 0;
+}
@@ -27,7 +27,7 @@ Index: superlu-dist/SRC/mc64ad_dist.c
+ int_t *liw, int_t *iw, int_t *ldw, double *dw, int_t *
+ icntl, int_t *info)
+{
-+ fprintf(stderr, "SuperLU: MC64 functionality not available (it uses non-free code). Aborting.\n");
++ fprintf(stderr, "SuperLU-Dist: MC64 functionality not available (it uses non-free code). Aborting mc64ad_dist.\n");
+ abort();
+ return 0;
+}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/superlu-dist.git
More information about the debian-science-commits
mailing list