jsbronder    14/04/17 14:59:46

  Modified:             openmpi-1.8.ebuild openmpi-1.7.5.ebuild ChangeLog
  Log:
  Fix hwloc dep #507856.  See 
http://svn.open-mpi.org/svn/ompi/branches/v1.8/NEWS
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 
4D7043C9)

Revision  Changes    Path
1.2                  sys-cluster/openmpi/openmpi-1.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/openmpi-1.8.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/openmpi-1.8.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/openmpi-1.8.ebuild?r1=1.1&r2=1.2

Index: openmpi-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openmpi-1.8.ebuild  8 Apr 2014 09:45:34 -0000       1.1
+++ openmpi-1.8.ebuild  17 Apr 2014 14:59:46 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.8.ebuild,v 
1.1 2014/04/08 09:45:34 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.8.ebuild,v 
1.2 2014/04/17 14:59:46 jsbronder Exp $
 
 EAPI=5
 
@@ -59,7 +59,7 @@
        !sys-cluster/mpich2
        !sys-cluster/mpiexec
        dev-libs/libevent
-       >=sys-apps/hwloc-1.6
+       >=sys-apps/hwloc-1.7.2
        cuda? ( dev-util/nvidia-cuda-toolkit )
        elibc_FreeBSD? ( dev-libs/libexecinfo )
        openmpi_fabrics_ofed? ( sys-infiniband/ofed )



1.2                  sys-cluster/openmpi/openmpi-1.7.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/openmpi-1.7.5.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/openmpi-1.7.5.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/openmpi-1.7.5.ebuild?r1=1.1&r2=1.2

Index: openmpi-1.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.7.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openmpi-1.7.5.ebuild        8 Apr 2014 09:45:34 -0000       1.1
+++ openmpi-1.7.5.ebuild        17 Apr 2014 14:59:46 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.7.5.ebuild,v 
1.1 2014/04/08 09:45:34 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.7.5.ebuild,v 
1.2 2014/04/17 14:59:46 jsbronder Exp $
 
 EAPI=5
 
@@ -57,7 +57,7 @@
        !sys-cluster/mpich2
        !sys-cluster/mpiexec
        dev-libs/libevent
-       >=sys-apps/hwloc-1.6
+       >=sys-apps/hwloc-1.7.2
        cuda? ( dev-util/nvidia-cuda-toolkit )
        elibc_FreeBSD? ( dev-libs/libexecinfo )
        openmpi_fabrics_ofed? ( sys-infiniband/ofed )



1.124                sys-cluster/openmpi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/ChangeLog?rev=1.124&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/ChangeLog?rev=1.124&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/ChangeLog?r1=1.123&r2=1.124

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog   8 Apr 2014 09:45:34 -0000       1.123
+++ ChangeLog   17 Apr 2014 14:59:46 -0000      1.124
@@ -1,6 +1,11 @@
 # ChangeLog for sys-cluster/openmpi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.123 
2014/04/08 09:45:34 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.124 
2014/04/17 14:59:46 jsbronder Exp $
+
+  17 Apr 2014; Justin Bronder <[email protected]> openmpi-1.7.5.ebuild,
+  openmpi-1.8.ebuild:
+  Fix hwloc dep #507856. See
+  http://svn.open-mpi.org/svn/ompi/branches/v1.8/NEWS
 
 *openmpi-1.7.5 (08 Apr 2014)
 *openmpi-1.8 (08 Apr 2014)




Reply via email to