Fix gcc-gfortran dependencies
This commit is contained in:
parent
869c105c82
commit
d0a20eb9e3
@ -337,7 +337,6 @@ BuildRequires: hdf5-devel
|
|||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
BuildRequires: tcsh
|
BuildRequires: tcsh
|
||||||
BuildRequires: xorg-x11-server-Xvfb
|
BuildRequires: xorg-x11-server-Xvfb
|
||||||
Requires: gcc-gfortran%{?_isa}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
PETSc, pronounced PET-see (the S is silent), is a suite of data structures
|
PETSc, pronounced PET-see (the S is silent), is a suite of data structures
|
||||||
@ -352,6 +351,7 @@ Requires: pkgconfig%{?_isa}
|
|||||||
%else
|
%else
|
||||||
Requires: pkgconf-pkg-config%{?_isa}
|
Requires: pkgconf-pkg-config%{?_isa}
|
||||||
%endif
|
%endif
|
||||||
|
Requires: gcc-gfortran%{?_isa}
|
||||||
%description devel
|
%description devel
|
||||||
Portable Extensible Toolkit for Scientific Computation (developer files).
|
Portable Extensible Toolkit for Scientific Computation (developer files).
|
||||||
|
|
||||||
@ -369,7 +369,6 @@ Summary: Portable Extensible Toolkit for Scientific Computation (64bit INTEGER)
|
|||||||
%if %{with metis64}
|
%if %{with metis64}
|
||||||
BuildRequires: metis64-devel >= 5.1.0
|
BuildRequires: metis64-devel >= 5.1.0
|
||||||
%endif
|
%endif
|
||||||
Requires: gcc-gfortran%{?_isa}
|
|
||||||
|
|
||||||
%description -n petsc64
|
%description -n petsc64
|
||||||
PETSc, pronounced PET-see (the S is silent), is a suite of data structures
|
PETSc, pronounced PET-see (the S is silent), is a suite of data structures
|
||||||
@ -429,7 +428,6 @@ BuildRequires: fftw-openmpi-devel
|
|||||||
%if %{with hypre}
|
%if %{with hypre}
|
||||||
BuildRequires: hypre-openmpi-devel
|
BuildRequires: hypre-openmpi-devel
|
||||||
%endif
|
%endif
|
||||||
Requires: gcc-gfortran%{?_isa}
|
|
||||||
|
|
||||||
%description openmpi
|
%description openmpi
|
||||||
PETSc, pronounced PET-see (the S is silent), is a suite of data structures
|
PETSc, pronounced PET-see (the S is silent), is a suite of data structures
|
||||||
@ -538,7 +536,6 @@ BuildRequires: hypre-mpich-devel
|
|||||||
BuildRequires: fftw-devel
|
BuildRequires: fftw-devel
|
||||||
BuildRequires: fftw-mpich-devel
|
BuildRequires: fftw-mpich-devel
|
||||||
%endif
|
%endif
|
||||||
Requires: gcc-gfortran%{?_isa}
|
|
||||||
Requires: mpich%{?_isa} = 0:%{mpichversion}
|
Requires: mpich%{?_isa} = 0:%{mpichversion}
|
||||||
|
|
||||||
%description mpich
|
%description mpich
|
||||||
|
Loading…
Reference in New Issue
Block a user