5062ce
%bcond_without mpich
5062ce
%ifarch s390 s390x
5062ce
%bcond_with openmpi
5062ce
%else
5062ce
%bcond_without openmpi
5062ce
%endif
5062ce
%if %{with mpich}
5062ce
%global mpi_list %{?mpi_list} mpich
5062ce
%endif
5062ce
%if %{with openmpi}
5062ce
%global mpi_list %{?mpi_list} openmpi
5062ce
%endif
5062ce
5062ce
5062ce
Name:           fftw
5062ce
Version:        3.3.5
5062ce
Release:        11%{?dist}
5062ce
Summary:        A Fast Fourier Transform library
5062ce
Group:          System Environment/Libraries
5062ce
License:        GPLv2+
5062ce
URL:            http://www.fftw.org
5062ce
Source0:        http://www.fftw.org/fftw-%{version}.tar.gz
5062ce
BuildRequires:  gcc-gfortran
5062ce
5062ce
BuildRequires:  autoconf
5062ce
BuildRequires:  automake
5062ce
BuildRequires:  libtool
5062ce
5062ce
%global quad 0
5062ce
# Quad precision support only available with gcc >= 4.6 (Fedora >= 15)
5062ce
# and only on these arches
5062ce
%ifarch %{ix86} x86_64 ia64
5062ce
%global quad 1
5062ce
%endif
5062ce
5062ce
# For check phase
5062ce
BuildRequires:  time
5062ce
BuildRequires:  perl-interpreter
5062ce
%if %{with mpich}
5062ce
BuildRequires:  mpich-devel
5062ce
BuildRequires:  nss-myhostname
5062ce
%endif
5062ce
%if %{with openmpi}
5062ce
BuildRequires:  openmpi-devel
5062ce
%endif
5062ce
5062ce
Requires(post): info 
5062ce
Requires(preun): info
5062ce
5062ce
5062ce
%description
5062ce
FFTW is a C subroutine library for computing the Discrete Fourier
5062ce
Transform (DFT) in one or more dimensions, of both real and complex
5062ce
data, and of arbitrary input size.
5062ce
5062ce
%package libs
5062ce
Summary:        FFTW run-time library
5062ce
Group:          System Environment/Libraries
5062ce
Provides:       fftw3 = %{version}-%{release}
5062ce
# Libs rearranged in 3.3.1-2
5062ce
Obsoletes:      fftw-libs-threads < %{version}-%{release}
5062ce
Obsoletes:      fftw-libs-openmp < %{version}-%{release}
5062ce
5062ce
# Pull in the actual libraries
5062ce
Requires:       %{name}-libs-single%{?_isa} = %{version}-%{release}
5062ce
Requires:       %{name}-libs-double%{?_isa} = %{version}-%{release}
5062ce
Requires:       %{name}-libs-long%{?_isa} = %{version}-%{release}
5062ce
%if %{quad}
5062ce
Requires:       %{name}-libs-quad%{?_isa} = %{version}-%{release}
5062ce
%endif
5062ce
5062ce
%description libs
5062ce
This is a dummy package package, pulling in the individual FFTW
5062ce
run-time libraries.
5062ce
5062ce
5062ce
%package devel
5062ce
Summary:        Headers, libraries and docs for the FFTW library
5062ce
Group:          Development/Libraries
5062ce
Requires:       pkgconfig
5062ce
Requires:       %{name}%{?_isa} = %{version}-%{release}
5062ce
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
5062ce
Provides:       fftw3-devel%{?_isa} = %{version}-%{release}
5062ce
Provides:       fftw3-devel = %{version}-%{release}
5062ce
5062ce
%description devel
5062ce
FFTW is a C subroutine library for computing the Discrete Fourier
5062ce
Transform (DFT) in one or more dimensions, of both real and complex
5062ce
data, and of arbitrary input size.
5062ce
5062ce
This package contains header files and development libraries needed to
5062ce
develop programs using the FFTW fast Fourier transform library.
5062ce
5062ce
%package libs-double
5062ce
Summary:        FFTW library, double precision
5062ce
Group:          Development/Libraries
5062ce
5062ce
%description libs-double
5062ce
This package contains the FFTW library compiled in double precision.
5062ce
5062ce
%package libs-single
5062ce
Summary:        FFTW library, single precision
5062ce
Group:          Development/Libraries
5062ce
5062ce
%description libs-single
5062ce
This package contains the FFTW library compiled in single precision.
5062ce
5062ce
%package libs-long
5062ce
Summary:        FFTW library, long double precision 
5062ce
Group:          Development/Libraries
5062ce
5062ce
%description libs-long
5062ce
This package contains the FFTW library compiled in long double
5062ce
precision.
5062ce
5062ce
%if %{quad}
5062ce
%package libs-quad
5062ce
Summary:        FFTW library, quadruple
5062ce
Group:          Development/Libraries
5062ce
5062ce
%description libs-quad
5062ce
This package contains the FFTW library compiled in quadruple
5062ce
precision.
5062ce
%endif
5062ce
5062ce
%package        static
5062ce
Summary:        Static versions of the FFTW libraries
5062ce
Group:          Development/Libraries
5062ce
Requires:       %{name}-devel%{?_isa} = %{version}-%{release}
5062ce
Provides:       fftw3-static%{?_isa} = %{version}-%{release}
5062ce
Provides:       fftw3-static = %{version}-%{release}
5062ce
5062ce
%description static
5062ce
The fftw-static package contains the statically linkable version of
5062ce
the FFTW fast Fourier transform library.
5062ce
5062ce
%if %{with mpich}
5062ce
%package mpich-libs
5062ce
Summary:        FFTW MPICH run-time library
5062ce
Group:          System Environment/Libraries
5062ce
Provides:       fftw3-mpich = %{version}-%{release}
5062ce
5062ce
# Pull in the actual libraries
5062ce
Requires:       %{name}-mpich-libs-single%{?_isa} = %{version}-%{release}
5062ce
Requires:       %{name}-mpich-libs-double%{?_isa} = %{version}-%{release}
5062ce
Requires:       %{name}-mpich-libs-long%{?_isa} = %{version}-%{release}
5062ce
5062ce
%description mpich-libs
5062ce
This is a dummy package package, pulling in the individual FFTW
5062ce
MPICH run-time libraries.
5062ce
5062ce
5062ce
%package mpich-devel
5062ce
Summary:        Headers, libraries and docs for the FFTW MPICH library
5062ce
Group:          Development/Libraries
5062ce
Requires:       mpich-devel
5062ce
Requires:       pkgconfig
5062ce
Requires:       %{name}-devel%{?_isa} = %{version}-%{release}
5062ce
Requires:       %{name}-mpich-libs%{?_isa} = %{version}-%{release}
5062ce
Provides:       fftw3-mpich-devel%{?_isa} = %{version}-%{release}
5062ce
Provides:       fftw3-mpich-devel = %{version}-%{release}
5062ce
5062ce
%description mpich-devel
5062ce
FFTW is a C subroutine library for computing the Discrete Fourier
5062ce
Transform (DFT) in one or more dimensions, of both real and complex
5062ce
data, and of arbitrary input size.
5062ce
5062ce
This package contains header files and development libraries needed to
5062ce
develop programs using the FFTW fast Fourier transform library for MPICH.
5062ce
5062ce
%package mpich-libs-double
5062ce
Summary:        FFTW MPICH library, double precision
5062ce
Group:          Development/Libraries
5062ce
Requires:       %{name}-libs-double%{?_isa} = %{version}-%{release}
5062ce
5062ce
%description mpich-libs-double
5062ce
This package contains the FFTW MPICH library compiled in double precision.
5062ce
5062ce
%package mpich-libs-single
5062ce
Summary:        FFTW MPICH library, single precision
5062ce
Group:          Development/Libraries
5062ce
Requires:       %{name}-libs-single%{?_isa} = %{version}-%{release}
5062ce
5062ce
%description mpich-libs-single
5062ce
This package contains the FFTW MPICH library compiled in single precision.
5062ce
5062ce
%package mpich-libs-long
5062ce
Summary:        FFTW MPICH library, long double precision 
5062ce
Group:          Development/Libraries
5062ce
Requires:       %{name}-libs-long%{?_isa} = %{version}-%{release}
5062ce
5062ce
%description mpich-libs-long
5062ce
This package contains the FFTW MPICH library compiled in long double
5062ce
precision.
5062ce
5062ce
%package        mpich-static
5062ce
Summary:        Static versions of the FFTW MPICH libraries
5062ce
Group:          Development/Libraries
5062ce
Requires:       %{name}-mpich-devel%{?_isa} = %{version}-%{release}
5062ce
Requires:       %{name}-static%{?_isa} = %{version}-%{release}
5062ce
Provides:       fftw3-mpich-static%{?_isa} = %{version}-%{release}
5062ce
Provides:       fftw3-mpich-static = %{version}-%{release}
5062ce
5062ce
%description mpich-static
5062ce
The fftw-mpich-static package contains the statically linkable version of
5062ce
the FFTW fast Fourier transform library for MPICh.
5062ce
%endif
5062ce
5062ce
%if %{with openmpi}
5062ce
%package openmpi-libs
5062ce
Summary:        FFTW OpenMPI run-time library
5062ce
Group:          System Environment/Libraries
5062ce
Provides:       fftw3-openmpi = %{version}-%{release}
5062ce
5062ce
# Pull in the actual libraries
5062ce
Requires:       %{name}-openmpi-libs-single%{?_isa} = %{version}-%{release}
5062ce
Requires:       %{name}-openmpi-libs-double%{?_isa} = %{version}-%{release}
5062ce
Requires:       %{name}-openmpi-libs-long%{?_isa} = %{version}-%{release}
5062ce
5062ce
%description openmpi-libs
5062ce
This is a dummy package package, pulling in the individual FFTW
5062ce
OpenMPI run-time libraries.
5062ce
5062ce
5062ce
%package openmpi-devel
5062ce
Summary:        Headers, libraries and docs for the FFTW OpenMPI library
5062ce
Group:          Development/Libraries
5062ce
Requires:       openmpi-devel
5062ce
Requires:       pkgconfig
5062ce
Requires:       %{name}-devel%{?_isa} = %{version}-%{release}
5062ce
Requires:       %{name}-openmpi-libs%{?_isa} = %{version}-%{release}
5062ce
Provides:       fftw3-openmpi-devel%{?_isa} = %{version}-%{release}
5062ce
Provides:       fftw3-openmpi-devel = %{version}-%{release}
5062ce
5062ce
%description openmpi-devel
5062ce
FFTW is a C subroutine library for computing the Discrete Fourier
5062ce
Transform (DFT) in one or more dimensions, of both real and complex
5062ce
data, and of arbitrary input size.
5062ce
5062ce
This package contains header files and development libraries needed to
5062ce
develop programs using the FFTW fast Fourier transform library for OpenMPI.
5062ce
5062ce
%package openmpi-libs-double
5062ce
Summary:        FFTW OpenMPI library, double precision
5062ce
Group:          Development/Libraries
5062ce
Requires:       %{name}-libs-double%{?_isa} = %{version}-%{release}
5062ce
5062ce
%description openmpi-libs-double
5062ce
This package contains the FFTW OpenMPI library compiled in double precision.
5062ce
5062ce
%package openmpi-libs-single
5062ce
Summary:        FFTW OpenMPI library, single precision
5062ce
Group:          Development/Libraries
5062ce
Requires:       %{name}-libs-single%{?_isa} = %{version}-%{release}
5062ce
5062ce
%description openmpi-libs-single
5062ce
This package contains the FFTW OpenMPI library compiled in single precision.
5062ce
5062ce
%package openmpi-libs-long
5062ce
Summary:        FFTW OpenMPI library, long double precision 
5062ce
Group:          Development/Libraries
5062ce
Requires:       %{name}-libs-long%{?_isa} = %{version}-%{release}
5062ce
5062ce
%description openmpi-libs-long
5062ce
This package contains the FFTW OpenMPI library compiled in long double
5062ce
precision.
5062ce
5062ce
%package        openmpi-static
5062ce
Summary:        Static versions of the FFTW OpenMPI libraries
5062ce
Group:          Development/Libraries
5062ce
Requires:       %{name}-openmpi-devel%{?_isa} = %{version}-%{release}
5062ce
Requires:       %{name}-static%{?_isa} = %{version}-%{release}
5062ce
Provides:       fftw3-openmpi-static%{?_isa} = %{version}-%{release}
5062ce
Provides:       fftw3-openmpi-static = %{version}-%{release}
5062ce
5062ce
%description openmpi-static
5062ce
The fftw-openmpi-static package contains the statically linkable version of
5062ce
the FFTW fast Fourier transform library for MPICh.
5062ce
%endif
5062ce
5062ce
%package doc
5062ce
Summary:        FFTW library manual
5062ce
Group:          Documentation
5062ce
BuildArch:      noarch
5062ce
5062ce
%description doc
5062ce
This package contains the manual for the FFTW fast Fourier transform
5062ce
library.
5062ce
5062ce
%prep
5062ce
%setup -q
5062ce
5062ce
%build
5062ce
# Regenerate autoconf files using current tools so proper build flags
5062ce
# from redhat-rpm-config are used
5062ce
autoreconf -vfi
5062ce
# Configure uses g77 by default, if present on system
5062ce
export F77=gfortran
5062ce
5062ce
BASEFLAGS="--enable-shared --disable-dependency-tracking --enable-threads"
5062ce
BASEFLAGS+=" --enable-openmp"
5062ce
5062ce
# Precisions to build
5062ce
prec_name[0]=single
5062ce
prec_name[1]=double
5062ce
prec_name[2]=long
5062ce
prec_name[3]=quad
5062ce
5062ce
# Corresponding flags
5062ce
prec_flags[0]=--enable-single
5062ce
prec_flags[1]=--enable-double
5062ce
prec_flags[2]=--enable-long-double
5062ce
prec_flags[3]=--enable-quad-precision
5062ce
5062ce
%ifarch x86_64
5062ce
# Enable SSE2 and AVX support for x86_64
5062ce
for((i=0;i<2;i++)); do
5062ce
 prec_flags[i]+=" --enable-sse2 --enable-avx"
