Exclude aarch64 on fedora < 25
This commit is contained in:
parent
c84e1ee774
commit
74f2a99074
13
petsc.spec
13
petsc.spec
@ -33,9 +33,13 @@
|
|||||||
%bcond_without openmpi
|
%bcond_without openmpi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# We are using blas/lapack on s390x architectures only
|
## blas is not available on fedora 24
|
||||||
# since openblas is not provided
|
%if 0%{?fedora} < 25
|
||||||
|
ExcludeArch: aarch64
|
||||||
|
%endif
|
||||||
|
|
||||||
%bcond_without blas
|
%bcond_without blas
|
||||||
|
|
||||||
#
|
#
|
||||||
## PETSC looks incompatible with serial MUMPS
|
## PETSC looks incompatible with serial MUMPS
|
||||||
%bcond_with mumps_serial
|
%bcond_with mumps_serial
|
||||||
@ -126,7 +130,7 @@
|
|||||||
Name: petsc
|
Name: petsc
|
||||||
Summary: Portable Extensible Toolkit for Scientific Computation
|
Summary: Portable Extensible Toolkit for Scientific Computation
|
||||||
Version: 3.7.5
|
Version: 3.7.5
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://www.mcs.anl.gov/petsc
|
URL: https://www.mcs.anl.gov/petsc
|
||||||
Source0: http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-%{version}.tar.gz
|
Source0: http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-%{version}.tar.gz
|
||||||
@ -879,6 +883,9 @@ make -C buildmpich_dir test
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 09 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.7.5-4
|
||||||
|
- Exclude aarch64 on fedora < 25
|
||||||
|
|
||||||
* Sat Mar 25 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.7.5-3
|
* Sat Mar 25 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.7.5-3
|
||||||
- Rebuild for MUMPS-5.1.1
|
- Rebuild for MUMPS-5.1.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user