diff --git a/hypre.spec b/hypre.spec index e9d1b50..495be27 100644 --- a/hypre.spec +++ b/hypre.spec @@ -2,20 +2,8 @@ # Copyright (c) 2018 Dave Love, University of Manchester # MIT licence, per Fedora policy -%if 0%{?el6} -%ifarch ppc64 -%bcond_with mpich -%else -%bcond_without mpich -%endif -%else -%bcond_without mpich -%endif - -%if 0%{?fedora} %bcond_without openmpi %bcond_without mpich -%endif %bcond_with check @@ -161,14 +149,9 @@ cp -a src mpich %global lalibs --with-blas-libs=openblas --with-lapack-libs=openblas \\\ --with-blas-lib-dirs=%_libdir --with-lapack-lib-dirs=%_libdir %else -%if 0%{?el6} -%global lalibs --with-blas-libs=-f77blas --with-lapack-libs=llapack \\\ - --with-blas-lib-dirs=%_libdir/atlas --with-lapack-lib-dirs=%_libdir/atlas -%else %global lalibs --with-blas-libs=satlas --with-lapack-libs=satlas \\\ --with-blas-lib-dirs=%_libdir/atlas --with-lapack-lib-dirs=%_libdir/atlas %endif -%endif pushd src # -O3 seems like a good idea for vectorization, at least. We need LIBS to