5062ce
done
5062ce
%endif
5062ce
5062ce
# No NEON run time detection, not all ARM SoCs have NEON
5062ce
#%ifarch %{arm}
5062ce
## Compile support for NEON instructions
5062ce
#for((i=0;i<2;i++)); do
5062ce
# prec_flags[i]+=" --enable-neon"
5062ce
#done
5062ce
#%endif
5062ce
5062ce
#%ifarch ppc ppc64
5062ce
## Compile support for Altivec instructions
5062ce
#for((i=0;i<2;i++)); do
5062ce
 #prec_flags[i]+=" --enable-altivec"
5062ce
#done
5062ce
#%endif
5062ce
5062ce
# Loop over precisions
5062ce
%if %{quad}
5062ce
for((iprec=0;iprec<4;iprec++))
5062ce
%else
5062ce
for((iprec=0;iprec<3;iprec++))
5062ce
%endif
5062ce
do
5062ce
 mkdir ${prec_name[iprec]}${ver_name[iver]}
5062ce
 cd ${prec_name[iprec]}${ver_name[iver]}
5062ce
 ln -s ../configure .
5062ce
 %{configure} ${BASEFLAGS} ${prec_flags[iprec]}
5062ce
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
5062ce
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
5062ce
 make %{?_smp_mflags}
