Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/eigen3.git#6ff2d079e7e9be93018484ca45361007ecff6715
This commit is contained in:
parent
cbf51d37bc
commit
d11cbb4742
13
eigen3.spec
13
eigen3.spec
@ -16,9 +16,15 @@
|
||||
%global blaslib openblas
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel} >= 8
|
||||
%bcond_with qt
|
||||
%else
|
||||
%bcond_without qt
|
||||
%endif
|
||||
|
||||
Name: eigen3
|
||||
Version: 3.3.9
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A lightweight C++ template library for vector and matrix math
|
||||
|
||||
License: MPLv2.0 and LGPLv2+ and BSD
|
||||
@ -39,7 +45,9 @@ BuildRequires: sparsehash-devel
|
||||
BuildRequires: suitesparse-devel
|
||||
BuildRequires: gcc-gfortran
|
||||
BuildRequires: SuperLU-devel
|
||||
%if %{with qt}
|
||||
BuildRequires: qt-devel
|
||||
%endif
|
||||
BuildRequires: scotch-devel
|
||||
BuildRequires: metis-devel
|
||||
|
||||
@ -116,6 +124,9 @@ rm -f %{_vpath_builddir}/doc/html/unsupported/installdox
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 19 2021 Jan Grulich <jgrulich@redhat.com> - 3.3.9-3
|
||||
- Drop qt dependency on RHEL 8 and higher
|
||||
|
||||
* Tue Jan 19 2021 Sandro Mani <manisandro@gmail.com> - 3.3.9-2
|
||||
- Backport fix for conflicting declarations of log1p
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user