Search Criteria
Package Details: cuda11.1 11.1.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/cuda11.1.git (read-only, click to copy) |
---|---|
Package Base: | cuda11.1 |
Description: | NVIDIA's GPU programming toolkit (version 11.1) |
Upstream URL: | https://developer.nvidia.com/cuda-zone |
Licenses: | custom:NVIDIA |
Conflicts: | cuda |
Provides: | cuda, cuda-sdk, cuda-toolkit |
Replaces: | cuda-sdk, cuda-static, cuda-toolkit |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 2 |
Popularity: | 0.164489 |
First Submitted: | 2021-02-06 23:38 (UTC) |
Last Updated: | 2021-02-07 00:52 (UTC) |
Dependencies (6)
- gcc (gccrs-git, gcc-git, gcc11)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- nvidia-utils (nvidia-410xx-utils, nvidia-340xx-utils, nvidia-440xx-utils, nvidia-430xx-utils, nvidia-merged-utils, nvidia-510xx-utils, nvidia-vulkan-utils-nvlax, nvidia-utils-beta, nvidia-utils-beta-nvlax, nvidia-470xx-utils, nvidia-390xx-utils, nvidia-utils-nvlax, nvidia-525xx-utils, nvidia-vulkan-utils)
- opencl-nvidia (opencl-nvidia-410xx, opencl-nvidia-340xx, opencl-nvidia-440xx, opencl-nvidia-430xx, opencl-nvidia-merged, opencl-510xx-nvidia, opencl-nvidia-beta, opencl-nvidia-470xx, opencl-nvidia-390xx, opencl-nvidia-525xx, opencl-nvidia-vulkan)
- python (nogil-python, python36, python32, python39, python38, python37, python310, python312)
- gdb (gdb-git, gdb-debug-git) (optional) – for cuda-gdb
Required by (354)
- agisoft-metashape (requires cuda) (optional)
- agisoft-metashape-pro (requires cuda) (optional)
- ambertools (requires cuda) (make)
- ambertools (requires cuda) (optional)
- amgx (requires cuda)
- arrayfire-git (requires cuda) (optional)
- avidemux-core-git (requires cuda) (optional)
- avisynth-plugin-eedi2cuda-git (requires cuda) (make)
- bforartists (requires cuda) (optional)
- bforartists-git (requires cuda) (optional)
- blender-2.7 (requires cuda) (optional)
- blender-2.83-git (requires cuda) (optional)
- blender-2.93-git (requires cuda) (optional)
- blender-3.0-git (requires cuda) (optional)
- blender-3.3-bin (requires cuda) (optional)
- blender-3.5-bin (requires cuda) (optional)
- blender-3.6-bin (requires cuda) (optional)
- blender-as-py-module (requires cuda) (make)
- blender-as-py-module (requires cuda) (optional)
- blender-develop-git (requires cuda) (optional)
- Show 334 more...
Sources (32)
- accinj64.pc
- cublas.pc
- cuda-findgllib_mk.patch
- cuda.conf
- cuda.pc
- cuda.sh
- cudart.pc
- cufft.pc
- cufftw.pc
- cuinj64.pc
- curand.pc
- cusolver.pc
- cusparse.pc
- http://developer.download.nvidia.com/compute/cuda/11.1.1/local_installers/cuda_11.1.1_455.32.00_linux.run
- nppc.pc
- nppi.pc
- nppial.pc
- nppicc.pc
- nppicom.pc
- nppidei.pc
- nppif.pc
- nppig.pc
- nppim.pc
- nppist.pc
- nppisu.pc
- nppitc.pc
- npps.pc
- nvgraph.pc
- nvidia-ml.pc
- nvjpeg.pc
- nvrtc.pc
- nvToolsExt.pc
Latest Comments
raine commented on 2023-05-05 13:56 (UTC) (edited on 2023-05-05 13:58 (UTC) by raine)
After force installing with yay -S --mflags --skipinteg cuda-11.1, I get errors
RuntimeError: The current installed version of g++ (13.1.1) is greater than the maximum required version by CUDA 11.1. Please make sure to use an adequate version of g++ (>=5.0.0, <11.0).
seems like this package should install an older version of gcc and change /opt/cuda-11.1/bin/g++ and /opt/cuda-11.1/bin/gcc to appropriate versions, as done in for example in package which installs gcc8 and runs
raine commented on 2023-05-05 13:47 (UTC)
Build fails due to failing checksums:
==> Validating source files with sha512sums... cuda_11.1.1_455.32.00_linux.run ... Passed cuda-findgllib_mk.diff ... Passed accinj64.pc ... Passed cublas.pc ... Passed cuda.pc ... Passed cudart.pc ... Passed cufft.pc ... Passed cufftw.pc ... Passed cuinj64.pc ... Passed curand.pc ... Passed cusolver.pc ... Passed cusparse.pc ... Passed nppc.pc ... Passed nppi.pc ... FAILED nppial.pc ... FAILED nppicc.pc ... FAILED nppicom.pc ... FAILED nppidei.pc ... FAILED nppif.pc ... FAILED nppig.pc ... FAILED nppim.pc ... FAILED nppist.pc ... Passed nppisu.pc ... Passed nppitc.pc ... Passed npps.pc ... Passed nvToolsExt.pc ... FAILED nvgraph.pc ... FAILED nvidia-ml.pc ... FAILED nvjpeg.pc ... FAILED nvrtc.pc ... FAILED ==> ERROR: One or more files did not pass the validity check!