5062ce
 cd ..
5062ce
done
5062ce
5062ce
# MPI Builds - this duplicates the non-mpi builds, but oh well
5062ce
for mpi in %{mpi_list}
5062ce
do
5062ce
 module load mpi/${mpi}-%{_arch}
5062ce
 # Loop over precisions - no quad precision support with MPI
5062ce
 for((iprec=0;iprec<3;iprec++))
5062ce
 do
5062ce
  mkdir ${mpi}-${prec_name[iprec]}${ver_name[iver]}
5062ce
  cd ${mpi}-${prec_name[iprec]}${ver_name[iver]}
5062ce
  ln -s ../configure .
5062ce
  # Force linking the _mpi.so libraries with the mpi libs.  This works because
5062ce
  # we get rid of all of the non-mpi components of these builds
5062ce
  export CC=mpicc
5062ce
  %{configure} ${BASEFLAGS} ${prec_flags[iprec]} --enable-mpi \
5062ce
   --libdir=%{_libdir}/$mpi/lib \
5062ce
   --bindir=%{_libdir}/$mpi/bin \
5062ce
   --sbindir=%{_libdir}/$mpi/sbin \
5062ce
   --includedir=%{_includedir}/$mpi-%{_arch} \
5062ce
   --mandir=%{_libdir}/$mpi/share/man
