Search Criteria
Package Details: pcm 202409-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pcm.git (read-only, click to copy) |
---|---|
Package Base: | pcm |
Description: | Processor Counter Monitor |
Upstream URL: | https://github.com/intel/pcm |
Licenses: | BSD-3-Clause |
Submitter: | hexchain |
Maintainer: | hexchain |
Last Packager: | hexchain |
Votes: | 2 |
Popularity: | 0.002139 |
First Submitted: | 2020-01-13 14:22 (UTC) |
Last Updated: | 2024-10-22 13:56 (UTC) |
Dependencies (6)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Latest Comments
bsdice commented on 2024-10-28 17:10 (UTC)
Some linker problem. I was guessing Intel is using clang for their compiles.
namcap also complains about missing dependency openssl.
hexchain commented on 2024-10-28 16:58 (UTC)
@bsdice: what error did you see from GCC?
bsdice commented on 2024-10-28 16:41 (UTC)
Package did not compile for me. Another day another gcc problem. So I switched to clang.
hexchain commented on 2023-12-10 12:25 (UTC)
@lahwaacz: simdjson isn't in official repos, and is only required by pcm. By switching to the bundled version, one can now use extra-x86_64-build to produce the package in one go, without the need to build simdjson first. I would also very much like to use a packaged simdjson if it is in the official repo.
Also, simdjson is introduced as a git submodule and its version is decided by the pcm repo. It isn't simply an untagged master branch.
lahwaacz commented on 2023-12-10 11:48 (UTC)
What's wrong with building with system
simdjson
package? Bundling the dependency is not right, especially when the PKGBUILD references untagged sources from themaster
branch...krzyszto commented on 2023-06-24 08:20 (UTC)
I can't build the project: