Search Criteria
Package Details: cuda-10.1 10.1.243-1
Git Clone URL: | https://aur.archlinux.org/cuda-10.1.git (read-only, click to copy) |
---|---|
Package Base: | cuda-10.1 |
Description: | NVIDIA's GPU programming toolkit |
Upstream URL: | https://developer.nvidia.com/cuda-zone |
Licenses: | |
Provides: | |
Replaces: | |
Submitter: | tinytangent |
Maintainer: | tinytangent |
Last Packager: | tinytangent |
Votes: | 2 |
Popularity: | 0.197753 |
First Submitted: | 2020-01-01 08:13 |
Last Updated: | 2020-01-01 08:13 |
Dependencies (6)
- gcc8
- gcc8-libs
- opencl-nvidia (opencl-nvidia-410xx, opencl-nvidia-340xx, opencl-nvidia-440xx, opencl-nvidia-full-vulkan-all, opencl-nvidia-beta, opencl-nvidia-390xx, opencl-nvidia-vulkan)
- nvidia-utils>=418.39 (nvidia-410xx-utils, nvidia-340xx-utils, nvidia-440xx-utils, nvidia-utils-full-vulkan-all, nvidia-utils-beta, nvidia-390xx-utils, nvidia-vulkan-utils)
- gdb (gdb-git, gdb-ibuclaw-git, gdb-trunk, gdb-mini) (optional) – for cuda-gdb
- java-runtime=8 (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jre7, jdk8-j9-bin, jre14, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, jre11, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jre8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jre-bcl, jdk8-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jre-openj9, jre-jetbrains, java-openjdk-loom-ea-bin, jdk-jetbrains, jdk11-openj9-bin, jre11-jetbrains-imfix, jdk8-graalvm-bin, jdk11-graalvm-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, java-openjdk-ea-bin, jdk-openj9-bin, jre, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk) (optional) – for nsight and nvvp
Required by (11)
- 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)
- cudnn7-cuda10.1
- libcutensor-cuda10.1
- paddlepaddle-gpu
Latest Comments
ashirviskas commented on 2020-09-07 08:07
Could you remove
replaces
line like it is in cuda-10.0? Otherwise you can't have multiple CUDA versions on your machine.boernjamin commented on 2020-03-23 08:18
Hello,
I have the same problem. Currently nvidia-440-xx-utils are installed but tried it also with nvidia-418-xx-utils. The output I get is the following:
thanks for helping
-------------------------
tl;dr: install the package over the cli
Solution to this specific problem:
I am using manjaro and because i am relatively new to Linux i was using the GUI version of pamac.
As layed out in this forum-post (https://forum.manjaro.org/t/exec-t-invalid-option-while-building-cuda-8-0-and-cuda-9-2-with-pamac/63876) the error is caused by the gui version because it wants to open xterm. After installing Xterm i was running in other problems.
The final solution was to install the package over the cli with the command
tinytangent commented on 2020-01-18 01:12
@creat89 Indeed these options do not appear in the output of sh cuda_10.1.243_418.87.00_linux.run --help
But they are from the PKGBUILD in previous CUDA-10.1 community repo https://git.archlinux.org/svntogit/community.git/plain/trunk/PKGBUILD?h=packages/cuda&id=fcbd4c73582f2c4ddd0e271388b864050811e232
I guess they may be deprecated but still supported.
Seems the PKGBUILD works on my side. Could you please paste some error messages you encounter here?
tinytangent commented on 2020-01-15 02:46
@creat89
Thank you for your feedback. Actually this PKGBUILD is modified from the official community repo without careful checks so there could be some mistakes. I will look into this problem.
creat89 commented on 2020-01-14 17:03
Hello,
The code of the PKGBUILD doesn't work without some modifications. I haven't arrived to install completely the package. But as far as I can tell line 29 should be modified, as for the current version of CUDA, there is no option --target or --no-exec.