5062ce
  make %{?_smp_mflags}
5062ce
  cd ..
5062ce
 done
5062ce
 module unload mpi/${mpi}-%{_arch}
5062ce
done
5062ce
5062ce
5062ce
%install
5062ce
%if %{quad}
5062ce
for ver in single double long quad
5062ce
%else
5062ce
for ver in single double long
5062ce
%endif
5062ce
do
5062ce
 make -C $ver install DESTDIR=%{buildroot}
5062ce
done
5062ce
# MPI
5062ce
for mpi in %{mpi_list}
5062ce
do
5062ce
 module load mpi/${mpi}-%{_arch}
5062ce
 for ver in single double long
5062ce
 do
5062ce
  make -C ${mpi}-${ver} install DESTDIR=%{buildroot}
5062ce
  # Remove duplicated non-mpi libraries, binaries, and data
5062ce
  find %{buildroot}%{_libdir}/${mpi}/lib -name libfftw\* -a \! -name \*_mpi.\* -delete
5062ce
  rm -r %{buildroot}%{_libdir}/${mpi}/{bin,share}
5062ce
 done
5062ce
 module unload mpi/${mpi}-%{_arch}
5062ce
done
5062ce
rm -f %{buildroot}%{_infodir}/dir
5062ce
find %{buildroot} -name \*.la -delete
5062ce
5062ce
%check
5062ce
bdir=`pwd`
5062ce
%if %{quad}
5062ce
for ver in single double long quad
5062ce
%else
5062ce
for ver in single double long
5062ce
%endif
5062ce
do 
5062ce
 export LD_LIBRARY_PATH=$bdir/$ver/.libs:$bdir/$ver/threads/.libs
5062ce
 make %{?_smp_mflags} -C $ver check
5062ce
done
5062ce
# MPI
5062ce
%if %{with openmpi}
5062ce
%ifarch %{ix86}
5062ce
# disable Open MPI's vader byte transfer layer while running tests on 32-bit x86 platforms
5062ce
# as it is known to be troublesome <https://github.com/open-mpi/ompi/issues/4260>
5062ce
export OMPI_MCA_btl="^vader"
5062ce
%endif
5062ce
%endif
5062ce
# disable tests on ppc64 and ppc64le for now
5062ce
# https://github.com/FFTW/fftw3/issues/145
5062ce
%ifnarch  ppc64 ppc64le
5062ce
for mpi in %{mpi_list}
5062ce
do
5062ce
 module load mpi/${mpi}-%{_arch}
5062ce
 for ver in single double long
5062ce
 do 
5062ce
  export LD_LIBRARY_PATH=$bdir/$ver/.libs:$bdir/$ver/threads/.libs
5062ce
  make %{?_smp_mflags} -C ${mpi}-${ver}/mpi check
5062ce
 done
5062ce
 module unload mpi/${mpi}-%{_arch}
5062ce
done
5062ce
5062ce
%ldconfig_scriptlets libs-single
5062ce
%ldconfig_scriptlets libs-double
5062ce
%ldconfig_scriptlets libs-long
5062ce
%if %{quad}
5062ce
%ldconfig_scriptlets libs-quad
5062ce
%endif
5062ce
%endif
5062ce
5062ce
%post devel
5062ce
/sbin/install-info --section="Math" %{_infodir}/%{name}.info.gz %{_infodir}/dir  2>/dev/null || :
5062ce
5062ce
%preun devel
5062ce
if [ "$1" = 0 ]; then
5062ce
  /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir 2>/dev/null || :
