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
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
Jitka Plesnikova
95dcd63c92
Revert "SWIG Test Rebuild"
...
This reverts commit fcd463d948
.
2015-02-24 16:15:56 +01:00
Jitka Plesnikova
fcd463d948
SWIG Test Rebuild
2015-02-24 15:35:08 +01:00
Orion Poplawski
5873af2f8d
Update to 0.14.1
2015-01-04 11:08:24 -07:00
Kevin Fenzi
91f6f57a2a
Rebuild for rpm bug 1131892
2014-08-20 17:31:15 -06:00
Peter Robinson
31201f9df7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2014-08-18 01:41:09 +00:00
Dennis Gilmore
331d60bd97
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-06-08 00:57:31 -05:00
Orion Poplawski
dcc6bb8251
Rebuild with Python 3.4
2014-05-10 20:32:09 -06:00
Orion Poplawski
b51885ba54
Update to 0.14
...
- Do not use system python-six (bug #1046817 )
2014-05-06 08:54:45 -06:00
Thomas Spura
17734bb24b
Actually use the proper __python? macros
2014-02-20 11:40:56 +01:00
Thomas Spura
76638c401e
use python2 macros everywhere (Requested by Han Boetes)
2014-02-20 11:30:15 +01:00
Thomas Spura
4efd573255
Update to 0.13.3
2014-02-04 15:01:31 +01:00
Orion Poplawski
9b629baeb9
Update to 0.13.2
2013-12-09 09:08:46 -07:00
Nils Philippsen
77ee388800
rebuild (suitesparse)
2013-12-06 10:38:42 +01:00
Orion Poplawski
5c2f06c5bd
Update to 0.13.1
2013-11-17 13:24:52 -07:00
Tomas Tomecek
e4dd00140d
update to 0.13.0 final
2013-10-23 09:54:33 +02:00
Tomas Tomecek
1841cbdf01
fix malformed changelog entry
2013-10-23 09:53:40 +02:00
Orion Poplawski
24b28cfd3a
Update to 0.13.0rc1
2013-10-15 16:43:42 -06:00
Tomas Tomecek
bc63288290
Rebuild with atlas 3.10
2013-10-01 16:17:10 +02:00
Orion Poplawski
4ae597be53
Unbundle python-six (bug #1005350 )
2013-09-10 09:32:30 -06:00
Orion Poplawski
744eba3525
- Update to 0.13.0b1
...
- Drop patches applied upstream
- Fixup changelog and summary
2013-08-29 12:19:23 -06:00
Dennis Gilmore
73b75412df
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-08-04 08:49:44 -05:00
Tomas Tomecek
a4411919fe
Add patch to use build_dir arg.
...
weave: use argument build_dir in function build_extension
2013-07-30 13:40:40 +02:00
Tomas Tomecek
ebed38b9cd
License update.
...
BSD -- whole package except:
Boost -- scipy/special/cephes/scipy_iv.c
Public Domain -- scipy/odr/__odrpack.c
2013-07-30 13:39:21 +02:00
Tomas Tomecek
8f15b9cef8
Fix rpmlint warnings.
...
There were some incorrect days in changelog:
Fri Jul 31 2010 -> Sat Jul 31 2010
Mon Apr 11 2010 -> Sun Apr 11 2010
2013-07-30 13:32:17 +02:00
Tomas Tomecek
a5f59efebd
Remove whitespace from end of lines.
2013-07-29 09:48:03 +02:00
Orion Poplawski
31c9813094
Spec cleanup
2013-05-15 19:41:07 -06:00
Orion Poplawski
37b1fd0ac4
Remove old fedora conditional
2013-05-15 19:39:19 -06:00
Orion Poplawski
019d6dcd99
Remove old ufsparse references, use suitesparse
2013-05-15 19:38:00 -06:00
Orion Poplawski
db1d7ef062
Add patch to fix segfaul in test of sgeqrf
2013-04-15 17:42:13 -06:00
Orion Poplawski
e2c5ca9e08
- Update to 0.12.0 final
...
- No longer remove weave from python3 build
2013-04-10 11:12:26 -06:00
Orion Poplawski
5ad567d7ee
Drop weave from python3 for now
2013-02-16 22:24:37 -07:00
Orion Poplawski
e451a6b988
Update to 0.12.0b1
...
Drop upstreamed linalg patch
2013-02-16 21:02:32 -07:00
Orion Poplawski
86c67932b9
Add patch from upstream to fix python3.3 issues in linalg routines
2013-02-13 21:28:10 -07:00
Orion Poplawski
aec9c686b5
Disable python3 tests for now
2013-02-12 22:12:56 -07:00
Orion Poplawski
b7b47ac0f0
Add requires python3-numpy, python3-f2py for python3-scipy (bug 863755)
2012-10-08 13:37:18 -06:00
Orion Poplawski
e1be8b80d5
Update to 0.11.0 final
2012-09-30 19:47:25 -06:00
Orion Poplawski
cb69bd06f0
Update to 0.11.0rc2
2012-08-23 10:41:29 -06:00
Orion Poplawski
e6c765d642
Rebuild for python 3.3
2012-08-06 09:56:27 -06:00
David Malcolm
6b9083af7b
fix typo in conditional
2012-08-03 12:35:05 -04:00
David Malcolm
9c928fe078
remove rhel logic from with_python3 conditional
2012-08-03 12:31:33 -04:00
Dennis Gilmore
efc71de7f4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-21 14:07:48 -05:00
Orion Poplawski
6f9862fdac
Update to 0.10.1
2012-03-16 15:55:16 -06:00
Dennis Gilmore
6d72b80f05
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2012-01-13 21:40:17 -06:00
Orion Poplawski
091f260f01
Update to 0.10.0
2011-11-14 11:22:35 -07:00
Thomas Spura
1954540f50
* changes by Thomas Spura:
...
- little cosmetic changes
- filter provides in python_sitearch
* changes by Andrew McNabb
- add python3 subpackage
2011-09-09 09:52:10 +02:00
Orion Poplawski
50c7e098db
Update to 0.9.0
...
Drop all stsci sources and patches, dropped from upstream
Drop gcc and py27 patches fixed upstream
Add %check section to run tests
2011-04-01 10:17:52 -06:00
Dennis Gilmore
7f7243164d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-02-09 06:22:05 -06:00
Toshio Kuratomi
617a6d6ca1
Fix scipy build
2010-07-31 11:59:56 -04:00
dmalcolm
cc9bd4735b
- Rebuilt for
...
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-22 06:27:16 +00:00
Jef Spaleta
4e33955ab8
- New upstream release
2010-07-01 21:47:19 +00:00
Jef Spaleta
f1fe393adc
- Bump for rebuild against numpy 1.3
2010-04-13 04:34:23 +00:00
Jef Spaleta
0df300c16e
- Bump for rebuild against numpy 1.4.0
2010-04-01 22:56:49 +00:00
Jon Ciesla
1ac1354f50
Update to 0.7.1.
2009-12-11 16:43:13 +00:00
Jesse Keating
c64752573a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-07-27 03:58:20 +00:00
Jef Spaleta
0453f820e4
- Fix for gcc34 weave blitz bug #505379
2009-06-14 23:12:38 +00:00
Jef Spaleta
939fe3da41
- Fix for gcc34 weave blitz bug #505379
2009-06-14 23:06:57 +00:00