Blame SPECS/fftw.spec

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