5062ce
fi
5062ce
5062ce
%files
5062ce
%{_mandir}/man1/fftw*.1*
5062ce
%{_bindir}/fftw*-wisdom*
5062ce
5062ce
%files libs
5062ce
5062ce
%files libs-single
5062ce
%license COPYING COPYRIGHT
5062ce
%doc AUTHORS ChangeLog NEWS README* TODO
5062ce
%{_libdir}/libfftw3f.so.*
5062ce
%{_libdir}/libfftw3f_threads.so.*
5062ce
%{_libdir}/libfftw3f_omp.so.*
5062ce
5062ce
%files libs-double
5062ce
%license COPYING COPYRIGHT
5062ce
%doc AUTHORS ChangeLog NEWS README* TODO
5062ce
%{_libdir}/libfftw3.so.*
5062ce
%{_libdir}/libfftw3_threads.so.*
5062ce
%{_libdir}/libfftw3_omp.so.*
5062ce
5062ce
%files libs-long
5062ce
%license COPYING COPYRIGHT
5062ce
%doc AUTHORS ChangeLog NEWS README* TODO
5062ce
%{_libdir}/libfftw3l.so.*
5062ce
%{_libdir}/libfftw3l_threads.so.*
5062ce
%{_libdir}/libfftw3l_omp.so.*
5062ce
5062ce
%if %{quad}
5062ce
%files libs-quad
5062ce
%license COPYING COPYRIGHT
5062ce
%doc AUTHORS ChangeLog NEWS README* TODO
5062ce
%{_libdir}/libfftw3q.so.*
5062ce
%{_libdir}/libfftw3q_threads.so.*
5062ce
%{_libdir}/libfftw3q_omp.so.*
5062ce
%endif
5062ce
5062ce
%files devel
5062ce
%doc doc/FAQ/fftw-faq.html/
5062ce
%doc %{_infodir}/fftw3.info*
5062ce
%{_includedir}/fftw3*
5062ce
%{_libdir}/pkgconfig/fftw3*.pc
5062ce
%{_libdir}/libfftw3*.so
5062ce
5062ce
%files static
5062ce
%{_libdir}/libfftw3*.a
5062ce
5062ce
%files doc
5062ce
%doc doc/*.pdf doc/html/
5062ce
5062ce
%if %{with mpich}
5062ce
%files mpich-libs
5062ce
5062ce
%files mpich-libs-single
5062ce
%license COPYING COPYRIGHT
5062ce
%doc AUTHORS ChangeLog NEWS README* TODO
5062ce
%{_libdir}/mpich/lib/libfftw3f_mpi.so.*
5062ce
5062ce
%files mpich-libs-double
5062ce
%license COPYING COPYRIGHT
5062ce
%doc AUTHORS ChangeLog NEWS README* TODO
5062ce
%{_libdir}/mpich/lib/libfftw3_mpi.so.*
5062ce
5062ce
%files mpich-libs-long
5062ce
%license COPYING COPYRIGHT
5062ce
%doc AUTHORS ChangeLog NEWS README* TODO
5062ce
%{_libdir}/mpich/lib/libfftw3l_mpi.so.*
5062ce
5062ce
%files mpich-devel
5062ce
%doc doc/FAQ/fftw-faq.html/
5062ce
%{_includedir}/mpich-%{_arch}
5062ce
%{_libdir}/mpich/lib/pkgconfig/fftw3*.pc
5062ce
%{_libdir}/mpich/lib/libfftw3*.so
5062ce
5062ce
%files mpich-static
5062ce
%{_libdir}/mpich/lib/libfftw3*.a
5062ce
%endif
5062ce
5062ce
%if %{with openmpi}
5062ce
%files openmpi-libs
5062ce
5062ce
%files openmpi-libs-single
5062ce
%license COPYING COPYRIGHT
5062ce
%doc AUTHORS ChangeLog NEWS README* TODO
5062ce
%{_libdir}/openmpi/lib/libfftw3f_mpi.so.*
5062ce
5062ce
%files openmpi-libs-double
5062ce
%license COPYING COPYRIGHT
5062ce
%doc AUTHORS ChangeLog NEWS README* TODO
5062ce
%{_libdir}/openmpi/lib/libfftw3_mpi.so.*
5062ce
5062ce
%files openmpi-libs-long
5062ce
%license COPYING COPYRIGHT
5062ce
%doc AUTHORS ChangeLog NEWS README* TODO
5062ce
%{_libdir}/openmpi/lib/libfftw3l_mpi.so.*
5062ce
5062ce
%files openmpi-devel
5062ce
%doc doc/FAQ/fftw-faq.html/
5062ce
%{_includedir}/openmpi-%{_arch}
5062ce
%{_libdir}/openmpi/lib/pkgconfig/fftw3*.pc
5062ce
%{_libdir}/openmpi/lib/libfftw3*.so
5062ce
5062ce
%files openmpi-static
5062ce
%{_libdir}/openmpi/lib/libfftw3*.a
5062ce
%endif
5062ce
5062ce
%changelog
5062ce
* Wed Apr 18 2018 Merlin Mathesius <mmathesi@redhat.com> - 3.3.5-11
5062ce
- Regenerate autoconf files using current tools so proper build flags
5062ce
  from redhat-rpm-config are used. This resolves BZ#1548473.
5062ce
5062ce
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.5-10
5062ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
5062ce
5062ce
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.3.5-9
5062ce
- Switch to %%ldconfig_scriptlets
5062ce
5062ce
* Tue Nov 28 2017 Merlin Mathesius <mmathesi@redhat.com> - 3.3.5-8
5062ce
- Disable Open MPI's vader byte transfer layer while running tests on 32-bit x86 platforms
5062ce
  as it is known to be troublesome <https://github.com/open-mpi/ompi/issues/4260>.
5062ce
  This resolves FTBFS issue (BZ#1518038).
5062ce
5062ce
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.5-7
5062ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
5062ce
5062ce
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.5-6
5062ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5062ce
5062ce
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.5-5
5062ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
5062ce
5062ce
* Fri Oct 21 2016 Orion Poplawski <orion@cora.nwra.com> - 3.3.5-4
5062ce
- Rebuild for openmpi 2.0
5062ce
5062ce
* Mon Oct 10 2016 Dan HorĂ¡k <dan[at]danny.cz> - 3.3.5-3
5062ce
- Update BRs so nss-myhostname (provided by systemd) is included also
5062ce
  in mpich-only builds (Related: #1383271)
5062ce
5062ce
* Fri Oct 7 2016 Orion Poplawski <orion@cora.nwra.com> - 3.3.5-2
5062ce
- Build mpich and openmpi versions
5062ce
5062ce
* Wed Oct 5 2016 Orion Poplawski <orion@cora.nwra.com> - 3.3.5-1
5062ce
- Update to 3.3.5
5062ce
- Cleanup spec
5062ce
5062ce
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.4-7
5062ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
5062ce
5062ce
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.4-6
5062ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
5062ce
5062ce
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.4-5
5062ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
5062ce
5062ce
* Fri Jul  4 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.3.4-4
5062ce
- Disable SSE2/AVX on x86(32) as we support Pentium Pro as base
5062ce
- SSE2 only arrived with P-4
5062ce
- https://fedoraproject.org/wiki/Features/F12X86Support
5062ce
- Fix ARM macro
5062ce
- Disable NEON on ARM (we don't enable by default, needs runtime detection)
5062ce
5062ce
* Thu Jul 03 2014 Conrad Meyer <cemeyer@uw.edu> - 3.3.4-3
5062ce
- Build with --enable-avx (rhbz# 1114964)
5062ce
5062ce
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.4-2
5062ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
5062ce
5062ce
* Tue Mar 18 2014 Susi Lehtola <jussilehtola@fedoraproject.org> - 3.3.4-1
5062ce
- Update to 3.3.4.
5062ce
5062ce
* Sat Dec 14 2013 Conrad Meyer <cemeyer@uw.edu> - 3.3.3-8
5062ce
- Remove non-OpenMP / g77 build for obsolete RHEL (< 5)
5062ce
- Remove ancient Obsoletes (fftw < 3.3, Fedora < 16)
5062ce
- Remove ancient non-Quad build (Fedora < 15) on supported arch(s)
5062ce
- Remove obsolete conditional on BuildArch: noarch (RHEL < 6, Fedora < 13)
5062ce
5062ce
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-7
5062ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
5062ce
5062ce
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-6
5062ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
5062ce
5062ce
* Sat Jan 19 2013 PPC Secondary Arch Admin <karsten@redhat.com> 3.3.3-5
5062ce
- disable altivec flag again, that works with single precision only
5062ce
5062ce
* Mon Dec 24 2012 Susi Lehtola <jussilehtola@fedoraproject.org> - 3.3.3-4
5062ce
- Fix typo: should be %%ix86 instead of %%x86. Now should have SSE2 support
5062ce
  on x86 as well.
5062ce
5062ce
* Tue Dec 18 2012 Susi Lehtola <jussilehtola@fedoraproject.org> - 3.3.3-3
5062ce
- After consultation with upstream, enable SSE2 also on x86, altivec on ppc
5062ce
  and ppc64 and NEON on arm.
5062ce
5062ce
* Tue Dec 18 2012 Susi Lehtola <jussilehtola@fedoraproject.org> - 3.3.3-2
5062ce
- Enable SSE2 on x86_64.
5062ce
5062ce
* Mon Nov 26 2012 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.3.3-1
5062ce
- Update to 3.3.3.
5062ce
5062ce
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-2
5062ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5062ce
5062ce
* Fri Jun 15 2012 Orion Poplawski <orion@cora.nwra.com> - 3.3.2-1
5062ce
- Update to 3.3.2
5062ce
- Drop alignment patch
5062ce
5062ce
* Fri Apr 27 2012 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.3.1-3
5062ce
- Fix FTBFS with gcc 4.7.
5062ce
5062ce
* Thu Apr 26 2012 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.3.1-2
5062ce
- Reorganized libraries (BZ #812981).
5062ce
5062ce
* Mon Feb 27 2012 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.3.1-1
5062ce
- Update to 3.3.1.
5062ce
5062ce
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3-5
5062ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5062ce
5062ce
* Tue Oct 11 2011 Dan HorĂ¡k <dan[at]danny.cz> - 3.3-4
5062ce
- libquadmath exists only on x86/x86_64 and ia64
5062ce
5062ce
* Mon Oct 10 2011 Rex Dieter <rdieter@fedoraproject.org> 3.3-3
5062ce
- -devel: Provides: fftw3-devel (#744758)
5062ce
- -static: Provides: fftw3-static
5062ce
- drop %%_isa from Obsoletes
5062ce
5062ce
* Sat Jul 30 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.3-2
5062ce
- Conditionalize OpenMP and quadruple precision support based on capabilities
5062ce
  of system compiler.
5062ce
5062ce
* Thu Jul 28 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.3-1
5062ce
- Update to 3.3.
5062ce
5062ce
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.2-5
5062ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5062ce
5062ce
* Sat Jan 9 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.2.2-4
5062ce
- Get rid of rpath.
5062ce
5062ce
* Sat Jan 9 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.2.2-3
5062ce
- Branch out developers' manual to -doc.
5062ce
5062ce
* Sat Jan 2 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.2.2-2
5062ce
- Add check phase.
5062ce
- Cosmetic changes to spec file (unified changelog format, removed unnecessary
5062ce
  space).
5062ce
- Use rm instead of find -delete, as latter is not present on EPEL-4.
5062ce
- Generalize obsoletes of fftw3 packages. Add Obsoletes: fftw3-static.
5062ce
5062ce
* Fri Jan 1 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.2.2-1
5062ce
- Update to 3.2.2.
5062ce
- Make file listings more explicit.
5062ce
- Don't use file dependencies for info.
5062ce
5062ce
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-3
5062ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5062ce
5062ce
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
5062ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5062ce
5062ce
* Sat Feb 14 2009 Conrad Meyer <konrad@tylerc.org> - 3.2.1-1
5062ce
- Bump to 3.2.1.
5062ce
5062ce
* Thu Dec 4 2008 Conrad Meyer <konrad@tylerc.org> - 3.2-1
5062ce
- Bump to 3.2.
5062ce
5062ce
* Fri Jul 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.1.2-7
5062ce
- fix license tag
5062ce
5062ce
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.1.2-6
5062ce
- Autorebuild for GCC 4.3
5062ce
5062ce
* Fri Aug 24 2007 Quentin Spencer <qspencer@users.sf.net> 3.1.2-5
5062ce
- Rebuild for F8.
5062ce
5062ce
* Fri Jul 27 2007 Quentin Spencer <qspencer@users.sf.net> 3.1.2-4
5062ce
- Split static libs into separate package (bug 249686).
5062ce
5062ce
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 3.1.2-3
5062ce
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
5062ce
5062ce
* Tue Sep 26 2006 Quentin Spencer <qspencer@users.sf.net> 3.1.2-2
5062ce
- BuildRequires: pkgconfig for -devel (bug 206444).
5062ce
5062ce
* Fri Sep  8 2006 Quentin Spencer <qspencer@users.sf.net> 3.1.2-1
5062ce
- New release.
5062ce
5062ce
* Fri Jun  2 2006 Quentin Spencer <qspencer@users.sf.net> 3.1.1-1
5062ce
- New upstream release.
5062ce
5062ce
* Fri Feb 24 2006 Quentin Spencer <qspencer@users.sf.net> 3.1-4
5062ce
- Re-enable static libs (bug 181897).
5062ce
- Build long-double version of libraries (bug 182587).
5062ce
5062ce
* Mon Feb 13 2006 Quentin Spencer <qspencer@users.sf.net> 3.1-3
5062ce
- Add Obsoletes and Provides.
5062ce
5062ce
* Mon Feb 13 2006 Quentin Spencer <qspencer@users.sf.net> 3.1-2
5062ce
- Rebuild for Fedora Extras 5.
5062ce
- Disable static libs.
5062ce
- Remove obsolete configure options.
5062ce
5062ce
* Wed Feb  1 2006 Quentin Spencer <qspencer@users.sf.net> 3.1-1
5062ce
- Upgrade to the 3.x branch, incorporating changes from the fftw3 spec file.
5062ce
- Add dist tag.