Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
windows:mingw:win32
mingw32-fftw3
mingw32-fftw3.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mingw32-fftw3.spec of Package mingw32-fftw3
# # spec file for package mingw32-fftw3 # # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: mingw32-fftw3 Version: 3.3.4 Release: 0 Summary: Discrete Fourier Transform (DFT) C Subroutine Library License: GPL-2.0+ Group: Productivity/Scientific/Math Url: http://www.fftw.org Source: http://www.fftw.org/fftw-%{version}.tar.gz #!BuildIgnore: post-build-checks BuildRequires: mingw32-cross-binutils BuildRequires: mingw32-cross-gcc BuildRequires: mingw32-cross-pkg-config BuildRequires: mingw32-filesystem %_mingw32_package_header_debug BuildArch: noarch %description FFTW is a C subroutine library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size. %package -n mingw32-libfftw3-3 Summary: Discrete Fourier Transform (DFT) C Subroutine Library Group: System/Libraries Obsoletes: %{name} Provides: %{name} %description -n mingw32-libfftw3-3 FFTW is a C subroutine library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size. %package devel Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/C and C++ %description devel This package contains all necessary include files and libraries needed to develop applications that require these. %_mingw32_debug_package %prep %setup -q -n fftw-%{version} %build mkdir sse sse2 pushd sse2 echo "lt_cv_deplibs_check_method='pass_all'" >>%{_mingw32_cache} %{_mingw32_configure} \ --enable-shared --disable-static \ --disable-alloca \ --with-our-malloc16 \ --enable-threads --with-combined-threads \ --enable-portable-binary \ --enable-sse2 popd pushd sse echo "lt_cv_deplibs_check_method='pass_all'" >>%{_mingw32_cache} %{_mingw32_configure} \ --enable-shared --disable-static \ --disable-alloca \ --with-our-malloc16 \ --enable-threads --with-combined-threads \ --enable-portable-binary \ --enable-float \ --enable-sse popd for i in sse sse2; do (cd $i && make %{?_smp_mflags} || make); done %install for i in sse sse2; do (cd $i && make DESTDIR=%{buildroot} install); done # remove unneeded files rm -f %{buildroot}%{_mingw32_infodir}/dir # remove Makefiles in doc directory at last find doc -name 'Makefile*' | xargs rm %files -n mingw32-libfftw3-3 %defattr(-,root,root,-) %{_mingw32_bindir}/libfftw3-3.dll %{_mingw32_bindir}/libfftw3f-3.dll %files devel %defattr(-,root,root) %doc AUTHORS CONVENTIONS COPYING COPYRIGHT ChangeLog INSTALL NEWS README TODO %doc doc/* %{_mingw32_mandir}/man1/fftw* %{_mingw32_infodir}/fftw3.info* %{_mingw32_bindir}/fftw-wisdom-to-conf %{_mingw32_bindir}/fftw-wisdom.exe %{_mingw32_bindir}/fftwf-wisdom.exe %{_mingw32_includedir}/fftw* %{_mingw32_libdir}/libfftw3*.dll.a %{_mingw32_libdir}/pkgconfig/fftw3.pc %{_mingw32_libdir}/pkgconfig/fftw3f.pc %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor