Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de2bc5c4a1 | ||
|
|
0ac1d488c4 | ||
|
|
32593274ab | ||
|
|
e3e51b8b48 | ||
|
|
0e50d78f99 | ||
|
|
ac394bb0de | ||
|
|
bab50a37b9 | ||
|
|
73f4649d32 | ||
|
|
9bde6f3495 | ||
|
|
020cb361d7 | ||
|
|
7e72ec555d |
4 changed files with 60 additions and 47 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -3,3 +3,6 @@
|
|||
/xtensor-0.21.7.tar.gz
|
||||
/xtensor-0.23.1.tar.gz
|
||||
/xtensor-0.24.2.tar.gz
|
||||
/xtensor-0.25.0.tar.gz
|
||||
/xtensor-0.27.0.tar.gz
|
||||
/xtensor-0.27.1.tar.gz
|
||||
|
|
|
|||
46
changelog
Normal file
46
changelog
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
* Mon Jan 29 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed May 11 2022 sguelton@redhat.com - 0.24.2-1
|
||||
- Upstream version bump
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Mon Feb 15 2021 sguelton@redhat.com - 0.23.1-1
|
||||
- Upstream version bump
|
||||
- More generic use of %cmake_build
|
||||
|
||||
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.7-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Oct 06 2020 sguelton@redhat.com - 0.21.7-3
|
||||
- Activate all architectures, fixing the remaining issues in the test suite
|
||||
|
||||
* Mon Oct 05 2020 sguelton@redhat.com - 0.21.7-2
|
||||
- Fix UB in upstream testsuite, see https://github.com/xtensor-stack/xtensor/pull/2175
|
||||
- Activates armv7hl
|
||||
|
||||
* Sat Oct 3 2020 sguelton@redhat.com - 0.21.7-1
|
||||
- Upstream version bump
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Thu Jan 16 2020 sguelton@redhat.com - 0.21.2-1
|
||||
- Upstream version bump
|
||||
|
||||
* Tue Sep 3 2019 sguelton@redhat.com - 0.20.8-1
|
||||
- Initial package
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xtensor-0.24.2.tar.gz) = ca3682c33e106ba1391c7fb9135cde846cd13de5aab8923b25792ba0103848e904146dbf83c1ba6f030e85f187ec922e083d84a6c248a21e410fdd8785a86398
|
||||
SHA512 (xtensor-0.27.1.tar.gz) = 3f3fe2391df91518cfef4983ff66bf3b79940136582bb99c6270f87481bf9d2cc15605b13f9b70b6ee9a7a89b389037dd2b26362fcae0fdc49f5204872ee5291
|
||||
|
|
|
|||
56
xtensor.spec
56
xtensor.spec
|
|
@ -1,10 +1,10 @@
|
|||
%undefine __cmake_in_source_build
|
||||
|
||||
Name: xtensor
|
||||
Version: 0.24.2
|
||||
Release: 3%{?dist}
|
||||
Version: 0.27.1
|
||||
Release: %autorelease
|
||||
Summary: C++ tensors with broadcasting and lazy computing
|
||||
License: BSD
|
||||
License: BSD-3-Clause
|
||||
URL: http://xtensor.readthedocs.io/
|
||||
|
||||
%global github https://github.com/QuantStack/xtensor
|
||||
|
|
@ -17,6 +17,7 @@ BuildRequires: xtl-devel
|
|||
BuildRequires: xsimd-devel
|
||||
BuildRequires: python3-numpy
|
||||
BuildRequires: doctest-devel
|
||||
BuildRequires: json-devel
|
||||
|
||||
# there is no actual arched content - this is a header only library
|
||||
%global debug_package %{nil}
|
||||
|
|
@ -47,7 +48,7 @@ Requires: xsimd-devel
|
|||
%autosetup -p1
|
||||
|
||||
%ifarch s390x
|
||||
find -name '*.npy' -exec %{__python3} -c "import numpy as np; np.save('{}', np.load('{}').byteswap().newbyteorder())" \;
|
||||
find -name '*.npy' -exec %{__python3} -c "import numpy as np; arr = np.load('{}').byteswap() ; np.save('{}', arr.view(arr.dtype.newbyteorder()))" \;
|
||||
%endif
|
||||
|
||||
%build
|
||||
|
|
@ -56,6 +57,8 @@ find -name '*.npy' -exec %{__python3} -c "import numpy as np; np.save('{}', np.l
|
|||
|
||||
%install
|
||||
%cmake_install
|
||||
rm %{buildroot}%{_prefix}/etc/xeus-cpp/tags.d/xtensor.json
|
||||
rm %{buildroot}%{_datadir}/xeus-cpp/tagfiles/xtensor.tag
|
||||
|
||||
%check
|
||||
%cmake_build --target xtest
|
||||
|
|
@ -65,47 +68,8 @@ find -name '*.npy' -exec %{__python3} -c "import numpy as np; np.save('{}', np.l
|
|||
%license LICENSE
|
||||
%{_includedir}/%{name}.hpp
|
||||
%{_includedir}/%{name}/
|
||||
%{_libdir}/cmake/%{name}/
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_datadir}/cmake/%{name}/
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed May 11 2022 sguelton@redhat.com - 0.24.2-1
|
||||
- Upstream version bump
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Mon Feb 15 2021 sguelton@redhat.com - 0.23.1-1
|
||||
- Upstream version bump
|
||||
- More generic use of %cmake_build
|
||||
|
||||
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.7-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Oct 06 2020 sguelton@redhat.com - 0.21.7-3
|
||||
- Activate all architectures, fixing the remaining issues in the test suite
|
||||
|
||||
* Mon Oct 05 2020 sguelton@redhat.com - 0.21.7-2
|
||||
- Fix UB in upstream testsuite, see https://github.com/xtensor-stack/xtensor/pull/2175
|
||||
- Activates armv7hl
|
||||
|
||||
* Sat Oct 3 2020 sguelton@redhat.com - 0.21.7-1
|
||||
- Upstream version bump
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Thu Jan 16 2020 sguelton@redhat.com - 0.21.2-1
|
||||
- Upstream version bump
|
||||
|
||||
* Tue Sep 3 2019 sguelton@redhat.com - 0.20.8-1
|
||||
- Initial package
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue