Commit Graph

179 Commits

Author SHA1 Message Date
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
Christian Dersch da5496b1f9 new version (0.19.1) 2017-06-27 11:33:22 +02:00
Christian Dersch 76d012b321 new version (0.19.0) 2017-06-07 13:56:47 +02:00
Zbigniew Jędrzejewski-Szmek 45bf650856 Rebuild for libgfortran.so.3 2017-01-31 10:40:36 -05:00
Charalampos Stratakis ba99478fc6 Rebuild for Python 3.6 2016-12-13 01:24:38 +01:00
Than Ngo 71b9eae69b update source 2016-07-28 16:53:48 +02:00
Than Ngo 8451813298 - 0.18.0
- %%check: make non-fatal as temporary workaround for scipy build on arm
2016-07-28 16:52:58 +02:00
Fedora Release Engineering 31c3835604 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 12:35:22 +00:00
Nils Philippsen c76585c7ca fix source URL 2016-05-31 13:30:20 +02:00
Orion Poplawski 4cadcb8b14 Update to 0.17.0
- Drop ctypes patch applied upstream
2016-02-15 16:26:41 -07:00
Fedora Release Engineering c455ea8dfd - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 23:44:07 +00:00
Robert Kuska c7c5da3cf8 Revert "Disable tests on arm"
This reverts commit 8aa891e674.
2015-11-23 14:21:00 +01:00
Björn Esser 8aa891e674 Disable tests on arm 2015-11-23 08:59:53 +01:00
Kalev Lember 18ceb44c58 Add provides to satisfy scipy%{_isa} requires in other packages 2015-11-21 12:56:29 +01:00
Björn Esser ddba47081d Revert "Discard results of testsuite on %%{arm} for now"
This reverts commit 710e508b37.
2015-11-14 19:03:05 -05:00
Björn Esser 710e508b37 Discard results of testsuite on %%{arm} for now
Segfaults on non-aligned memory test (expected for arm)
2015-11-14 12:56:07 -05:00
Thomas Spura 00f3bf430f Bump release to match changelog 2015-11-14 17:45:22 +01:00
Thomas Spura 70915da16b Add FFLAGS also in %%install 2015-11-14 17:08:21 +01:00
Thomas Spura a8274e72b2 Move requires to correct python2 subpackage 2015-11-14 13:09:48 +01:00
Thomas Spura cedb64bec2 Add some spaces to make spec more readable 2015-11-14 13:07:32 +01:00
Thomas Spura f7432686a4 Add upstream patch to fix ctypes test 2015-11-14 13:05:41 +01:00
Peter Robinson d8479b3994 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 2015-11-10 18:06:57 +00:00
Orion Poplawski 96711f1bd3 Drop %epoch from provides 2015-10-26 13:18:56 -06:00
Orion Poplawski 51297cd8c7 Update to 0.16.1 2015-10-26 10:33:43 -06:00
Thomas Spura d73d1a8ede Add fortran flags 2015-10-14 22:02:51 +02:00
Thomas Spura 7283e39887 Use python_provide macro 2015-10-14 20:21:01 +02:00
Thomas Spura 6261a33ce8 Update to 0.16.0 2015-10-14 20:16:32 +02:00
Dennis Gilmore b734e1ae99 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 00:28:25 +00:00
Orion Poplawski 9b671c4026 Update to 0.15.1 2015-03-31 20:52:56 -06:00