Hello community,

here is the log from the commit of package fftw3 for openSUSE:Factory
checked in at Tue Oct 11 16:52:54 CEST 2011.



--------
--- openSUSE:Factory/fftw3/fftw3.changes        2011-09-28 14:07:18.000000000 
+0200
+++ /mounts/work_src_done/STABLE/fftw3/fftw3.changes    2011-10-09 
19:49:16.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Oct  9 17:48:50 UTC 2011 - [email protected]
+
+- enable sse only on supported architectures
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ fftw3.spec ++++++
--- /var/tmp/diff_new_pack.yTfnic/_old  2011-10-11 16:52:48.000000000 +0200
+++ /var/tmp/diff_new_pack.yTfnic/_new  2011-10-11 16:52:48.000000000 +0200
@@ -133,7 +133,11 @@
 # autoreconf --force --install
 
 %build
-%configure --enable-shared --enable-threads --enable-openmp --enable-mpi 
--enable-sse2 --disable-static
+%configure --enable-shared --enable-threads --enable-openmp --enable-mpi \
+%ifarch %ix86 x86_64
+  --enable-sse2 \
+%endif
+  --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -142,7 +146,11 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.*a
 # hack to also compile/install single-precision version:
 make distclean
-%configure --enable-shared --enable-threads --enable-float --enable-openmp 
--enable-mpi --enable-sse --disable-static
+%configure --enable-shared --enable-threads --enable-float --enable-openmp 
--enable-mpi \
+%ifarch %ix86 x86_64
+  --enable-sse \
+%endif
+  --disable-static
 make %{?_smp_mflags}
 %makeinstall
 # remove unneeded files

continue with "q"...



Remember to have fun...

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

Reply via email to