Hi, sure. Please add me as a co-maintainer, and I'll keep folly up-to-date until you're back :)
Search Criteria
Package Details: folly 2024.10.28.00-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/folly.git (read-only, click to copy) |
---|---|
Package Base: | folly |
Description: | An open-source C++ library developed and used at Facebook |
Upstream URL: | https://github.com/facebook/folly |
Licenses: | Apache-2.0 |
Provides: | libfolly.so, libfollybenchmark.so, libfolly_test_util.so |
Submitter: | dseg |
Maintainer: | ftiasch (MrAnno, carsme) |
Last Packager: | carsme |
Votes: | 7 |
Popularity: | 0.000958 |
First Submitted: | 2015-03-20 08:29 (UTC) |
Last Updated: | 2024-11-03 16:14 (UTC) |
Dependencies (26)
- boost-libs
- bzip2 (bzip2-gitAUR)
- double-conversion (double-conversion-gitAUR)
- fmt (fmt-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gflags (gflags-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- google-glog (glog-gitAUR)
- libaio (libaio-gitAUR)
- libevent (libevent-gitAUR)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- liburing (liburing-gitAUR)
- lz4 (lz4-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- snappy (snappy-gitAUR)
- xz (xz-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- cython (cython-gitAUR, cython0AUR) (make)
- fast_float (fast_float-gitAUR) (make)
- gtest (googletest-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Required by (9)
Sources (3)
MrAnno commented on 2019-10-24 07:25 (UTC)
ftiasch commented on 2019-10-24 03:24 (UTC)
hi @MrAnno, can you just take over the maintaince? I can expect it will be a long time for me to be unable to access my build machine (even the aur ssh key is on it). Thanks in advance.
MrAnno commented on 2019-10-22 12:15 (UTC)
I'd be happy to help. I'm using makechrootpkg
(https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot), I'll test the bumped version today/tomorrow.
ftiasch commented on 2019-10-22 06:09 (UTC)
I am sorry that I cannot bump versions on time as my build machine has failed and I has got no way to bring it up. Can somebody else help on the maintaince?
Pinned Comments
carsme commented on 2023-12-07 04:02 (UTC)
BREAKING CHANGE: This package now builds shared objects:
instead of the static libraries:
Downstream packages must move
folly
from themakedepends
todepends
array to stay functional.We are doing this change since dynamic rather than static linking between packages is more in line with Arch Linux packaging practices (or just Linux packaging practices in general).