Define Hypre libraries

This commit is contained in:
sagitter 2017-11-15 21:21:54 +01:00
parent cad9e21501
commit a197b37daf

View File

@ -492,17 +492,20 @@ export LIBSUPERLUMTLINK=-lsuperlumt_d
export LIBSUPERLUMTLINK=
%endif
## Hypre
%if 0%{?fedora}
%ifnarch s390x
%if 0%{?with_hypre}
%if 0%{?el6}
%ifarch ppc64
export LIBHYPRELINK=
%else
export LIBHYPRELINK="-L$MPI_LIB -lHYPRE"
%endif
%else
%endif
%endif
%if 0%{?el6}
%ifnarch ppc64
%if 0%{?with_hypre}
export LIBHYPRELINK="-L$MPI_LIB -lHYPRE"
%endif
%endif
%endif
##
%if %{with debug}