Search Criteria
Package Details: cuda-7.5 7.5.18-5
Git Clone URL: | https://aur.archlinux.org/cuda-7.5.git (read-only) |
---|---|
Package Base: | cuda-7.5 |
Description: | NVIDIA's GPU programming toolkit. Version 7.5 |
Upstream URL: | http://www.nvidia.com/object/cuda_home.html |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | ivlis |
Maintainer: | ivlis |
Last Packager: | ivlis |
Votes: | 1 |
Popularity: | 0.000002 |
First Submitted: | 2016-10-18 21:54 |
Last Updated: | 2016-10-18 21:54 |
Dependencies (4)
- gcc-libs (gcc-libs-multilib-x32, gcc-libs-multilib-git, fastgcc, gcc-libs-git)
- gcc5
- opencl-nvidia (opencl-nvidia-346xx, opencl-nvidia-352, opencl-nvidia-llb, opencl-nvidia-vulkan-developer-beta, opencl-nvidia-410xx, opencl-nvidia-340xx, opencl-nvidia-full-beta-all, opencl-nvidia-full-beta, opencl-nvidia-beta, opencl-nvidia-vulkan, opencl-nvidia-390xx)
- gdb (gdb-git, gdb-ibuclaw-git, gdb-trunk, gdb-mini) (optional) – for cuda-gdb
Required by (9)
- beagle-lib (requires cuda-toolkit) (optional)
- bonita-studio-community-bin (requires cuda-toolkit) (optional)
- colmap (requires cuda-toolkit) (optional)
- colmap (requires cuda-sdk) (make)
- colmap-git (requires cuda-toolkit) (optional)
- colmap-git (requires cuda-sdk) (make)
- cuda-z (requires cuda-toolkit)
- cudnn6 (requires cuda-sdk)
- mumax3
Latest Comments
tuqueque commented on 2018-05-26 13:10
Please, fix this package. I want to install it (need it) and I get the same error about the "InstallUtils" module.
orson commented on 2017-12-05 08:29
There is no need to copy InstallUtils.pm. Please apply this patch to PKGBUILD: https://pastebin.com/raw/ZCwer5fc
jhubbard commented on 2017-07-14 20:22
This package fails to put InstallUtils.pm (which is part of NVIDIA's CUDA package) into Perl's @INC path, thus leading to the following error:
==> Entering fakeroot environment...
==> Starting package()...
Can't locate InstallUtils.pm in @INC (you may need to install the InstallUtils module) (@INC contains: /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at install-linux.pl line 6.
BEGIN failed--compilation aborted at install-linux.pl line 6.
==> ERROR: A failure occurred in package().
Aborting...
...which can be fixed as follows (because the .run file is still there, after the failed installation attempt):
./cuda_7.5.18_linux.run --tar mxvf
sudo cp InstallUtils.pm /usr/share/perl5/vendor_perl/
# And retry, now it works:
makepkg