Commit Graph

18 Commits

Author SHA256 Message Date
3967bac754 Accepting request 988213 from home:bnavigator:branches:devel:languages:python:numeric
- Restore finding correctly flavored f2py during build

OBS-URL: https://build.opensuse.org/request/show/988213
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-slycot?expand=0&rev=38
2022-07-10 21:55:20 +00:00
9064773685 Accepting request 988018 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 0.5.0
  * We've switched our Fortran SLICOT base from the older,
    GPL-licensed version 5.0 to the now BSD-licensed version of
    SLICOT hosted on Github. This specific version of Slycot is
    based on SLICOT v5.8.
  * Slycot itself remains GPL-licensed for the time being.
  * We've added a wrapper for SLICOT AB13MD (#171), which computes
    the upper bound for the structured singular value of a system
    and given uncertainty structure.
  * SB03OD used to raise an error if the Schur factor supplied in
    array A was unstable; now, a warning is raised, and the
    eigenvalues are still returned (via #176, which updates to
    SLICOT v5.8).
  * MB03RD correctly handles X=None, the default (#139).
  * In SB03MD, the LDWORK value computed for discrete-time case was
    corrected (#166).
  * AG08BD testing was made more numerically robust.
  * A test for XERBLA behaviour was fixed.
- Switch to PEP517 build

OBS-URL: https://build.opensuse.org/request/show/988018
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-slycot?expand=0&rev=36
2022-07-09 15:21:41 +00:00
f9ac3d725b - Use the correct alternative for f2py during build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-slycot?expand=0&rev=35
2021-10-28 20:26:54 +00:00
99463386f5 Accepting request 863948 from home:bnavigator:branches:devel:languages:python:numeric
- Skip python36 because of SciPy 1.6.0
- remove pytest_arch PYTHONPATH workaround, fixed in python-rpm-macros

OBS-URL: https://build.opensuse.org/request/show/863948
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-slycot?expand=0&rev=33
2021-01-18 08:06:58 +00:00
92298e90fd Accepting request 817897 from home:bnavigator:branches:devel:languages:python:numeric
- Remove the ppc workaround and skip the failing test entirely.
- Remove openblas configuration; link to Generic implementation.
  This lets update-alternatives select the implementation at runtime.
  Optimized packages are pulled in by numpy-devel and scipy.

OBS-URL: https://build.opensuse.org/request/show/817897
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-slycot?expand=0&rev=31
2020-06-30 14:15:48 +00:00
b93810c6a8 Accepting request 817305 from home:bnavigator:branches:devel:languages:python:numeric
- break test loop before test matrices are too ill-conditioned for
  the ppc architecture

- remove python2 support: there is no python2-scikit-build

- requires cmake >= 3.11 (no leap 15.1)

OBS-URL: https://build.opensuse.org/request/show/817305
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-slycot?expand=0&rev=29
2020-06-26 18:01:18 +00:00
db38e0b52d - Update to version 0.4.0.0
- switch testing to pytest
- some new tests require scipy
- remove obsolete patches fix-test-sg03ad.patch and fix-test-td04ad.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-slycot?expand=0&rev=27
2020-05-30 14:17:42 +00:00
18a2a32b0d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-slycot?expand=0&rev=24 2020-04-20 08:27:58 +00:00
f26174b1bd Accepting request 791979 from home:bnavigator:branches:devel:languages:python:numeric
- let the updated scikit-build do the f2py detection

OBS-URL: https://build.opensuse.org/request/show/791979
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-slycot?expand=0&rev=21
2020-04-07 12:26:28 +00:00
564cb39ad7 - update the f2py detection. The numpy package removed /usr/bin/f2py3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-slycot?expand=0&rev=20
2020-04-07 11:12:35 +00:00
f96ce4e5ff Accepting request 753975 from home:bnavigator:branches:devel:languages:python:numeric
- mirror blas/lapack/openblas requirements from numpy-devel depending
  on architecture and force CMake to find it.
- reduce the required precision in the sg03ad test so that 
  powerpc passes

OBS-URL: https://build.opensuse.org/request/show/753975
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-slycot?expand=0&rev=18
2019-12-04 12:30:42 +00:00
Tomáš Chvátal
3c47184605 - Update fix-test-sg03ad.patch once more again
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-slycot?expand=0&rev=16
2019-12-03 14:18:56 +00:00
0708d757e0 mention the patches so the bot is satisified
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-slycot?expand=0&rev=12
2019-11-08 15:32:06 +00:00
67645550ec Accepting request 746641 from home:bnavigator:branches:devel:languages:python:numeric
- fix td04ad ans sg03ad unittests to pass on all architectures

OBS-URL: https://build.opensuse.org/request/show/746641
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-slycot?expand=0&rev=11
2019-11-08 14:50:54 +00:00
3248823aed Accepting request 732527 from home:bnavigator:branches:devel:languages:python:numeric
- Make sure the correct F2PY flavor is executed
- Enforce Unix Makefile generator for CMake

OBS-URL: https://build.opensuse.org/request/show/732527
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-slycot?expand=0&rev=6
2019-09-22 17:32:07 +00:00
89b95e743a Accepting request 713887 from home:jengelh:branches:devel:languages:python:numeric
- Avoid name repetition in summary.

OBS-URL: https://build.opensuse.org/request/show/713887
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-slycot?expand=0&rev=4
2019-07-08 08:20:45 +00:00
Tomáš Chvátal
c6fadf7a5e Accepting request 713579 from home:bmwiedemann:branches:devel:languages:python:numeric
Do not write unreproducible .pyc files for test code to make the package build reproducible (boo#1047218)

OBS-URL: https://build.opensuse.org/request/show/713579
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-slycot?expand=0&rev=3
2019-07-05 09:46:58 +00:00
69871fc549 Accepting request 712139 from home:bnavigator
A python wrapper for the SLICOT numerical library for control systems

Recommended by python-control. Without, python-control has a reduced feature set (e.g. on MIMO systems)

OBS-URL: https://build.opensuse.org/request/show/712139
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-slycot?expand=0&rev=1
2019-06-27 08:46:46 +00:00