Upstream release
This commit is contained in:
parent
88e12fae61
commit
069fa5f758
3 changed files with 8 additions and 12 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -6,3 +6,5 @@
|
|||
/325.diff
|
||||
/xtensor-python-0.28.0.tar.gz
|
||||
/327.diff
|
||||
/xtensor-python-0.29.0.tar.gz
|
||||
/331.diff
|
||||
|
|
|
|||
7
sources
7
sources
|
|
@ -1,5 +1,2 @@
|
|||
SHA512 (327.diff) = 028b1c4f01eb9cc5c6e3742f21a0afd890870afce2ab128abc765772fb269bd4ed882cf9a2c1e9900c9740ed5017dfe51ca0060d1ffc795332c83ff9f799369d
|
||||
SHA512 (325.diff) = 438fccb0dfd5a18a245678960edf07bb35187056e51fe1a1025032d3c96f25f88208fcb132c6f64df8dec590028e73e34effbd6c22f40cde6c358c6956c09d6a
|
||||
SHA512 (326.diff) = d2a6110f360ae68e3463d07fcbda5825ab7f41d23fee722216170f42a85c8b3236d3f6df2a4493e3a89ca9eee2bb796df0659d0a59028cc7f2c9d6f521a32493
|
||||
SHA512 (324.diff) = 379dd32dbe806a5c2b9351506030cf746950555fa2408401d3a901a1357321fd681cee169b2055e049d52a693a2d4fb743438d99883653aa64a33861330f0136
|
||||
SHA512 (xtensor-python-0.28.0.tar.gz) = 382b457663560db5c43ce8b111fd6bdb2aa2d679dd4ae04baa966e58117937f11c9a1e57847a6532017e6023e688876223d358652ad84a371d45c7b6802b3f73
|
||||
SHA512 (331.diff) = b68e6e8f86ae64309b794e9f4487b2a9adddd05e81f996b9ab82e66db329cd88d0b3fccffcb8a70d73d5410c78c26438e0b9bd73f39e26a9474b529953a5c87e
|
||||
SHA512 (xtensor-python-0.29.0.tar.gz) = eec4c7e374dbe02bb63b6d61c9f24c9ea9a11e0a8d89f0d44c97cece81db8e886a03c752c7060a433033bb0af7483fa00373a25d410bbd3814566a1fbf9ead64
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%undefine __cmake_in_source_build
|
||||
|
||||
Name: xtensor-python
|
||||
Version: 0.28.0
|
||||
Version: 0.29.0
|
||||
Release: %autorelease
|
||||
Summary: Python bindings for xtensor
|
||||
# Automatically converted from old format: BSD - review is highly recommended.
|
||||
|
|
@ -10,10 +10,7 @@ URL: https://xtensor-python.readthedocs.io/
|
|||
|
||||
%global github https://github.com/QuantStack/xtensor-python
|
||||
Source0: %{github}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Patch0: %{github}/pull/324.diff
|
||||
Patch1: %{github}/pull/326.diff
|
||||
Patch2: %{github}/pull/325.diff
|
||||
Patch3: %{github}/pull/327.diff
|
||||
Patch0: %{github}/pull/331.diff
|
||||
|
||||
# because xtensor does so for armv7hl, ppc64le and s390x
|
||||
ExcludeArch: armv7hl ppc64le s390x
|
||||
|
|
@ -65,13 +62,13 @@ Requires: python3-numpy
|
|||
%cmake_install
|
||||
|
||||
%check
|
||||
%make_build -C %{_vpath_builddir} xtest
|
||||
%cmake_build --target xtest
|
||||
|
||||
%files devel
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_includedir}/%{name}/
|
||||
%{_libdir}/cmake/%{name}/
|
||||
%{_datadir}/cmake/%{name}/
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue