Fri, 19 Apr 2024 23:59:02 UTC | login

Information for build folly-2021.03.15.00-1.fc33

ID194909
Package Namefolly
Version2021.03.15.00
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/folly.git#3e4aa25a9ea0599c8094b07710a7a5b92969846d
SummaryAn open-source C++ library developed and used at Facebook
DescriptionFolly (acronymed loosely after Facebook Open Source Library) is a library of C++14 components designed with practicality and efficiency in mind. Folly contains a variety of core library components used extensively at Facebook. In particular, it's often a dependency of Facebook's other open source C++ efforts and place where those projects can share code. It complements (as opposed to competing against) offerings such as Boost and of course std. In fact, we embark on defining our own component only when something we need is either not available, or does not meet the needed performance profile. We endeavor to remove things from folly if or when std or Boost obsoletes them. Performance concerns permeate much of Folly, sometimes leading to designs that are more idiosyncratic than they would otherwise be (see e.g. PackedSyncPtr.h, SmallLocks.h). Good performance at large scale is a unifying theme in all of Folly.
Built bydavidlt
State failed
Volume DEFAULT
StartedMon, 26 Apr 2021 11:46:41 UTC
CompletedMon, 26 Apr 2021 11:56:48 UTC
Taskbuild (f33, /rpms/folly.git:3e4aa25a9ea0599c8094b07710a7a5b92969846d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/folly.git#3e4aa25a9ea0599c8094b07710a7a5b92969846d'}}
Tags No tags
RPMs No RPMs
Changelog * Mon Mar 15 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.03.15.00-1 - Update to 2021.03.15.00 - Handle non-constant SIGSTKSZ in glibc > 2.33 * Wed Feb 03 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.02.01.00-1 - Update to 2021.02.01.00 * Tue Jan 26 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.01.25.00-1 - Update to 2021.01.25.00 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2020.12.28.00-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> - 2020.12.28.00-2 - Rebuilt for Boost 1.75 * Tue Dec 29 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.12.28.00-1 - Update to 2020.12.28.00 * Tue Dec 22 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.12.21.00-1 - Update to 2020.12.21.00 * Mon Nov 30 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.11.30.00-1 - Update to 2020.11.30.00 * Mon Nov 23 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.11.23.00-1 - Update to 2020.11.23.00 * Mon Nov 16 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.11.16.00-1 - Update to 2020.11.16.00 - Allow tests to be compiled * Mon Nov 09 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.11.09.00-2 - Ship *.{h,pxd} in python3-folly-devel for python3-fbthrift - Install python/executor.h * Mon Nov 09 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.11.09.00-1 - Update to 2020.11.09.00 * Fri Nov 06 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.11.02.00-2 - Enable Python bindings by default * Mon Nov 02 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.11.02.00-1 - Update to 2020.11.02.00 * Mon Oct 26 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.10.26.00-1 - Update to 2020.10.26.00 - Build docs - Don't run tests if built without tests * Thu Oct 22 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.10.19.00-4 - Put static cmake support files in its own directory - Add most folly BRs as folly-devel requirements, as dependent packages will need them * Wed Oct 21 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.10.19.00-3 - Provide both shared and static libraries * Tue Oct 20 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.10.19.00-2 - Add libiberty and zstd BRs - Try compiling Python extensions * Tue Oct 20 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.10.19.00-1 - Update to 2020.10.19.00 - Fix compile error on i686 - Fix compile error on armv7hl (requires liburing >= 0.7-3) - Exclude s390x * Mon Oct 12 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.10.12.00-1 - Initial package