Search Criteria
Package Details: easy_profiler 2.1.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/easy_profiler.git (read-only, click to copy) |
|---|---|
| Package Base: | easy_profiler |
| Description: | Lightweight cross-platform profiler library for c++ |
| Upstream URL: | https://github.com/yse/easy_profiler |
| Licenses: | MIT |
| Submitter: | Klowner |
| Maintainer: | Klowner |
| Last Packager: | Klowner |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-10-14 14:45 (UTC) |
| Last Updated: | 2019-12-11 13:01 (UTC) |
Latest Comments
Klowner commented on 2018-10-18 03:07 (UTC)
Thank you, @akb825! I've updated with your patch, could you verify that it works as you expect?
akb825 commented on 2018-10-17 21:07 (UTC) (edited on 2018-10-17 21:08 (UTC) by akb825)
The current workaround of moving /usr/bin/libeasy_profiler.so to /usr/lib breaks if you try to use CMake to find the library to use in another project. (since it still looks for it in /usr/bin)
A better approach is to patch the CMakeLists.txt to install it in the correct location.