[Pkg-openmpi-commits] r343 - in /openmpi/trunk/debian: changelog control

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Wed Dec 4 17:16:15 UTC 2013


Author: sylvestre
Date: Wed Dec  4 17:16:15 2013
New Revision: 343

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=343
Log:
Add the support of mips64 & mips64el. (Closes: #727141)
Thanks to YunQiang Su

Modified:
    openmpi/trunk/debian/changelog
    openmpi/trunk/debian/control

Modified: openmpi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/changelog?rev=343&op=diff
==============================================================================
--- openmpi/trunk/debian/changelog	(original)
+++ openmpi/trunk/debian/changelog	Wed Dec  4 17:16:15 2013
@@ -1,3 +1,10 @@
+openmpi (1.6.5-6) unstable; urgency=low
+
+  * Add the support of mips64 & mips64el. (Closes: #727141)
+    Thanks to YunQiang Su
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 04 Dec 2013 18:14:59 +0100
+
 openmpi (1.6.5-5) unstable; urgency=low
 
   * Fix the incorrect symlink in libopenmpi1.6 (Closes: #722888)

Modified: openmpi/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/control?rev=343&op=diff
==============================================================================
--- openmpi/trunk/debian/control	(original)
+++ openmpi/trunk/debian/control	Wed Dec  4 17:16:15 2013
@@ -7,7 +7,7 @@
  libibverbs-dev (>= 1.1.1) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
  gfortran, gcc (>= 4:4.1.2), chrpath, libhwloc-dev, libtorque2-dev,
  libcr-dev [amd64 armel armhf i386 powerpc], libtool, libltdl-dev,
- libnuma-dev [amd64 i386 ia64 mips mipsel powerpc], autoconf (>= 2.59),
+ libnuma-dev [amd64 i386 ia64 mips mipsel mipsn32 mipsn32el mips64 mips64el powerpc], autoconf (>= 2.59),
  automake
 Build-Conflicts: libopenmpi1.3
 Standards-Version: 3.9.4
@@ -16,7 +16,7 @@
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/
 
 Package: openmpi-bin
-Architecture: alpha amd64 armel armhf i386 ia64 powerpc powerpcspe ppc64 sparc sparc64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: alpha amd64 armel armhf i386 ia64 powerpc powerpcspe ppc64 sparc sparc64 kfreebsd-i386 kfreebsd-amd64 hurd-i386 mips64 mips64el
 Depends: ${shlibs:Depends}, ${misc:Depends}, openmpi-common (= ${source:Version})
 Conflicts: openmpi-bin
 Suggests: gfortran, openmpi-checkpoint [amd64 armel armhf i386 powerpc]
@@ -45,7 +45,7 @@
 
 Package: libopenmpi-dev
 Section: libdevel
-Architecture: alpha amd64 armel armhf i386 ia64 powerpc powerpcspe ppc64 sparc sparc64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: alpha amd64 armel armhf i386 ia64 powerpc powerpcspe ppc64 sparc sparc64 kfreebsd-i386 kfreebsd-amd64 hurd-i386 mips64 mips64el
 Depends: ${shlibs:Depends}, ${misc:Depends}, libopenmpi1.6 (= ${binary:Version}), openmpi-common (= ${source:Version}), libibverbs-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libhwloc-dev
 Conflicts: openmpi-dev, libopenmpi-dev, openmpi-bin (<= 1.2.4-0)
 Description: high performance message passing library -- header files
@@ -60,7 +60,7 @@
 
 Package: libopenmpi1.6
 Section: libs
-Architecture: alpha amd64 armel armhf i386 ia64 powerpc powerpcspe ppc64 sparc sparc64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: alpha amd64 armel armhf i386 ia64 powerpc powerpcspe ppc64 sparc sparc64 kfreebsd-i386 kfreebsd-amd64 hurd-i386 mips64 mips64el
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: openmpi-libs0, libopenmpi1, libopenmpi1.3, libopenmpi2
 Description: high performance message passing library -- shared library
@@ -104,7 +104,7 @@
 
 Package: libopenmpi1.6-dbg
 Section: debug
-Architecture: alpha amd64 armel armhf i386 ia64 powerpc powerpcspe ppc64 sparc sparc64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: alpha amd64 armel armhf i386 ia64 powerpc powerpcspe ppc64 sparc sparc64 kfreebsd-i386 kfreebsd-amd64 hurd-i386 mips64 mips64el
 Depends: ${misc:Depends}, openmpi-bin (= ${binary:Version}), libopenmpi1.6 (= ${binary:Version})
 Conflicts: openmpi-dbg, libopenmpi-dbg
 Description: high performance message passing library -- debug library




More information about the Pkg-openmpi-commits mailing list