|
|
@ -13,9 +13,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: fftw
|
|
|
|
Name: fftw
|
|
|
|
Version: 3.3.8
|
|
|
|
Version: 3.3.5
|
|
|
|
Release: 12%{?dist}
|
|
|
|
Release: 11%{?dist}
|
|
|
|
Summary: A Fast Fourier Transform library
|
|
|
|
Summary: A Fast Fourier Transform library
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://www.fftw.org
|
|
|
|
URL: http://www.fftw.org
|
|
|
|
Source0: http://www.fftw.org/fftw-%{version}.tar.gz
|
|
|
|
Source0: http://www.fftw.org/fftw-%{version}.tar.gz
|
|
|
@ -42,10 +43,9 @@ BuildRequires: nss-myhostname
|
|
|
|
%if %{with openmpi}
|
|
|
|
%if %{with openmpi}
|
|
|
|
BuildRequires: openmpi-devel
|
|
|
|
BuildRequires: openmpi-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%if %{with mpich} || %{with openmpi}
|
|
|
|
|
|
|
|
BuildRequires: environment-modules
|
|
|
|
Requires(post): info
|
|
|
|
%endif
|
|
|
|
Requires(preun): info
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -55,6 +55,7 @@ data, and of arbitrary input size.
|
|
|
|
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
%package libs
|
|
|
|
Summary: FFTW run-time library
|
|
|
|
Summary: FFTW run-time library
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Provides: fftw3 = %{version}-%{release}
|
|
|
|
Provides: fftw3 = %{version}-%{release}
|
|
|
|
# Libs rearranged in 3.3.1-2
|
|
|
|
# Libs rearranged in 3.3.1-2
|
|
|
|
Obsoletes: fftw-libs-threads < %{version}-%{release}
|
|
|
|
Obsoletes: fftw-libs-threads < %{version}-%{release}
|
|
|
@ -75,6 +76,7 @@ run-time libraries.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Headers, libraries and docs for the FFTW library
|
|
|
|
Summary: Headers, libraries and docs for the FFTW library
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
@ -91,18 +93,21 @@ develop programs using the FFTW fast Fourier transform library.
|
|
|
|
|
|
|
|
|
|
|
|
%package libs-double
|
|
|
|
%package libs-double
|
|
|
|
Summary: FFTW library, double precision
|
|
|
|
Summary: FFTW library, double precision
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
|
|
|
|
%description libs-double
|
|
|
|
%description libs-double
|
|
|
|
This package contains the FFTW library compiled in double precision.
|
|
|
|
This package contains the FFTW library compiled in double precision.
|
|
|
|
|
|
|
|
|
|
|
|
%package libs-single
|
|
|
|
%package libs-single
|
|
|
|
Summary: FFTW library, single precision
|
|
|
|
Summary: FFTW library, single precision
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
|
|
|
|
%description libs-single
|
|
|
|
%description libs-single
|
|
|
|
This package contains the FFTW library compiled in single precision.
|
|
|
|
This package contains the FFTW library compiled in single precision.
|
|
|
|
|
|
|
|
|
|
|
|
%package libs-long
|
|
|
|
%package libs-long
|
|
|
|
Summary: FFTW library, long double precision
|
|
|
|
Summary: FFTW library, long double precision
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
|
|
|
|
%description libs-long
|
|
|
|
%description libs-long
|
|
|
|
This package contains the FFTW library compiled in long double
|
|
|
|
This package contains the FFTW library compiled in long double
|
|
|
@ -111,6 +116,7 @@ precision.
|
|
|
|
%if %{quad}
|
|
|
|
%if %{quad}
|
|
|
|
%package libs-quad
|
|
|
|
%package libs-quad
|
|
|
|
Summary: FFTW library, quadruple
|
|
|
|
Summary: FFTW library, quadruple
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
|
|
|
|
%description libs-quad
|
|
|
|
%description libs-quad
|
|
|
|
This package contains the FFTW library compiled in quadruple
|
|
|
|
This package contains the FFTW library compiled in quadruple
|
|
|
@ -119,6 +125,7 @@ precision.
|
|
|
|
|
|
|
|
|
|
|
|
%package static
|
|
|
|
%package static
|
|
|
|
Summary: Static versions of the FFTW libraries
|
|
|
|
Summary: Static versions of the FFTW libraries
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
|
Provides: fftw3-static%{?_isa} = %{version}-%{release}
|
|
|
|
Provides: fftw3-static%{?_isa} = %{version}-%{release}
|
|
|
|
Provides: fftw3-static = %{version}-%{release}
|
|
|
|
Provides: fftw3-static = %{version}-%{release}
|
|
|
@ -130,6 +137,7 @@ the FFTW fast Fourier transform library.
|
|
|
|
%if %{with mpich}
|
|
|
|
%if %{with mpich}
|
|
|
|
%package mpich-libs
|
|
|
|
%package mpich-libs
|
|
|
|
Summary: FFTW MPICH run-time library
|
|
|
|
Summary: FFTW MPICH run-time library
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Provides: fftw3-mpich = %{version}-%{release}
|
|
|
|
Provides: fftw3-mpich = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
# Pull in the actual libraries
|
|
|
|
# Pull in the actual libraries
|
|
|
@ -144,6 +152,7 @@ MPICH run-time libraries.
|
|
|
|
|
|
|
|
|
|
|
|
%package mpich-devel
|
|
|
|
%package mpich-devel
|
|
|
|
Summary: Headers, libraries and docs for the FFTW MPICH library
|
|
|
|
Summary: Headers, libraries and docs for the FFTW MPICH library
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: mpich-devel
|
|
|
|
Requires: mpich-devel
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
@ -161,6 +170,7 @@ develop programs using the FFTW fast Fourier transform library for MPICH.
|
|
|
|
|
|
|
|
|
|
|
|
%package mpich-libs-double
|
|
|
|
%package mpich-libs-double
|
|
|
|
Summary: FFTW MPICH library, double precision
|
|
|
|
Summary: FFTW MPICH library, double precision
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-libs-double%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs-double%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description mpich-libs-double
|
|
|
|
%description mpich-libs-double
|
|
|
@ -168,6 +178,7 @@ This package contains the FFTW MPICH library compiled in double precision.
|
|
|
|
|
|
|
|
|
|
|
|
%package mpich-libs-single
|
|
|
|
%package mpich-libs-single
|
|
|
|
Summary: FFTW MPICH library, single precision
|
|
|
|
Summary: FFTW MPICH library, single precision
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-libs-single%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs-single%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description mpich-libs-single
|
|
|
|
%description mpich-libs-single
|
|
|
@ -175,6 +186,7 @@ This package contains the FFTW MPICH library compiled in single precision.
|
|
|
|
|
|
|
|
|
|
|
|
%package mpich-libs-long
|
|
|
|
%package mpich-libs-long
|
|
|
|
Summary: FFTW MPICH library, long double precision
|
|
|
|
Summary: FFTW MPICH library, long double precision
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-libs-long%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs-long%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description mpich-libs-long
|
|
|
|
%description mpich-libs-long
|
|
|
@ -183,6 +195,7 @@ precision.
|
|
|
|
|
|
|
|
|
|
|
|
%package mpich-static
|
|
|
|
%package mpich-static
|
|
|
|
Summary: Static versions of the FFTW MPICH libraries
|
|
|
|
Summary: Static versions of the FFTW MPICH libraries
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-mpich-devel%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-mpich-devel%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-static%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-static%{?_isa} = %{version}-%{release}
|
|
|
|
Provides: fftw3-mpich-static%{?_isa} = %{version}-%{release}
|
|
|
|
Provides: fftw3-mpich-static%{?_isa} = %{version}-%{release}
|
|
|
@ -196,6 +209,7 @@ the FFTW fast Fourier transform library for MPICh.
|
|
|
|
%if %{with openmpi}
|
|
|
|
%if %{with openmpi}
|
|
|
|
%package openmpi-libs
|
|
|
|
%package openmpi-libs
|
|
|
|
Summary: FFTW OpenMPI run-time library
|
|
|
|
Summary: FFTW OpenMPI run-time library
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Provides: fftw3-openmpi = %{version}-%{release}
|
|
|
|
Provides: fftw3-openmpi = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
# Pull in the actual libraries
|
|
|
|
# Pull in the actual libraries
|
|
|
@ -210,6 +224,7 @@ OpenMPI run-time libraries.
|
|
|
|
|
|
|
|
|
|
|
|
%package openmpi-devel
|
|
|
|
%package openmpi-devel
|
|
|
|
Summary: Headers, libraries and docs for the FFTW OpenMPI library
|
|
|
|
Summary: Headers, libraries and docs for the FFTW OpenMPI library
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: openmpi-devel
|
|
|
|
Requires: openmpi-devel
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
@ -227,6 +242,7 @@ develop programs using the FFTW fast Fourier transform library for OpenMPI.
|
|
|
|
|
|
|
|
|
|
|
|
%package openmpi-libs-double
|
|
|
|
%package openmpi-libs-double
|
|
|
|
Summary: FFTW OpenMPI library, double precision
|
|
|
|
Summary: FFTW OpenMPI library, double precision
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-libs-double%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs-double%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description openmpi-libs-double
|
|
|
|
%description openmpi-libs-double
|
|
|
@ -234,6 +250,7 @@ This package contains the FFTW OpenMPI library compiled in double precision.
|
|
|
|
|
|
|
|
|
|
|
|
%package openmpi-libs-single
|
|
|
|
%package openmpi-libs-single
|
|
|
|
Summary: FFTW OpenMPI library, single precision
|
|
|
|
Summary: FFTW OpenMPI library, single precision
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-libs-single%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs-single%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description openmpi-libs-single
|
|
|
|
%description openmpi-libs-single
|
|
|
@ -241,6 +258,7 @@ This package contains the FFTW OpenMPI library compiled in single precision.
|
|
|
|
|
|
|
|
|
|
|
|
%package openmpi-libs-long
|
|
|
|
%package openmpi-libs-long
|
|
|
|
Summary: FFTW OpenMPI library, long double precision
|
|
|
|
Summary: FFTW OpenMPI library, long double precision
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-libs-long%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs-long%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description openmpi-libs-long
|
|
|
|
%description openmpi-libs-long
|
|
|
@ -249,6 +267,7 @@ precision.
|
|
|
|
|
|
|
|
|
|
|
|
%package openmpi-static
|
|
|
|
%package openmpi-static
|
|
|
|
Summary: Static versions of the FFTW OpenMPI libraries
|
|
|
|
Summary: Static versions of the FFTW OpenMPI libraries
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-openmpi-devel%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-openmpi-devel%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-static%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-static%{?_isa} = %{version}-%{release}
|
|
|
|
Provides: fftw3-openmpi-static%{?_isa} = %{version}-%{release}
|
|
|
|
Provides: fftw3-openmpi-static%{?_isa} = %{version}-%{release}
|
|
|
@ -261,6 +280,7 @@ the FFTW fast Fourier transform library for MPICh.
|
|
|
|
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
%package doc
|
|
|
|
Summary: FFTW library manual
|
|
|
|
Summary: FFTW library manual
|
|
|
|
|
|
|
|
Group: Documentation
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
%description doc
|
|
|
@ -271,10 +291,6 @@ library.
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
# Explicitly load shell support for the environment-modules package, used
|
|
|
|
|
|
|
|
# below via 'module' pseudo-command.
|
|
|
|
|
|
|
|
source /etc/profile.d/modules.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Regenerate autoconf files using current tools so proper build flags
|
|
|
|
# Regenerate autoconf files using current tools so proper build flags
|
|
|
|
# from redhat-rpm-config are used
|
|
|
|
# from redhat-rpm-config are used
|
|
|
|
autoreconf -vfi
|
|
|
|
autoreconf -vfi
|
|
|
@ -362,10 +378,6 @@ done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
# Explicitly load shell support for the environment-modules package, used
|
|
|
|
|
|
|
|
# below via 'module' pseudo-command.
|
|
|
|
|
|
|
|
source /etc/profile.d/modules.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{quad}
|
|
|
|
%if %{quad}
|
|
|
|
for ver in single double long quad
|
|
|
|
for ver in single double long quad
|
|
|
|
%else
|
|
|
|
%else
|
|
|
@ -391,10 +403,6 @@ rm -f %{buildroot}%{_infodir}/dir
|
|
|
|
find %{buildroot} -name \*.la -delete
|
|
|
|
find %{buildroot} -name \*.la -delete
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
# Explicitly load shell support for the environment-modules package, used
|
|
|
|
|
|
|
|
# below via 'module' pseudo-command.
|
|
|
|
|
|
|
|
source /etc/profile.d/modules.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bdir=`pwd`
|
|
|
|
bdir=`pwd`
|
|
|
|
%if %{quad}
|
|
|
|
%if %{quad}
|
|
|
|
for ver in single double long quad
|
|
|
|
for ver in single double long quad
|
|
|
@ -413,6 +421,9 @@ done
|
|
|
|
export OMPI_MCA_btl="^vader"
|
|
|
|
export OMPI_MCA_btl="^vader"
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# disable tests on ppc64 and ppc64le for now
|
|
|
|
|
|
|
|
# https://github.com/FFTW/fftw3/issues/145
|
|
|
|
|
|
|
|
%ifnarch ppc64 ppc64le
|
|
|
|
for mpi in %{mpi_list}
|
|
|
|
for mpi in %{mpi_list}
|
|
|
|
do
|
|
|
|
do
|
|
|
|
module load mpi/${mpi}-%{_arch}
|
|
|
|
module load mpi/${mpi}-%{_arch}
|
|
|
@ -430,6 +441,15 @@ done
|
|
|
|
%if %{quad}
|
|
|
|
%if %{quad}
|
|
|
|
%ldconfig_scriptlets libs-quad
|
|
|
|
%ldconfig_scriptlets libs-quad
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post devel
|
|
|
|
|
|
|
|
/sbin/install-info --section="Math" %{_infodir}/%{name}.info.gz %{_infodir}/dir 2>/dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%preun devel
|
|
|
|
|
|
|
|
if [ "$1" = 0 ]; then
|
|
|
|
|
|
|
|
/sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir 2>/dev/null || :
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%{_mandir}/man1/fftw*.1*
|
|
|
|
%{_mandir}/man1/fftw*.1*
|
|
|
@ -471,8 +491,6 @@ done
|
|
|
|
%doc doc/FAQ/fftw-faq.html/
|
|
|
|
%doc doc/FAQ/fftw-faq.html/
|
|
|
|
%doc %{_infodir}/fftw3.info*
|
|
|
|
%doc %{_infodir}/fftw3.info*
|
|
|
|
%{_includedir}/fftw3*
|
|
|
|
%{_includedir}/fftw3*
|
|
|
|
%dir %{_libdir}/cmake/fftw3/
|
|
|
|
|
|
|
|
%{_libdir}/cmake/fftw3/*.cmake
|
|
|
|
|
|
|
|
%{_libdir}/pkgconfig/fftw3*.pc
|
|
|
|
%{_libdir}/pkgconfig/fftw3*.pc
|
|
|
|
%{_libdir}/libfftw3*.so
|
|
|
|
%{_libdir}/libfftw3*.so
|
|
|
|
|
|
|
|
|
|
|
@ -503,8 +521,6 @@ done
|
|
|
|
%files mpich-devel
|
|
|
|
%files mpich-devel
|
|
|
|
%doc doc/FAQ/fftw-faq.html/
|
|
|
|
%doc doc/FAQ/fftw-faq.html/
|
|
|
|
%{_includedir}/mpich-%{_arch}
|
|
|
|
%{_includedir}/mpich-%{_arch}
|
|
|
|
%dir %{_libdir}/mpich/lib/cmake/fftw3/
|
|
|
|
|
|
|
|
%{_libdir}/mpich/lib/cmake/fftw3/*.cmake
|
|
|
|
|
|
|
|
%{_libdir}/mpich/lib/pkgconfig/fftw3*.pc
|
|
|
|
%{_libdir}/mpich/lib/pkgconfig/fftw3*.pc
|
|
|
|
%{_libdir}/mpich/lib/libfftw3*.so
|
|
|
|
%{_libdir}/mpich/lib/libfftw3*.so
|
|
|
|
|
|
|
|
|
|
|
@ -533,8 +549,6 @@ done
|
|
|
|
%files openmpi-devel
|
|
|
|
%files openmpi-devel
|
|
|
|
%doc doc/FAQ/fftw-faq.html/
|
|
|
|
%doc doc/FAQ/fftw-faq.html/
|
|
|
|
%{_includedir}/openmpi-%{_arch}
|
|
|
|
%{_includedir}/openmpi-%{_arch}
|
|
|
|
%dir %{_libdir}/openmpi/lib/cmake/fftw3/
|
|
|
|
|
|
|
|
%{_libdir}/openmpi/lib/cmake/fftw3/*.cmake
|
|
|
|
|
|
|
|
%{_libdir}/openmpi/lib/pkgconfig/fftw3*.pc
|
|
|
|
%{_libdir}/openmpi/lib/pkgconfig/fftw3*.pc
|
|
|
|
%{_libdir}/openmpi/lib/libfftw3*.so
|
|
|
|
%{_libdir}/openmpi/lib/libfftw3*.so
|
|
|
|
|
|
|
|
|
|
|
@ -543,46 +557,8 @@ done
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.3.8-12
|
|
|
|
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 3.3.5-11
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 3.3.8-11
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.8-10
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.8-9
|
|
|
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.8-8
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.8-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.8-6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 7 2019 Tim Landscheidt <tim@tim-landscheidt.de> - 3.3.8-5
|
|
|
|
|
|
|
|
- Remove obsolete requirements for %%post/%%preun scriptlets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2019 Orion Poplawski <orion@nwra.com> - 3.3.8-4
|
|
|
|
|
|
|
|
- Rebuild for openmpi 3.1.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.8-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.8-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 11 2018 Conrad Meyer <cemeyer@uw.edu> - 3.3.8-1
|
|
|
|
|
|
|
|
- Update to latest upstream, 3.3.8 (rhbz# 1413425)
|
|
|
|
|
|
|
|
- Add missing BuildRequires on environment-modules, used in 43b91c1c ("Build
|
|
|
|
|
|
|
|
mpich and openmpi versions") without explicit BR dependency
|
|
|
|
|
|
|
|
- Add new cmake files to %%files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 18 2018 Merlin Mathesius <mmathesi@redhat.com> - 3.3.5-11
|
|
|
|
* Wed Apr 18 2018 Merlin Mathesius <mmathesi@redhat.com> - 3.3.5-11
|
|
|
|
- Regenerate autoconf files using current tools so proper build flags
|
|
|
|
- Regenerate autoconf files using current tools so proper build flags
|
|
|
|