summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2024-01-21abseil-cpp11: Add runtime path setting for easier usage (#354)OSAMC
* Add runtime path setting for easier usage. Installation into a non-standard libdir needs a runtime path setting to be usable without LD_LIBRARY_PATH hacks. With this change, users of this version only need to add -Dabsl_DIR=/usr/lib/abseil-cpp11/cmake/absl \ -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON to their cmake command line. See also: <https://aur.archlinux.org/packages/abseil-cpp11#comment-952772> * Increment pkgrel
2023-12-14Package abseil-cpp11 (#332)OSAMC
* Package abseil-cpp11 * simplify cmake call * fixes