Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

folly-static-2022.02.21.00-1.el8.next RPM for aarch64

From EPEL next for 8 / Everything / aarch64 / Packages / f

Name: folly-static Distribution: Fedora Project
Version: 2022.02.21.00 Vendor: Fedora Project
Release: 1.el8.next Build date: Fri Feb 25 00:07:40 2022
Group: Unspecified Build host: buildvm-a64-30.iad2.fedoraproject.org
Size: 34765519 Source RPM: folly-2022.02.21.00-1.el8.next.src.rpm
Packager: Fedora Project
Url: https://github.com/facebook/folly
Summary: Static development libraries for folly
Folly (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.

The folly-static package contains static libraries for
developing applications that use folly.

Provides

Requires

License

ASL 2.0

Changelog

* Wed Feb 23 2022 Michel Alexandre Salim <salimma@fedoraproject.org> 2022.02.21.00-1
  - Update to 2022.02.21.00 (resolves: rhbz#2035851)
* Wed Jan 19 2022 Michel Alexandre Salim <salimma@fedoraproject.org> 2022.01.17.00-1
  - Update to 2022.01.17.00
* Tue Dec 28 2021 Michel Alexandre Salim <salimma@fedoraproject.org> 2021.12.20.00-3
  - Fix libdwarf header detection for Fedora < 36
* Thu Dec 23 2021 Michel Alexandre Salim <salimma@fedoraproject.org> 2021.12.20.00-2
  - Revert recent folly/lang/Badge.h changes to fix issues on GCC 11+
* Thu Dec 23 2021 Michel Alexandre Salim <salimma@fedoraproject.org> 2021.12.20.00-1
  - Update to 2021.12.20.00
* Wed Dec 22 2021 Michel Alexandre Salim <salimma@fedoraproject.org> 2021.11.29.00-4
  - Actually enable Fedora DWARF support in shared libs
* Tue Dec 21 2021 Michel Alexandre Salim <salimma@fedoraproject.org> 2021.11.29.00-3
  - Explicitly require gtest (not pulled in on EL8), drop test deps from
* Fri Dec 17 2021 Michel Alexandre Salim <salimma@fedoraproject.org> 2021.11.29.00-2
  - Properly handle libdwarf on EL
* Thu Dec 16 2021 Michel Alexandre Salim <salimma@fedoraproject.org> 2021.11.29.00-1
  - Update to 2021.11.29.00; fix DWARF detection; switch back to OpenSSL 3.0
* Thu Nov 18 2021 Michel Alexandre Salim <salimma@fedoraproject.org> -
  2021.11.15.00-3
  - Switch Fedora >= 36 to openssl1.1 by default to fix Wangle
  - Opt in to rpmautospec
* Thu Nov 18 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.11.15.00-2
  - Revert partial switch to openssl1.1
* Wed Nov 17 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.11.15.00-1
  - Update to 2021.11.15.00
* Fri Nov 12 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.11.08.00-1
  - Update to 2021.11.08.00
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 2021.08.02.00-3
  - Rebuilt with OpenSSL 3.0.0
* Fri Aug 06 2021 Jonathan Wakely <jwakely@redhat.com> - 2021.08.02.00-2
  - Rebuilt for Boost 1.76
* Thu Aug 05 2021 Filipe Brandenburger <filbranden@gmail.com> - 2021.08.02.00-1
  - Update to 2021.08.02.00
* Fri Jul 30 2021 Filipe Brandenburger <filbranden@gmail.com> - 2021.07.22.00-3
  - Enable coroutines through -fcoroutines instead of -std=c++20.
* Thu Jul 29 2021 Filipe Brandenburger <filbranden@gmail.com> - 2021.07.22.00-2
  - Use C++20 standard, in order to enable C++ coroutines.
* Tue Jul 27 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.07.22.00-1
  - Update to 2021.07.22.00
* Mon Jul 26 2021 Filipe Brandenburger <filbranden@gmail.com> - 2021.07.20.01-2
  - Drop include of the immintrin.h header, due to conflict with
    the _serialize() macro defined in a header included by that
    file, starting with GCC 11. Fixes an fbthrift build breakage.
* Sat Jul 24 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.07.20.01-1
  - Update to 2021.07.20.01
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2021.06.28.00-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Jul 08 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 2021.06.28.00-1
  - Update to 2021.06.28.00
* Mon Jul 05 2021 Richard Shaw <hobbes1069@gmail.com> - 2021.06.07.00-2
  - Rebuild for new fmt version.
* Wed Jun 09 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.06.07.00-1
  - Update to 2021.06.07.00
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2021.05.10.00-2
  - Rebuilt for Python 3.10
* Mon May 10 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.05.10.00-1
  - Update to 2021.05.10.00
* Mon Apr 26 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.04.26.00-1
  - Update to 2021.04.26.00
* Fri Apr 16 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.04.12.00-1
  - Update to 2021.04.12.00
* Wed Apr 14 2021 Richard W.M. Jones <rjones@redhat.com> - 2021.03.29.00-3
  - Rebuild for updated liburing.
* Tue Mar 30 2021 Jonathan Wakely <jwakely@redhat.com> - 2021.03.29.00-2
  - Rebuilt for removed libstdc++ symbol (#1937698)
* Mon Mar 29 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.03.29.00-1
  - Update to 2021.03.29.00
* Wed Mar 24 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.03.22.00-2
  - Use final version of SIGSTKSZ patch
* Mon Mar 22 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.03.22.00-1
  - Update to 2021.03.22.00
  - Update SIGSTKSZ patch based on upstream feedback
* 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

Files

/usr/lib64/cmake/folly-static
/usr/lib64/cmake/folly-static/folly-config.cmake
/usr/lib64/cmake/folly-static/folly-targets-noconfig.cmake
/usr/lib64/cmake/folly-static/folly-targets.cmake
/usr/lib64/libfolly.a
/usr/lib64/libfolly_exception_counter.a
/usr/lib64/libfolly_exception_tracer.a
/usr/lib64/libfolly_exception_tracer_base.a
/usr/lib64/libfolly_test_util.a
/usr/lib64/libfollybenchmark.a


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 16:48:33 2024