Search Criteria
Package Details: ccache-ext 3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ccache-ext.git (read-only, click to copy) |
|---|---|
| Package Base: | ccache-ext |
| Description: | pacman hook for adding more compiler links to ccache |
| Upstream URL: | None |
| Keywords: | ccache |
| Licenses: | custom |
| Submitter: | pingplug |
| Maintainer: | pingplug (bartus) |
| Last Packager: | pingplug |
| Votes: | 14 |
| Popularity: | 0.90 |
| First Submitted: | 2018-09-25 03:01 (UTC) |
| Last Updated: | 2023-09-21 08:11 (UTC) |
Dependencies (1)
- ccache (ccache-gitAUR)
Required by (3)
- python-dlib (make)
- python-dlib-cuda (make)
- python-dlib-cuda-git (make)
Latest Comments
MaximGun commented on 2023-09-02 03:47 (UTC) (edited on 2023-09-02 03:47 (UTC) by MaximGun)
Hi--thanks for this package. I noticed it was creating links for a couple zvbi binaries in /usr/lib/ccache/bin because they end in -cc. The pkgfile query below should show all packages that put binaries in /usr/bin that end in -cc. mingw might be appropriate, not sure about valabind, and zvbi definitely isn't.
bartus commented on 2019-06-29 17:59 (UTC) (edited on 2019-06-29 18:03 (UTC) by bartus)
Yep, this is basically what I came up with: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=magma#n34
I just wonder if there is any way to
kick flipnvcc-ccache without having to alterPKGBUILD...Currently, my local solution involves repacking
cudawith someccacheaware scripting in place of/opt/cuda/bin/nvcc: https://github.com/bartoszek/AUR-cuda-split/blob/cbc5896751190926b6c9e06a51e8b3d8d733eeb7/PKGBUILD#L52pingplug commented on 2019-06-29 16:55 (UTC)
bartus commented on 2019-06-29 15:17 (UTC) (edited on 2019-06-29 15:23 (UTC) by bartus)
move
nvcc-ccacchetoupdate-ccache-linksand addpost_removecleanup: PR :::: patchbtw. how to make it working with cmake:Find_CUDA?
pingplug commented on 2019-02-22 01:08 (UTC)
ccachepackage only offergccandclanglink in/usr/lib/ccache/bin/, this package provides a pacman hook to add more compiler (for examplemingw-w64-gcc) link in/usr/lib/ccache/bin/.this package also provide a script for using
ccachewithnvcc(incudapackage)zerophase commented on 2019-02-21 05:39 (UTC)
What does this package do exactly?