[Pkg-openmpi-commits] r384 - in /openmpi/trunk/debian: changelog rules

mckinstry at users.alioth.debian.org mckinstry at users.alioth.debian.org
Mon May 23 14:16:08 UTC 2016


Author: mckinstry
Date: Mon May 23 14:16:08 2016
New Revision: 384

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=384
Log:
Catchup changelog; enable cuda

Modified:
    openmpi/trunk/debian/changelog
    openmpi/trunk/debian/rules

Modified: openmpi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/changelog?rev=384&op=diff
==============================================================================
--- openmpi/trunk/debian/changelog	(original)
+++ openmpi/trunk/debian/changelog	Mon May 23 14:16:08 2016
@@ -1,3 +1,25 @@
+openmpi (1.10.2-14) UNRELEASED; urgency=medium
+
+  * Enable cuda support
+  * Standards-Version: 3.9.8. No changes required
+  * Reproducible builds: Sort glob'bed filelists.
+  * Add Breaks/Replaces for libopenmpi1 (lenny upgrade). Closes: #822913.
+  * Undo mips chrpath workaround. Closes: #818909
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Mon, 23 May 2016 13:39:54 +0100
+
+openmpi (1.10.2-13) unstable; urgency=medium
+
+  * Fix chrpath on mips64el, mipsel too. Closes: #818909
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Sat, 09 Apr 2016 12:14:48 +0100
+
+openmpi (1.10.2-12) unstable; urgency=medium
+
+  * Workaround for chrpath problem on mips. Closes: #818909
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Thu, 07 Apr 2016 14:11:30 +0100
+
 openmpi (1.10.2-11) unstable; urgency=medium
 
   * Typo in install file. Thanks to Patrice DUROUX. Closes: #817020.

Modified: openmpi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/rules?rev=384&op=diff
==============================================================================
--- openmpi/trunk/debian/rules	(original)
+++ openmpi/trunk/debian/rules	Mon May 23 14:16:08 2016
@@ -2,7 +2,7 @@
 
 export DH_VERBOSE=1
 
-#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 
@@ -46,6 +46,7 @@
 		--with-libltdl=/usr/ \
 		--with-devel-headers \
 		--with-slurm \
+		--with-cuda \
 		--with-sge \
 		--without-tm \
 		--enable-heterogeneous \
@@ -55,7 +56,7 @@
 		--includedir=\$${prefix}/lib/openmpi/include 
 
 override_dh_install:
-# Strip rpath info from all executables and libraries.
+	# Strip rpath info from all executables and libraries.
 	find debian/tmp/ -type f -perm -+x -a ! -name '*.la' -a ! -name '*.mod' -exec chrpath -d '{}' \;
 # Rename the compiler and startup wrappers.
 	for f in mpic++ mpicc mpiCC mpicxx mpiexec mpif77 mpif90 mpirun mpifort ; do \




More information about the Pkg-openmpi-commits mailing list