It's required to pin libcudart version in order to preserve local system consistency, already posted ticket on bugtracker to have cuda provides include libcudart.so
Search Criteria
Package Base Details: popsift
Git Clone URL: | https://aur.archlinux.org/popsift.git (read-only, click to copy) |
---|---|
Submitter: | bartus |
Maintainer: | bartus |
Last Packager: | bartus |
Votes: | 1 |
Popularity: | 0.24 |
First Submitted: | 2019-08-28 08:06 |
Last Updated: | 2021-03-10 09:42 |
Packages (2)
Latest Comments
bartus commented on 2021-02-12 20:43
mmberlin commented on 2021-02-12 18:55
libcudart.so is not a standalone pkg but it is contained in the cuda package. Please remove from dependency.
From cuda file list: opt/cuda/targets/x86_64-linux/lib/libcudart.so
bartus commented on 2021-02-11 17:14
This package is also hosted on GitHub.
- Please report
issues
andpatches
on GitHub.
Use env vars to control build process:
DISABLE_CHECK=1
to skip building test and examplesCUDA_ARCH="xx yy"
to build for a specific Cuda arch, supports multiple values.MAKEFLAGS="xxx"
to override default make flags (check oom-killer disclaimer below)
Usage cases:
export CUDA_ARCH=30
before buildCUDA_ARCH=30 ~your-aur-helper~
makepkg CUDA_ARCH=30
yay -S popsift --mflags "CUDA_ARCH=30"
Pinned Comments
bartus commented on 2021-02-11 17:14
This package is also hosted on GitHub.
issues
andpatches
on GitHub.Use env vars to control build process:
DISABLE_CHECK=1
to skip building test and examplesCUDA_ARCH="xx yy"
to build for a specific Cuda arch, supports multiple values.MAKEFLAGS="xxx"
to override default make flags (check oom-killer disclaimer below)Usage cases:
export CUDA_ARCH=30
before buildCUDA_ARCH=30 ~your-aur-helper~
makepkg CUDA_ARCH=30
yay -S popsift --mflags "CUDA_ARCH=30"