Hello community,

here is the log from the commit of package fftw3 for openSUSE:Factory checked 
in at 2012-03-22 13:36:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fftw3 (Old)
 and      /work/SRC/openSUSE:Factory/.fftw3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/fftw3/fftw3.changes      2012-03-09 
21:22:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fftw3.new/fftw3.changes 2012-03-22 
13:36:41.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Mar 16 01:17:58 UTC 2012 - [email protected]
+
+- source the mpi environment  
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fftw3.spec ++++++
--- /var/tmp/diff_new_pack.RJuhfL/_old  2012-03-22 13:36:43.000000000 +0100
+++ /var/tmp/diff_new_pack.RJuhfL/_new  2012-03-22 13:36:43.000000000 +0100
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:           fftw3
 BuildRequires:  fdupes
 BuildRequires:  gcc-fortran
@@ -26,10 +25,10 @@
 %endif
 Version:        3.3.1
 Release:        0
-License:        GPL-2.0+
 Summary:        Discrete Fourier Transform (DFT) C Subroutine Library
-Url:            http://www.fftw.org
+License:        GPL-2.0+
 Group:          Productivity/Scientific/Math
+Url:            http://www.fftw.org
 Source:         http://www.fftw.org/fftw-%{version}.tar.gz
 Source1:        %{name}-rpmlintrc
 Patch0:         1_man_macro.patch
@@ -44,8 +43,8 @@
 %package devel
 Summary:        Include Files and Libraries mandatory for Development
 Group:          Development/Libraries/C and C++
-Requires:       libfftw3-3 = %{version}-%{release}
 Requires:       glibc-devel
+Requires:       libfftw3-3 = %{version}-%{release}
 Provides:       fftw-devel
 
 %description devel
@@ -150,6 +149,9 @@
 %patch0
 
 %build
+%ifnarch s390 s390x %arm
+source %_libdir/mpi/gcc/openmpi/bin/mpivars.sh
+%endif
 %configure --enable-shared --enable-threads --enable-openmp \
 %ifnarch s390 s390x %arm
   --enable-mpi \
@@ -171,6 +173,10 @@
 
 # hack to also compile/install single-precision version:
 make distclean
+
+%ifnarch s390 s390x %arm
+source %_libdir/mpi/gcc/openmpi/bin/mpivars.sh
+%endif
 %configure --enable-shared --enable-threads --enable-float --enable-openmp \
 %ifnarch s390 s390x %arm
   --enable-mpi \

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

Reply via email to