Search Criteria
Package Details: prometheus-cpp 1.3.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/prometheus-cpp.git (read-only, click to copy) |
|---|---|
| Package Base: | prometheus-cpp |
| Description: | Prometheus Client Library for Modern C++ |
| Upstream URL: | https://github.com/jupp0r/prometheus-cpp |
| Licenses: | MIT |
| Submitter: | A_Bart |
| Maintainer: | A_Bart |
| Last Packager: | A_Bart |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-03-23 13:04 (UTC) |
| Last Updated: | 2025-09-24 16:22 (UTC) |
Dependencies (6)
- benchmark
- curl (curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- cmake (cmake3AUR, cmake-gitAUR) (make)
Latest Comments
A_Bart commented on 2025-07-31 19:55 (UTC)
Thanks for the comment, I've removed the
Releaseflag, so the package should build with-O2now. The make-dependencyclangis removed andbenchmarkis added as a regular dependency. Is that used only during build and check? In case, it could be changed tomakedepends.vitaliikuzhdin commented on 2025-07-31 16:57 (UTC)
@A_Bart, thank you for the blazing-fast fix. I should have mentioned this in my first message, but is there a reason to override the user-provided build flags and set the build type to
Release? This has some negative effects, see the wiki, if you haven't already. Also, please review the dependencies, asclangseems to be unneeded andbenchmarkcould be added.A_Bart commented on 2025-07-31 14:52 (UTC)
thanks for flagging this issue, it's fixed now
vitaliikuzhdin commented on 2025-07-31 09:25 (UTC)