Hello community,

here is the log from the commit of package fftw3 for openSUSE:Factory checked 
in at 2012-05-07 22:45:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-22 
13:36:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fftw3.new/fftw3.changes 2012-05-07 
22:47:04.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Apr 26 04:26:02 UTC 2012 - [email protected]
+
+- fix build on %arm
+  * disable neon it would require --enable-single (precision)
+- enable openmpi for %arm
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fftw3.spec ++++++
--- /var/tmp/diff_new_pack.xK1Fpz/_old  2012-05-07 22:47:05.000000000 +0200
+++ /var/tmp/diff_new_pack.xK1Fpz/_new  2012-05-07 22:47:05.000000000 +0200
@@ -20,7 +20,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-fortran
 BuildRequires:  pkgconfig
-%ifnarch s390 s390x %arm
+%ifnarch s390 s390x
 BuildRequires:  openmpi-devel
 %endif
 Version:        3.3.1
@@ -114,7 +114,7 @@
 Transform (DFT) in one or more dimensions, of both real and complex
 data, and of arbitrary input size.
 
-%ifnarch s390 s390x %arm
+%ifnarch s390 s390x
 
 %package -n libfftw3_mpi3
 Summary:        Discrete Fourier Transform (DFT) C subroutine library
@@ -149,19 +149,16 @@
 %patch0
 
 %build
-%ifnarch s390 s390x %arm
+%ifnarch s390 s390x
 source %_libdir/mpi/gcc/openmpi/bin/mpivars.sh
 %endif
 %configure --enable-shared --enable-threads --enable-openmp \
-%ifnarch s390 s390x %arm
+%ifnarch s390 s390x
   --enable-mpi \
 %endif
 %ifarch %ix86 x86_64
   --enable-sse2 \
 %endif
-%ifarch %arm
-  --enable-neon \
-%endif
   --disable-static
 make %{?_smp_mflags}
 
@@ -174,19 +171,16 @@
 # hack to also compile/install single-precision version:
 make distclean
 
-%ifnarch s390 s390x %arm
+%ifnarch s390 s390x
 source %_libdir/mpi/gcc/openmpi/bin/mpivars.sh
 %endif
 %configure --enable-shared --enable-threads --enable-float --enable-openmp \
-%ifnarch s390 s390x %arm
+%ifnarch s390 s390x
   --enable-mpi \
 %endif
 %ifarch %ix86 x86_64
   --enable-sse \
 %endif
-%ifarch %arm
-  --enable-neon \
-%endif
   --disable-static
 
 make %{?_smp_mflags}

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

Reply via email to