[scalapack] 01/02: Fix spelling of mips64el

Drew Parsons dparsons at moszumanska.debian.org
Wed Aug 16 19:27:14 UTC 2017


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

dparsons pushed a commit to tag experimental/2.0.2-1exp8
in repository scalapack.

commit c49ca4c8a1070d54a9baa6a50f80ea9ec053c765
Author: Drew Parsons <dparsons at debian.org>
Date:   Thu Aug 17 01:34:58 2017 +0800

    Fix spelling of mips64el
    
    been thinking too much about MPI
---
 debian/changelog | 7 +++++++
 debian/rules     | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 21d1b4a..ab66e5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+scalapack (2.0.2-1exp8) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Fix spelling of mips64el.
+
+ -- Drew Parsons <dparsons at debian.org>  Thu, 17 Aug 2017 01:34:10 +0800
+
 scalapack (2.0.2-1exp7) experimental; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index a76bab2..55a9c2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,11 +75,11 @@ override_dh_auto_test:
 	# mpich has been found to Fail some tests but openmpi should not, so only check the openmpi test logs.
 	# openmpi may Timeout on slower arches, so only register actual Fails (or SegFaults), assigning them return value 2
 	# Test only on linux, since openmpi on other OS (kfreebsd, hurd) does not support fakeroot
-	# mpi64el routinely fails openmpi tests, so don't let it halt the build
+	# mips64el routinely fails openmpi tests, so don't let it halt the build
 	if [ "$$DEB_BUILD_ARCH_OS" = "linux" ] && $$( grep -qE "Failed|SegFault" build-openmpi/dh_auto_test.log ); then \
 	  echo "OpenMPI tests failed:"; \
 	  grep -E "\(Failed\)|\(SEGFAULT\)" build-openmpi/dh_auto_test.log; \
-	  if [ ! "$$DEB_HOST_ARCH" = "mpi64el" ]; then \
+	  if [ ! "$$DEB_HOST_ARCH" = "mips64el" ]; then \
 	    return 2; \
 	  fi \
 	fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/scalapack.git



More information about the debian-science-commits mailing list