Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2012-02-01 13:17:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openmpi (Old)
 and      /work/SRC/openSUSE:Factory/.openmpi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openmpi", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmpi/openmpi.changes  2011-12-27 
18:38:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi.changes     2012-02-01 
13:17:08.000000000 +0100
@@ -1,0 +2,14 @@
+Sun Jan 29 17:55:52 UTC 2012 - [email protected]
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+- Package missing files to fix build error
+- Remove unexplained s390 exclude, use ExclusiveArch instead
+  based upon asm files list
+
+-------------------------------------------------------------------
+Thu Jan 12 17:18:06 CET 2012 - [email protected]
+
+- Include the libmpi.so symlink so that mpicc can be run.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openmpi.spec ++++++
--- /var/tmp/diff_new_pack.oeLIjK/_old  2012-02-01 13:17:09.000000000 +0100
+++ /var/tmp/diff_new_pack.oeLIjK/_new  2012-02-01 13:17:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openmpi
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define with_dapl 0
 
 Name:           openmpi
@@ -40,11 +39,13 @@
 BuildRequires:  libibumad-devel
 BuildRequires:  libibverbs-devel
 %endif
-ExcludeArch:    s390 s390x
+# List loosely based on files available in openmpi-1.4.4/opal/asm/generated/
+ExclusiveArch:  %alpha x86_64 %ix86 ia64 mips mips64 ppc ppc64 %sparc
 %ifarch x86_64
 BuildRequires:  numactl
 %endif
 Requires:       mpi-selector
+Requires:       openmpi-devel
 Requires(post): mpi-selector
 %define _prefix /usr/%_lib/mpi/gcc/%name
 
@@ -59,6 +60,7 @@
 
 %package devel
 Summary:        A powerful implementaion of MPI
+Group:          Development/Libraries/Parallel
 Requires:       %{name} = %{version} libstdc++-devel
 %if %{with_dapl}
 Requires:       libibverbs-devel libibumad-devel
@@ -87,7 +89,7 @@
        --with-udapl \
 %endif
        --with-devel-headers
-make
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to