Search Criteria
Package Details: abseil-cpp-git r673.143a2780-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/abseil-cpp-git.git (read-only, click to copy) |
---|---|
Package Base: | abseil-cpp-git |
Description: | An open-source collection of C++ code to augment the C++ standard library |
Upstream URL: | https://github.com/abseil/abseil-cpp |
Licenses: | Apache |
Conflicts: | abseil-cpp |
Provides: | abseil-cpp |
Submitter: | sandsmark |
Maintainer: | akstrfn |
Last Packager: | akstrfn |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-07-04 12:44 (UTC) |
Last Updated: | 2021-02-14 20:55 (UTC) |
Required by (31)
- 64gram-desktop (requires abseil-cpp)
- 64gram-desktop-no-ad (requires abseil-cpp) (make)
- ashuffle (requires abseil-cpp)
- forkgram (requires abseil-cpp)
- google-cloud-cpp (requires abseil-cpp)
- kotatogram-desktop (requires abseil-cpp)
- kotatogram-desktop-beta (requires abseil-cpp)
- kotatogram-desktop-beta-dynamic-bin (requires abseil-cpp)
- kotatogram-desktop-dynamic-bin (requires abseil-cpp)
- kotatogram-dev-git (requires abseil-cpp)
- libtg_owt-git (requires abseil-cpp) (make)
- luisarender-git (requires abseil-cpp)
- matlab-meta (requires abseil-cpp)
- mujoco (requires abseil-cpp) (make)
- mujoco-git (requires abseil-cpp) (make)
- or-tools (requires abseil-cpp)
- pure-maps (requires abseil-cpp)
- python-mujoco (requires abseil-cpp) (make)
- ros-noetic-cartographer-git
- ros-noetic-cartographer-git (make)
- ros-noetic-cartographer-rviz-git
- ros-noetic-cartographer-rviz-git (make)
- s2geometry (requires abseil-cpp)
- telegram-desktop-dev (requires abseil-cpp)
- telegram-desktop-git (requires abseil-cpp)
- telegram-desktop-kdefix (requires abseil-cpp)
- telegram-desktop-userfonts (requires abseil-cpp)
- telegram-desktop-userfonts-bin (requires abseil-cpp)
- ukey2-git (requires abseil-cpp)
- vim-tabnine-git (requires abseil-cpp) (optional)
- vim-youcompleteme-git (requires abseil-cpp) (optional)
Latest Comments
akstrfn commented on 2021-02-07 16:02 (UTC)
I'm not sure how to address this. Patch is fairly trivial however PIC for static library is not an optimal solution. I'll try to find a better solution and if not I'll just change to PIC.
AchmadFathoni commented on 2021-02-06 23:43 (UTC) (edited on 2021-02-07 00:09 (UTC) by AchmadFathoni)
Get this error, seems like -fPIC flag not used when compiling this package
adding cmake argument
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
fix the problemakstrfn commented on 2018-08-21 17:37 (UTC)
@sandmark I am willing to give it a shot at cleaning :)
sandsmark commented on 2018-08-18 11:49 (UTC)
yeah, I kind of gave up using it. I'll just disown it, in case someone else wants to clean it up.
falconindy commented on 2018-07-05 12:21 (UTC)
Unfortunately, this package is incomplete. Not all of the API is contained within .h files -- there's also some .inc files scattered about. Additionally, you're missing out on the entirety of what should be
/usr/include/absl/base/internal
.Ignoring the above, there still seems to be problems with the package, which I'm still unable to resolve. This simple program crashes by throwing std::bad_alloc, and shouldn't: