Package Details: cuda11.1 11.1.1-2

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)

Required by (354)

Sources (32)

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

ln -s /usr/bin/gcc-8 "${install_prefix}/bin/gcc" ln -s /usr/bin/g++-8 "${install_prefix}/bin/g++"

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!