Search Criteria
Package Details: vapoursynth-plugin-nlm-cuda-git 1.1.g81019c9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vapoursynth-plugin-nlm-cuda-git.git (read-only, click to copy) |
---|---|
Package Base: | vapoursynth-plugin-nlm-cuda-git |
Description: | Plugin for Vapoursynth: nlm-cuda (GIT version) |
Upstream URL: | https://github.com/AmusementClub/vs-nlm-cuda |
Licenses: | GPL |
Conflicts: | vapoursynth-plugin-nlm-cuda |
Provides: | vapoursynth-plugin-nlm-cuda |
Submitter: | sl1pkn07 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-08-31 15:35 (UTC) |
Last Updated: | 2023-08-31 15:35 (UTC) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- vapoursynth (vapoursynth-classicAUR, vapoursynth-gitAUR)
- cmake (cmake-gitAUR) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (1)
- vapoursynth-plugin-vsdenoise-git (optional)
Latest Comments
trixsama commented on 2024-08-23 10:10 (UTC) (edited on 2024-08-23 10:27 (UTC) by trixsama)
This will not work with GCC14 currently.
However, it should work again as long as you symlink the GCC13 bins within the CUDA folder:
sudo ln -s /usr/bin/gcc-13 /opt/cuda/bin/gcc
sudo ln -s /usr/bin/g++-13 /opt/cuda/bin/g++
And adding the CUDA folder to PATH:
export PATH=/opt/cuda/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/opt/cuda/lib64