Files
python-slycot/python-slycot.spec
Ondřej Súkup 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

73 lines
2.2 KiB
RPMSpec

#
# spec file for package python-slycot
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-slycot
Version: 0.3.5.0
Release: 0
Summary: Slycot: a wrapper for the SLICOT control and systems library
License: GPL-2.0-only
Group: Development/Languages/Python
URL: https://github.com/python-control/Slycot
Source: https://files.pythonhosted.org/packages/source/s/slycot/slycot-%{version}.tar.gz
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module numpy-devel}
BuildRequires: %{python_module scikit-build}
BuildRequires: %{python_module setuptools}
BuildRequires: blas-devel
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gcc
BuildRequires: gcc-fortran
BuildRequires: lapack-devel
BuildRequires: python-rpm-macros
BuildRequires: python2-configparser
Requires: blas
Requires: lapack
Requires: python-numpy
%python_subpackages
%description
Slycot: a wrapper for the SLICOT control and systems library,
%prep
%setup -q -n slycot-%{version}
%build
export CFLAGS="%{optflags}"
%python_build
%install
%python_expand %{$python_install} --install-lib %{$python_sitearch}
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
$python runtests.py --coverage --no-build
}
%files %{python_files}
%doc README.rst CREDITS
%license COPYING
%{python_sitearch}/slycot
%{python_sitearch}/slycot-*-py*.egg-info
%changelog