[mpi-defaults] 01/02: Reinstate accidentally removed mips64el support (defaul: OpenMPI)

Mattia Rizzolo mattia at debian.org
Mon Feb 29 12:16:17 UTC 2016


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

mattia pushed a commit to branch master
in repository mpi-defaults.

commit 34125fffc6ff1971c3e9c89ef4455841c147f7b0
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Feb 29 12:11:55 2016 +0000

    Reinstate accidentally removed mips64el support (defaul: OpenMPI)
---
 debian/control | 8 ++++----
 debian/rules   | 3 +++
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index e18689f..de96242 100644
--- a/debian/control
+++ b/debian/control
@@ -8,15 +8,15 @@ Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.
 Uploaders: "Adam C. Powell, IV" <hazelsct at debian.org>, Manuel Prinz <manuel at debian.org>
 Standards-Version: 3.9.7
 Build-Depends: debhelper (>= 9),
- libopenmpi-dev (>= 1.4.3-2.1) [alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64 ppc64el s390x sparc64 x32],
- openmpi-bin (>= 1.4.3-2.1) [alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64 ppc64el s390x sparc64 x32],
+ libopenmpi-dev (>= 1.4.3-2.1) [alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x sparc64 x32],
+ openmpi-bin (>= 1.4.3-2.1) [alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x sparc64 x32],
  libmpich-dev [hppa m68k sh4],
  mpich [hppa m68k sh4]
 Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/mpi-defaults.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/mpi-defaults.git
 
 Package: mpi-default-dev
-Architecture: alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64 ppc64el s390x sparc64 x32 hppa m68k sh4
+Architecture: alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x sparc64 x32 hppa m68k sh4
 Section: libdevel
 Depends: ${mpi-dev}, ${misc:Depends}
 Description: Standard MPI development files (metapackage)
@@ -27,7 +27,7 @@ Description: Standard MPI development files (metapackage)
  compilers mpicc, mpic++/mpicxx/mpiCC, mpif77 and mpi90 and their manpages.
 
 Package: mpi-default-bin
-Architecture: alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64 ppc64el s390x sparc64 x32 hppa m68k sh4
+Architecture: alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x sparc64 x32 hppa m68k sh4
 Section: net
 Depends: ${mpi}, ${misc:Depends}
 Description: Standard MPI runtime programs (metapackage)
diff --git a/debian/rules b/debian/rules
index 99f227d..e568ce1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,7 @@ OPENMPI_AVAILABLE_ARCHITECTURES := \
 	kfreebsd-amd64 \
 	kfreebsd-i386 \
 	mips \
+	mips64el \
 	mipsel \
 	powerpc \
 	ppc64 \
@@ -43,6 +44,7 @@ MPICH_AVAILABLE_ARCHITECTURES := \
 	kfreebsd-i386 \
 	m68k \
 	mips \
+	mips64el \
 	mipsel \
 	powerpc \
 	ppc64 \
@@ -66,6 +68,7 @@ OPENMPI_ARCHITECTURES := \
 	kfreebsd-amd64 \
 	kfreebsd-i386 \
 	mips \
+	mips64el \
 	mipsel \
 	powerpc \
 	ppc64 \

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



More information about the debian-science-commits mailing list