Name: libfftw Version: 3.3.4 Release: 1mamba Summary: Fast Fourier Transform library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Tiziana Ferro URL: http://www.fftw.org/ Source: http://www.fftw.org/fftw-%{version}.tar.gz License: GPL Requires(post):%{__install_info} BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END BuildRequires: gcc-fortran BuildRequires: ocaml %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. We believe that FFTW, which is free software, should become the FFT library of choice for most applications. Our benchmarks, performed on on a variety of platforms, show that FFTW's performance is typically superior to that of other publicly available FFT software. %package devel Summary: Static libraries and headers for %{name} Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel 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. We believe that FFTW, which is free software, should become the FFT library of choice for most applications. Our benchmarks, performed on on a variety of platforms, show that FFTW's performance is typically superior to that of other publicly available FFT software. This package contains static libraries and header files need for development. %prep %setup -q -c %{name}-%{version} for dir in single double long-double; do cp -a fftw-%{version} $dir done rm -rf fftw-%{version} %build export F77=gfortran # configure and build single, double and long double precision library for precision in single double long-double do pushd $precision %configure \ --enable-shared \ --disable-dependency-tracking \ --enable-threads \ --enable-$precision sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool popd %make -C $precision done %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" for dir in single double long-double do %makeinstall -C $dir done # Clean up buildroot rm -f %{buildroot}%{_libdir}/*.la rm -f %{buildroot}%{_infodir}/dir # %check # export LD_LIBRARY_PATH=$PWD/single/.libs:$PWD/single/threads/.libs:$PWD/double/.libs:$PWD/double/threads/.libs:$PWD/long/.libs:$PWD/long/threads/.libs # make -C single check # make -C double check # make -C long-double check %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %post devel %install_info fftw3.info : %preun devel %uninstall_info fftw3.info : %files %defattr(-, root, root, 0755) %{_libdir}/*.so.* %doc double/AUTHORS double/COPYRIGHT double/COPYING %files devel %defattr(-, root, root, 0755) %{_bindir}/* %{_includedir}/*.h %{_includedir}/*.f %{_includedir}/fftw*.f03 %{_libdir}/*.a %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_mandir}/man?/* %{_infodir}/*.info* %doc double/doc/*.pdf double/doc/FAQ/fftw-faq.html double/doc/html %doc double/ChangeLog double/NEWS double/README* double/TODO %changelog * Wed Apr 09 2014 Automatic Build System 3.3.4-1mamba - automatic version update by autodist * Sun Feb 03 2013 Automatic Build System 3.3.3-1mamba - automatic version update by autodist * Sun Dec 02 2012 Automatic Build System 3.3.2-1mamba - automatic version update by autodist * Wed Oct 06 2010 Stefano Cotta Ramusino 3.2.2-2mamba - specfile updated * Wed Jun 09 2010 gil 3.2.2-1mamba - update to 3.2.2 - edit spec file - added check section * Sun Mar 01 2009 Silvan Calarco 3.2.1-1mamba - automatic update by autodist * Thu Dec 11 2008 Silvan Calarco 3.2-1mamba - automatic update by autodist * Mon Jun 23 2008 Tiziana Ferro 3.1.2-2mamba - update Vendor, Distribution, mantainer, buildrequirements list * Fri Feb 09 2007 Davide Madrisan 3.1.2-1qilnx - update to version 3.1.2 by autospec * Fri May 26 2006 Silvan Calarco 3.1.1-2qilnx - build both double and floating point precision libraries * Thu May 04 2006 Stefano Cotta Ramusino 3.1.1-1qilnx - update to version 3.1.1 by autospec * Tue Sep 14 2004 Silvan Calarco 0.103-2qilnx - renamed from fftw to libfftw and moved from contrib to main repository * Fri Sep 10 2004 Matteo Bernasconi 0.103-1qilnx - First Build