Compare commits
63 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8cb197bfd | ||
|
|
5ac7911f4b | ||
|
|
f80963b1c8 | ||
|
|
8935eaead5 | ||
|
|
f2fc02b60d | ||
|
|
33044e4a44 | ||
|
|
dbe19a1447 | ||
|
|
0d7f0f73f1 | ||
|
|
a7127de76a | ||
|
|
16ae8b3b56 | ||
|
|
b8adb7e8bc | ||
|
|
1034ec513a | ||
|
|
48c7f9f203 | ||
|
|
24cf8224fa | ||
|
|
d62c4a8378 | ||
|
|
369da5e7da | ||
|
|
302078eeea | ||
|
|
d70705eec6 | ||
|
|
3981384c4f | ||
|
|
0cba400ffe | ||
|
|
81ed60c322 | ||
|
|
90fd9ecad0 | ||
|
|
c3e67091a6 | ||
|
|
b29ca1309c | ||
|
|
17dd16107c | ||
|
|
26e3a47d0a | ||
|
|
553ec50873 | ||
|
|
2ae8e8f725 | ||
|
|
39cfb022b9 | ||
|
|
93135c5730 | ||
|
|
0a1c89a318 | ||
|
|
8e87261216 | ||
|
|
66bc25547d | ||
|
|
bba0db473f | ||
|
|
c123dd7e15 | ||
|
|
ab89abfa0c | ||
|
|
54ab209e05 | ||
|
|
a39d553a4f | ||
|
|
316ba6c82f | ||
|
|
b71df7cc52 | ||
|
|
d916fbae1d | ||
|
|
a50334f268 | ||
|
|
5d999077c9 | ||
|
|
a114b8bb4c | ||
|
|
d6b28c254b | ||
|
|
90580d8b77 | ||
|
|
2bd8eebe77 | ||
|
|
36de6a9b4f | ||
|
|
8f9c4a2032 | ||
|
|
c2854f809a | ||
|
|
11979303db | ||
|
|
e4d0ce5567 | ||
|
|
56b415f7b8 | ||
|
|
907b98bbfe | ||
|
|
788c897bd9 | ||
|
|
110af3857f | ||
|
|
87834aa01d | ||
|
|
769a566e73 | ||
|
|
6241a87eac | ||
|
|
01d1f67c03 | ||
|
|
a5366b553e | ||
|
|
587b248fc6 | ||
|
|
7cfd7e5b1e |
7 changed files with 187 additions and 60 deletions
33
.gitignore
vendored
33
.gitignore
vendored
|
|
@ -1,2 +1,35 @@
|
|||
/xtl-0.4.4.tar.gz
|
||||
/xtl-0.4.7.tar.gz
|
||||
/xtl-0.4.13.tar.gz
|
||||
/xtl-0.4.14.tar.gz
|
||||
/xtl-0.4.15.tar.gz
|
||||
/xtl-0.5.3.tar.gz
|
||||
/xtl-0.5.4.tar.gz
|
||||
/xtl-0.6.0.tar.gz
|
||||
/xtl-0.6.1.tar.gz
|
||||
/xtl-0.6.2.tar.gz
|
||||
/xtl-0.6.3.tar.gz
|
||||
/xtl-0.6.4.tar.gz
|
||||
/xtl-0.6.5.tar.gz
|
||||
/xtl-0.6.6.tar.gz
|
||||
/xtl-0.6.7.tar.gz
|
||||
/xtl-0.6.8.tar.gz
|
||||
/xtl-0.6.11.tar.gz
|
||||
/xtl-0.6.12.tar.gz
|
||||
/xtl-0.6.13.tar.gz
|
||||
/xtl-0.6.15.tar.gz
|
||||
/xtl-0.6.16.tar.gz
|
||||
/xtl-0.6.17.tar.gz
|
||||
/xtl-0.6.18.tar.gz
|
||||
/xtl-0.6.19.tar.gz
|
||||
/xtl-0.6.20.tar.gz
|
||||
/xtl-0.6.21.tar.gz
|
||||
/xtl-0.6.23.tar.gz
|
||||
/xtl-0.7.2.tar.gz
|
||||
/xtl-0.7.3.tar.gz
|
||||
/xtl-0.7.4.tar.gz
|
||||
/xtl-0.7.5.tar.gz
|
||||
/xtl-0.7.6.tar.gz
|
||||
/xtl-0.7.7.tar.gz
|
||||
/xtl-0.8.0.tar.gz
|
||||
/xtl-0.8.1.tar.gz
|
||||
|
|
|
|||
18
.packit.yaml
Normal file
18
.packit.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
---
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
rawhide:
|
||||
fast_forward_merge_into:
|
||||
- fedora-branched
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
From bf37aab2b70905fd48ca3a11c92c8ca0e145cc74 Mon Sep 17 00:00:00 2001
|
||||
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
||||
Date: Tue, 20 Mar 2018 05:15:08 -0400
|
||||
Subject: [PATCH] Remove march=native flag.
|
||||
|
||||
Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
||||
---
|
||||
test/CMakeLists.txt | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
|
||||
index 259cddc..23b1c5f 100644
|
||||
--- a/test/CMakeLists.txt
|
||||
+++ b/test/CMakeLists.txt
|
||||
@@ -23,8 +23,8 @@ include(CheckCXXCompilerFlag)
|
||||
string(TOUPPER "${CMAKE_BUILD_TYPE}" U_CMAKE_BUILD_TYPE)
|
||||
|
||||
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES "GNU" OR CMAKE_CXX_COMPILER_ID MATCHES "Intel")
|
||||
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native -Wunused-parameter -Wextra -Wreorder -Wconversion -Wsign-conversion")
|
||||
- #set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native -Wunused-parameter -Wextra -Wreorder -Wconversion")
|
||||
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wunused-parameter -Wextra -Wreorder -Wconversion -Wsign-conversion")
|
||||
+ #set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wunused-parameter -Wextra -Wreorder -Wconversion")
|
||||
CHECK_CXX_COMPILER_FLAG("-std=c++14" HAS_CPP14_FLAG)
|
||||
|
||||
if (HAS_CPP14_FLAG)
|
||||
--
|
||||
2.14.3
|
||||
|
||||
3
README.packit
Normal file
3
README.packit
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32.
|
||||
118
changelog
Normal file
118
changelog
Normal file
|
|
@ -0,0 +1,118 @@
|
|||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Sun Jul 11 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.7.2-2
|
||||
- Fix build with Sphinx 4
|
||||
|
||||
* Sun Feb 07 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.7.2-1
|
||||
- Update to latest version (#1918520)
|
||||
|
||||
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.23-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sat Dec 12 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.23-1
|
||||
- Update to latest version (#1906535)
|
||||
|
||||
* Thu Oct 29 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.21-1
|
||||
- Update to latest version (#1892529)
|
||||
|
||||
* Fri Oct 16 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.20-1
|
||||
- Update to latest version (#1888869)
|
||||
|
||||
* Sat Sep 26 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.19-1
|
||||
- Update to latest version (#1881965)
|
||||
|
||||
* Thu Sep 03 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.18-1
|
||||
- Update to latest version (#1875020)
|
||||
|
||||
* Sun Aug 30 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.17-1
|
||||
- Update to latest version (#1873863)
|
||||
|
||||
* Thu Aug 13 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.16-1
|
||||
- Update to latest version (#1867970)
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.15-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 21 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.15-1
|
||||
- Update to latest version
|
||||
|
||||
* Sat Mar 14 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.13-1
|
||||
- Update to latest version
|
||||
|
||||
* Fri Feb 14 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.12-2
|
||||
- Re-enable armv7hl and ppc64le
|
||||
|
||||
* Fri Feb 14 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.12-1
|
||||
- Update to latest version
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Jan 08 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.11-1
|
||||
- Update to latest version
|
||||
|
||||
* Thu Oct 31 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.8-1
|
||||
- Update to latest version
|
||||
|
||||
* Mon Sep 23 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.7-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed Sep 18 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.6-1
|
||||
- Update to latest version
|
||||
|
||||
* Tue Aug 27 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.5-1
|
||||
- Update to latest version
|
||||
- Exclude arches that don't work
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Mon Apr 29 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.4-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed Apr 10 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.3-1
|
||||
- Update to latest version
|
||||
|
||||
* Sat Apr 06 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.2-1
|
||||
- Update to latest version
|
||||
|
||||
* Tue Mar 26 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.1-1
|
||||
- Update to latest version
|
||||
|
||||
* Fri Mar 08 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.0-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed Feb 13 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.5.4-1
|
||||
- Update to latest version
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Jan 23 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.5.3-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed Sep 05 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.4.15-1
|
||||
- Update to latest version
|
||||
|
||||
* Thu Aug 16 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.4.14-2
|
||||
- rebuilt
|
||||
|
||||
* Tue Aug 14 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.4.14-1
|
||||
- Update to latest version
|
||||
|
||||
* Tue Aug 07 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.4.13-1
|
||||
- Update to latest version
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed May 02 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.4.7-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed Mar 21 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.4.4-2
|
||||
- Split documentation into subpackage
|
||||
- Run more tests on broken arches
|
||||
|
||||
* Mon Mar 19 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.4.4-1
|
||||
- Initial package for Fedora
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xtl-0.4.7.tar.gz) = 624233c436c25995717efd95c361522d415883bd70e19a1c92c77413d049465bca21b4315564f2ea7edf3ae6844a3a78f018d0281a2c73b040b2b7d9685fb1b7
|
||||
SHA512 (xtl-0.8.1.tar.gz) = cb032d27b2f7dff135c442fd92e3924eb108355769354c9eee9ec2d3ec7ebd867ee89ee2e10f41352447e08f185637f338fdc40e37d60d85cf2fffdcaac1ce6c
|
||||
|
|
|
|||
45
xtl.spec
45
xtl.spec
|
|
@ -2,25 +2,23 @@
|
|||
%global debug_package %{nil}
|
||||
|
||||
Name: xtl
|
||||
Version: 0.4.7
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Version: 0.8.1
|
||||
Release: %autorelease
|
||||
License: BSD-3-Clause
|
||||
Summary: QuantStack tools library
|
||||
Url: https://github.com/QuantStack/xtl
|
||||
Source0: https://github.com/QuantStack/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
# Just used in testing, and it breaks on some arches.
|
||||
Patch0001: 0001-Remove-march-native-flag.patch
|
||||
|
||||
BuildRequires: binutils
|
||||
BuildRequires: cmake
|
||||
BuildRequires: diffutils
|
||||
BuildRequires: doctest-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gtest-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: python3-breathe
|
||||
BuildRequires: python3-sphinx
|
||||
BuildRequires: python3-sphinx_rtd_theme
|
||||
BuildRequires: cmake(nlohmann_json)
|
||||
BuildRequires: python3dist(breathe)
|
||||
BuildRequires: python3dist(sphinx)
|
||||
BuildRequires: python3dist(sphinx-rtd-theme)
|
||||
|
||||
%description
|
||||
Basic tools (containers, algorithms) used by other QuantStack packages.
|
||||
|
|
@ -48,43 +46,28 @@ Documentation files for %{name} library.
|
|||
|
||||
%build
|
||||
%cmake -DBUILD_TESTS=ON
|
||||
%make_build
|
||||
%cmake_build
|
||||
|
||||
pushd docs
|
||||
make html SPHINXBUILD=sphinx-build-3
|
||||
rm build/html/.buildinfo
|
||||
popd
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%cmake_install
|
||||
|
||||
%check
|
||||
# https://github.com/QuantStack/xtl/issues/72
|
||||
%ifarch ppc64 s390x
|
||||
export GTEST_FILTER=-hash.verification
|
||||
%endif
|
||||
make xtest
|
||||
|
||||
%cmake_build --target xtest
|
||||
|
||||
%files devel
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_includedir}/xtl/
|
||||
%{_libdir}/cmake/xtl/
|
||||
%{_datadir}/cmake/xtl/
|
||||
%{_datadir}/pkgconfig/xtl.pc
|
||||
|
||||
%files doc
|
||||
%doc docs/build/html
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 02 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.4.7-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed Mar 21 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.4.4-2
|
||||
- Split documentation into subpackage
|
||||
- Run more tests on broken arches
|
||||
|
||||
* Mon Mar 19 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.4.4-1
|
||||
- Initial package for Fedora
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue