Minor conditional fix for ELN

Stick to cmake in-source building

Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
epel9
Merlin Mathesius 5 years ago
parent 398a9f35e9
commit 4c679e0930

@ -1,3 +1,4 @@
%global __cmake_in_source_build 1
%global genname superlu %global genname superlu
%global libver 5 %global libver 5
@ -20,7 +21,7 @@ BuildRequires: openblas-devel, openblas-srpm-macros
BuildRequires: blas-devel BuildRequires: blas-devel
%endif %endif
BuildRequires: atlas-devel, gcc BuildRequires: atlas-devel, gcc
%if 0%{?rhel} %if 0%{?epel}
BuildRequires: epel-rpm-macros BuildRequires: epel-rpm-macros
%endif %endif
BuildRequires: cmake3 BuildRequires: cmake3
@ -112,6 +113,10 @@ popd
%doc DOC %doc DOC
%changelog %changelog
* Tue Jul 21 2020 Merlin Mathesius <mmathesi@redhat.com> - 5.2.1-10
- Minor conditional fix for ELN
- Stick to cmake in-source building
* Sun Apr 19 2020 Antonio Trande <sagitter@fedoraproject.org> - 5.2.1-10 * Sun Apr 19 2020 Antonio Trande <sagitter@fedoraproject.org> - 5.2.1-10
- Doc sub-package provides its own license file - Doc sub-package provides its own license file

Loading…
Cancel
Save