Mailinglist Archive: opensuse-commit (1423 mails)

< Previous Next >
commit fftw3 for openSUSE:Factory
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 "tiwai@xxxxxxxx"

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 - adrian@xxxxxxx
+
+- 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: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread