projects
/
packages
/
python-scikit-umfpack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
c81b801
)
- python3 does not build anymore, rel 4
master
auto/th/python-scikit-umfpack-0.3.2-4
author
Jan Rękorajski
<baggins@pld-linux.org>
Sun, 28 Nov 2021 19:00:42 +0000
(20:00 +0100)
committer
Jan Rękorajski
<baggins@pld-linux.org>
Sun, 28 Nov 2021 19:00:42 +0000
(20:00 +0100)
python-scikit-umfpack.spec
patch
|
blob
|
blame
|
history
diff --git
a/python-scikit-umfpack.spec
b/python-scikit-umfpack.spec
index 3c9cf467beb23edd381d8ca3e5d8cabbfddc8343..a1494126dfeb4db3a93263a1cc03d242e23214e5 100644
(file)
--- a/
python-scikit-umfpack.spec
+++ b/
python-scikit-umfpack.spec
@@
-2,13
+2,13
@@
# Conditional build:
%bcond_without tests # unit tests
%bcond_without python2 # CPython 2.x module
# Conditional build:
%bcond_without tests # unit tests
%bcond_without python2 # CPython 2.x module
-%bcond_with
out
python3 # CPython 3.x module
+%bcond_with
python3 # CPython 3.x module
Summary: Wrapper of UMFPACK sparse direct solver to SciPy
Summary(pl.UTF-8): Obudowanie procedur UMFPACK do rozwiązywania problemów na macierzach rzadkich dla SciPy
Name: python-scikit-umfpack
Version: 0.3.2
Summary: Wrapper of UMFPACK sparse direct solver to SciPy
Summary(pl.UTF-8): Obudowanie procedur UMFPACK do rozwiązywania problemów na macierzach rzadkich dla SciPy
Name: python-scikit-umfpack
Version: 0.3.2
-Release:
3
+Release:
4
License: BSD
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/scikit-umfpack/
License: BSD
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/scikit-umfpack/
@@
-18,6
+18,7
@@
URL: https://pypi.org/project/scikit-umfpack/
BuildRequires: AMD-devel
BuildRequires: UMFPACK-devel
BuildRequires: blas-devel
BuildRequires: AMD-devel
BuildRequires: UMFPACK-devel
BuildRequires: blas-devel
+BuildRequires: cblas-devel
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
BuildRequires: swig-python >= 2.0.4
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
BuildRequires: swig-python >= 2.0.4
@@
-70,21
+71,23
@@
problemów na macierzach rzadkich dla SciPy.
%build
export BLAS=%{_libdir}
export UMFPACK=%{_libdir}
%build
export BLAS=%{_libdir}
export UMFPACK=%{_libdir}
+export CFLAGS="%{rpmcflags} -I/usr/include/umfpack"
%if %{with python2}
%if %{with python2}
-%py_build
%{?with_tests:test}
+%py_build
%if %{with tests}
%if %{with tests}
-PYTHONPATH=$(readlink -f build-2/lib.*) \
+PYTHONPATH=$(readlink -f build-2/lib.*)
/scikits/umfpack
\
nosetests-%{py_ver} scikits
%endif
nosetests-%{py_ver} scikits
%endif
+find scikits -name '*.pyc' -exec rm -f {} \;
%endif
%if %{with python3}
%endif
%if %{with python3}
-%py3_build
%{?with_tests:test}
+%py3_build
%if %{with tests}
%if %{with tests}
-PYTHONPATH=$(readlink -f build-3/lib.*) \
+PYTHONPATH=$(readlink -f build-3/lib.*)
/scikits/umfpack
\
nosetests-%{py3_ver} scikits
%endif
%endif
nosetests-%{py3_ver} scikits
%endif
%endif
This page took
0.101048 seconds
and
4
git commands to generate.