Accepting request 85231 from home:cowsandmilk:branches:multimedia:libs

enable simd code generation

OBS-URL: https://build.opensuse.org/request/show/85231
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fftw3?expand=0&rev=13
This commit is contained in:
Ismail Dönmez 2011-09-28 06:43:56 +00:00 committed by Git OBS Bridge
parent 4d3c8898c3
commit 1b97f5321c
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