Accepting request 85258 from multimedia:libs

enable simd code generation (forwarded request 85231 from cowsandmilk)

OBS-URL: https://build.opensuse.org/request/show/85258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fftw3?expand=0&rev=19
This commit is contained in:
Sascha Peilicke 2011-09-28 12:07:15 +00:00 committed by Git OBS Bridge
commit a87f9969ec
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 28 02:22:14 UTC 2011 - dhall@wustl.edu
- enable sse2 and sse code generation
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 5 22:44:51 UTC 2011 - dhall@wustl.edu Fri Aug 5 22:44:51 UTC 2011 - dhall@wustl.edu

View File

@ -133,7 +133,7 @@ data, and of arbitrary input size.
# autoreconf --force --install # autoreconf --force --install
%build %build
%configure --enable-shared --enable-threads --enable-openmp --enable-mpi --disable-static %configure --enable-shared --enable-threads --enable-openmp --enable-mpi --enable-sse2 --disable-static
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
@ -142,7 +142,7 @@ make %{?_smp_mflags}
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.*a rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.*a
# hack to also compile/install single-precision version: # hack to also compile/install single-precision version:
make distclean make distclean
%configure --enable-shared --enable-threads --enable-float --enable-openmp --enable-mpi --disable-static %configure --enable-shared --enable-threads --enable-float --enable-openmp --enable-mpi --enable-sse --disable-static
make %{?_smp_mflags} make %{?_smp_mflags}
%makeinstall %makeinstall
# remove unneeded files # remove unneeded files