Replace whole repo with latest content from branch stream-1.5.4-rhel-8.8.0
Content corresponds with RHEL dist-git commit 12866bf
This commit is contained in:
parent
0843124688
commit
10d1abef12
@ -1 +0,0 @@
|
|||||||
1
|
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/scipy-1.5.4.tar.gz
|
|
||||||
/scipy-1.5.4.tar.gz
|
/scipy-1.5.4.tar.gz
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-9
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
|
11
plans.fmf
11
plans.fmf
@ -1,11 +0,0 @@
|
|||||||
discover:
|
|
||||||
- name: Smoke-tests
|
|
||||||
how: shell
|
|
||||||
tests:
|
|
||||||
- name: python-import-test
|
|
||||||
test: python3 -c 'import scipy'
|
|
||||||
require:
|
|
||||||
- python3-scipy
|
|
||||||
duration: 1m
|
|
||||||
execute:
|
|
||||||
how: tmt
|
|
@ -1,7 +1,6 @@
|
|||||||
# without means enabled
|
# without means enabled
|
||||||
%bcond_with doc
|
%bcond_with doc
|
||||||
# RHEL8: Tests disabled due to missing dependencies
|
%bcond_without tests
|
||||||
%bcond_with tests
|
|
||||||
|
|
||||||
# Set to pre-release version suffix if building pre-release, else %%{nil}
|
# Set to pre-release version suffix if building pre-release, else %%{nil}
|
||||||
%global rcver %{nil}
|
%global rcver %{nil}
|
||||||
@ -44,8 +43,6 @@ BuildRequires: python%{python3_pkgversion}-setuptools
|
|||||||
BuildRequires: python%{python3_pkgversion}-Cython
|
BuildRequires: python%{python3_pkgversion}-Cython
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: python%{python3_pkgversion}-pytest
|
BuildRequires: python%{python3_pkgversion}-pytest
|
||||||
BuildRequires: python%{python3_pkgversion}-pytest-xdist
|
|
||||||
BuildRequires: python%{python3_pkgversion}-pytest-timeout
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with doc}
|
%if %{with doc}
|
||||||
@ -158,7 +155,7 @@ export PYTEST_ADDOPTS="-k '\
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
pushd %{buildroot}/%{python3_sitearch}
|
pushd %{buildroot}/%{python3_sitearch}
|
||||||
%{pytest} --timeout=500 scipy --numprocesses=auto
|
%{pytest} scipy
|
||||||
# Remove test remnants
|
# Remove test remnants
|
||||||
rm -rf gram{A,B}
|
rm -rf gram{A,B}
|
||||||
popd
|
popd
|
||||||
@ -201,7 +198,7 @@ popd
|
|||||||
|
|
||||||
* Mon Aug 31 2020 Nikola Forró <nforro@redhat.com> - 1.5.2-1
|
* Mon Aug 31 2020 Nikola Forró <nforro@redhat.com> - 1.5.2-1
|
||||||
- New upstream release 1.5.2
|
- New upstream release 1.5.2
|
||||||
resolves: #1853871 and #1840077
|
resolves: #1853871 and 1840077
|
||||||
|
|
||||||
* Sun Aug 16 2020 Iñaki Úcar <iucar@fedoraproject.org> - 1.5.0-4
|
* Sun Aug 16 2020 Iñaki Úcar <iucar@fedoraproject.org> - 1.5.0-4
|
||||||
- https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager
|
- https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager
|
||||||
|
Loading…
Reference in New Issue
Block a user