Mon, 29 Apr 2024 09:22:06 UTC | login

Information for build abseil-cpp-20220623.1-4.0.riscv64.fc38

ID245229
Package Nameabseil-cpp
Version20220623.1
Release4.0.riscv64.fc38
Epoch
Sourcegit+http://fedora.riscv.rocks:3000/rpms/abseil-cpp.git#0d20b47f2c9ed84eff37815c8fae694b087afa61
SummaryC++ Common Libraries
DescriptionAbseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives. In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs we've found through usage in the Google code base. We denote those cases clearly within the library code we provide you. Abseil is not meant to be a competitor to the standard library; we've just found that many of these utilities serve a purpose within our code base, and we now want to provide those resources to the C++ community as a whole.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 28 Apr 2023 14:43:03 UTC
CompletedSat, 29 Apr 2023 03:22:16 UTC
Taskbuild (f38, /rpms/abseil-cpp.git:0d20b47f2c9ed84eff37815c8fae694b087afa61)
Extra{'source': {'original_url': 'git+http://fedora.riscv.rocks:3000/rpms/abseil-cpp.git#0d20b47f2c9ed84eff37815c8fae694b087afa61'}}
Tags
f38
f39
f40
RPMs
src
abseil-cpp-20220623.1-4.0.riscv64.fc38.src.rpm (info) (download)
riscv64
abseil-cpp-20220623.1-4.0.riscv64.fc38.riscv64.rpm (info) (download)
abseil-cpp-devel-20220623.1-4.0.riscv64.fc38.riscv64.rpm (info) (download)
abseil-cpp-debuginfo-20220623.1-4.0.riscv64.fc38.riscv64.rpm (info) (download)
abseil-cpp-debugsource-20220623.1-4.0.riscv64.fc38.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
Changelog * Fri Apr 28 2023 David Abdurachmanov <davidlt@rivosinc.com> - 20220623.1-4.0.riscv64 - Ignore testsuite failures on riscv64 - Disable LTO on riscv64 * Sat Jan 21 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 20220623.1-4 - Backport upstream commit 4eef161 for GCC 13 * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20220623.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Sep 02 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20220623.1-2 - Update to 20220623.1 (close RHBZ#2123181) * Sat Aug 13 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20220623.0-1 - Update to 20220623.0 (close RHBZ#2101021) - Update License to SPDX * Fri Jul 29 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20211102.0-4 - Do not leak -maes -msse4.1 into pkgconfig (fix RHBZ#2108658) * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20211102.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Mar 15 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20211102.0-2 - Disable LTO on s390x to work around test failure - Skip SysinfoTest.NominalCPUFrequency on all architectures; it fails occasionally on aarch64, and upstream says we should not care * Fri Feb 18 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20211102.0-1 - Update to 20211102.0 (close RHBZ#2019691) - Drop --output-on-failure, already in %ctest expansion - On s390x, instead of ignoring all tests, skip only the single failing test - Use ninja backend for CMake: speeds up build with no downsides - Drop patch for armv7hl * Mon Jan 31 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20210324.2-4 - Fix test failure (fix RHBZ#2045186) * Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20210324.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20210324.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri May 21 2021 Rich Mattes <richmattes@gmail.com> - 20210324.1-2 - Update to release 20210324.2 - Enable and run test suite