Nikola Forró
803fd0655e
New upstream release 1.5.2
...
- resolves : #1853871 and #1840077
2020-09-30 15:34:25 +02:00
Iñaki Úcar
de8cee97b4
https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager
2020-08-19 17:34:00 +02:00
Fedora Release Engineering
f9718c404a
- Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-08-01 08:57:42 +00:00
Fedora Release Engineering
3d2d3e1fed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 10:23:12 +00:00
Elliott Sales de Andrade
8b264e22b8
Update to latest version.
2020-06-24 22:43:42 +00:00
Elliott Sales de Andrade
77fd7b5f42
Use pytest macro.
2020-06-24 22:43:42 +00:00
Troy Dawson
87b7e4491e
Minor conditional tweak for ELN
...
Signed-off-by: Troy Dawson tdawson@redhat.com
2020-06-24 21:25:50 +00:00
Miro Hrončok
3b286e1db7
Desperate times call for desperate measures
2020-05-26 01:03:22 +02:00
Miro Hrončok
8bfea1df6b
Rebuilt for Python 3.9
2020-05-25 21:59:38 +02:00
Orion Poplawski
5b99b78e2c
Update to 1.4.1 (bz#1771154)
...
Workaround FTBFS with gcc 10 (bz#1800078)
2020-03-01 14:01:01 -07:00
Fedora Release Engineering
9c18ea8292
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 23:01:42 +00:00
Miro Hrončok
6ac9ed170a
acceptable_failure_rate.patch: Don't use pytest private API
...
The private API used here was removed in pytest 5.
There is a public API now, pytest.ExitCode.TESTS_FAILED,
however that is not yet available in pytest 4.
We hardcode the value 1 instead, it is unlikely to be changed.
Once pytest 4 is gone, we can switch to the new API.
See https://github.com/pytest-dev/pytest/issues/5125
2020-01-02 16:22:28 +01:00
Miro Hrončok
567bfb565c
Drop bogus subpackage license
2019-11-26 10:40:12 +01:00
Miro Hrončok
e73966d9bf
1.3.1 sources
2019-11-09 00:18:57 +01:00
Lumir Balhar
0516e73d2e
Add patch to bugfix cKDTree
2019-11-07 13:54:51 +01:00
Miro Hrončok
70ed1cdf04
Update to 1.3.1, drop Py2 packages (not supported)
...
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1674101
2019-10-18 14:29:03 +02:00
Miro Hrončok
76ca11c616
Rebuilt for Python 3.8.0rc1 ( #1748018 )
2019-10-03 14:38:30 +02:00
Miro Hrončok
b2dc08c359
Deselect TestIQR.test_scale on Python 3
2019-08-19 20:00:40 +02:00
Miro Hrončok
0d2dfdebae
Rebuilt for Python 3.8
2019-08-19 11:05:33 +02:00
Petr Viktorin
a36526471b
Enable parallel tests in Python 3 %%check
...
Also, use macros for the Python interpreter in tests.
`python -m pytest` is more robust than `pytest` in ensuring
the tests run with correct interpreter.
2019-07-30 14:10:01 +02:00
Petr Viktorin
bf2f2311a1
Remove build dependency on python2-pytest-xdist and python2-pytest-timeout
2019-07-30 14:10:01 +02:00
Fedora Release Engineering
5dd1dba41f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 22:54:43 +00:00
Zbigniew Jędrzejewski-Szmek
33637a11cb
Remove trailing comments that rpm-4.15 doesn't like
2019-07-12 15:14:03 +02:00
Zbigniew Jędrzejewski-Szmek
a07631500b
Remove duplicate %descriptions
2019-07-12 15:12:53 +02:00
Marcel Plch
180d9017e2
Fix FTBFS with Py3.8
2019-07-04 16:55:38 +02:00
Orion Poplawski
0bf871d600
Build only against openblasp (bugz#1709161)
2019-05-16 20:07:02 -06:00
Orion Poplawski
1d12442e10
Do not create *-PYTEST.pyc files
2019-04-26 21:10:08 -06:00
Orion Poplawski
32c93448e8
Update to 1.2.1
...
Drop scipy2-doc
2019-04-23 21:28:06 -06:00
Charalampos Stratakis
98a80e211d
Update to 1.2.0
2019-02-07 00:43:31 +01:00
Fedora Release Engineering
b491c27147
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 14:57:51 +00:00
Igor Gnatenko
4b0880421d
Remove obsolete Group tag
...
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:49 +01:00
Fedora Release Engineering
36f81adb49
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 05:50:34 +00:00
Miro Hrončok
2b99813d54
Don't ignore the tests results but rather have a tolerance rate
...
Historically, we ignored the test results as we don't have the
manpower to investigate the failures on various architectures.
Since most of the test pass, I've added a 1% failure tolerance
on everything except x86_64, so we do no longer need to ignore the
results. This makes it easier to spat that it's no longer a couple
test that fails on some random architecture but rather a more
severe problem.
In the process I had to disable test_decomp on ppc64le, because it
segfaults.
2018-06-23 23:00:13 +02:00
Miro Hrončok
33f8ec88d1
Only build scipy once (per Python)
...
The build_sphinx setup.py command previously used to build the docs
calls build_ext --inplace internally. That's one build.
Later the install command was called and that calls build as well.
Inplace and non-inplace builds happen separately.
By first explicitly building with build and then invoking sphinx
trough the Makefile, we can use install --skip-build (%pyX_install).
Explicit call to sphinx also removes the need to remove conf.py
from bundled projects.
This also saves us setting the build flags in %install, which was
previously only needed because of the build happening there.
While doing this, I've also switched the build section to build for
for Python 3 and Python 2 in a loop to make the specfile DRY.
2018-06-23 11:17:32 +02:00
Miro Hrončok
c1994df3a0
Update to 1.1.0 ( #1560265 , #1594355 )
2018-06-23 05:06:19 +02:00
Miro Hrončok
1a96b4ae2f
Rebuilt for Python 3.7
2018-06-19 11:27:15 +02:00
Fedora Release Engineering
a9751d7ccc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 16:18:18 +00:00
Antonio Trande
14a650a68a
Link with -lm to build with new stricter Fedora flags
2018-02-02 15:46:31 +01:00
Christian Dersch
23c4ce0904
rebuilt for GCC 8.x (gfortran soname bump)
2018-01-31 14:00:40 +01:00
Lumir Balhar
dd19a3061b
Disable tests on s390x
2017-12-16 18:19:54 +01:00
Lumir Balhar
dc3fd840b8
New subpackages with HTML documentation
2017-11-21 23:05:46 +01:00
Christian Dersch
4e4627bca5
Disable parallel test execution, OpenBLAS related fixes
2017-10-31 23:42:42 +01:00
Thomas Spura
c6f0b45631
Use timeout during parallel %%check
2017-10-29 04:05:25 +01:00
Thomas Spura
e5a2f382bb
update to 1.0.0 and use pytest instead of nose
2017-10-26 19:04:11 +02:00
Christian Dersch
ebde6f766b
fix openblas library path
2017-10-04 20:00:36 +02:00
Christian Dersch
f274f16327
use atlas on ppc64
2017-10-04 18:53:26 +02:00
Christian Dersch
dc61a2567a
Use openblas where available, to use same as numpy (BZ 1472318)
2017-10-04 12:57:40 +02:00
Fedora Release Engineering
69c9877242
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2017-08-03 08:14:11 +00:00
Fedora Release Engineering
0c4a65d090
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-07-27 18:17:29 +00:00
Igor Gnatenko
4711749435
Rebuild due to bug in RPM (RHBZ #1468476 )
...
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-07-07 13:11:40 +02:00