Search Criteria
Package Details: opencl-nvidia-vulkan 535.43.09-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvidia-vulkan.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-vulkan |
Description: | OpenCL implemention for NVIDIA |
Upstream URL: | https://developer.nvidia.com/vulkan-driver |
Licenses: | custom |
Conflicts: | opencl-nvidia |
Provides: | opencl-driver, opencl-nvidia |
Submitter: | jcstryker |
Maintainer: | jcstryker |
Last Packager: | jcstryker |
Votes: | 31 |
Popularity: | 0.000003 |
First Submitted: | 2018-06-23 01:17 (UTC) |
Last Updated: | 2023-09-05 03:22 (UTC) |
Dependencies (5)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- libglvnd (libglvnd-gitAUR) (make)
- linux (make)
- linux-headers (make)
- opencl-headers (opencl-headers-gitAUR) (optional) – headers necessary for OpenCL development
Required by (67)
- aftershotpro2 (requires opencl-nvidia) (optional)
- aftershotpro3 (requires opencl-nvidia) (optional)
- arrayfire-git (requires opencl-driver) (optional)
- bfgminer-git (requires opencl-nvidia) (optional)
- computecpp (requires opencl-driver)
- cpu-x-opencl (requires opencl-driver) (optional)
- cuda-10.0 (requires opencl-nvidia)
- cuda-10.2 (requires opencl-nvidia)
- cuda-11.1 (requires opencl-nvidia)
- cuda-11.7 (requires opencl-nvidia)
- cuda-8.0 (requires opencl-nvidia)
- cuda-9.0 (requires opencl-nvidia)
- cuda-9.2 (requires opencl-nvidia)
- cuda11.1 (requires opencl-nvidia)
- cuda11.4 (requires opencl-nvidia)
- cuda11.4-versioned (requires opencl-nvidia)
- cuda12.0 (requires opencl-nvidia)
- cuda12.0-versioned (requires opencl-nvidia)
- cytoscape (requires opencl-driver) (optional)
- davinci-resolve (requires opencl-driver)
- davinci-resolve-beta (requires opencl-driver)
- davinci-resolve-studio (requires opencl-driver)
- davinci-resolve-studio-beta (requires opencl-driver)
- dewobble (requires opencl-driver)
- foldingathome (requires opencl-driver) (optional)
- fusion-render-node (requires opencl-driver)
- fusion-studio (requires opencl-driver)
- gromacs (requires opencl-nvidia) (optional)
- gromacs-plumed (requires opencl-nvidia) (optional)
- gyroflow (requires opencl-driver) (optional)
- gyroflow-bin (requires opencl-driver) (optional)
- gyroflow-git (requires opencl-driver) (optional)
- khronos-ocl-icd-loader (requires opencl-driver)
- kristforge-bin (requires opencl-driver) (optional)
- kristforge-git (requires opencl-driver) (optional)
- lc0 (requires opencl-driver) (optional)
- leela-zero (requires opencl-driver)
- leela-zero-git (requires opencl-driver)
- luxcorerender (requires opencl-driver) (optional)
- luxcorerender-bin (requires opencl-driver) (optional)
- luxcorerender-git (requires opencl-driver) (optional)
- luxmark (requires opencl-driver)
- maya (requires opencl-driver) (optional)
- mfakto (requires opencl-driver)
- mtsieve (requires opencl-driver)
- nuxhash-git (requires opencl-nvidia)
- nvidia-510xx-utils (requires opencl-nvidia) (optional)
- nvidia-525xx-utils (requires opencl-nvidia) (optional)
- nvidia-535xx-utils (requires opencl-nvidia) (optional)
- nvidia-550xx-utils (requires opencl-nvidia) (optional)
- nvidia-vulkan-utils (optional)
- opencl-icd-loader (requires opencl-driver) (optional)
- portwine-meta-nvidia (requires opencl-nvidia)
- python-gpuctypes (requires opencl-driver) (optional)
- python-pyfai (requires opencl-driver)
- python-silx (requires opencl-driver) (optional)
- scallion (requires opencl-nvidia) (optional)
- sempiternum (requires opencl-nvidia) (optional)
- sempiternum-git (requires opencl-nvidia) (optional)
- siftgpu (requires opencl-nvidia) (optional)
- silentarmy-nvmod-git (requires opencl-nvidia)
- slopecraft (requires opencl-nvidia) (optional)
- ugene-git (requires opencl-driver)
- viennacl (requires opencl-nvidia) (optional)
- virtualgl-git (requires opencl-driver)
- vramfs-git (requires opencl-driver)
- zivid (requires opencl-driver)
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13
jcstryker commented on 2018-07-09 16:25 (UTC) (edited on 2018-07-09 16:25 (UTC) by jcstryker)
Hello, sorry for the delayed response. I was on holiday.
I have rewritten the package following the suggestion from @NoMore66201 to use the official PKGBUILDs from the arch repos.
This should fix the libglvnd(@NoMore66201) and egl-wayland(@vanyasem) conflicts.
@gablink, I have included the dkms package as well but I have not tested it yet. Let me know if you have any issues.
@DocMAX, try the new PKGBUILD and let me know if you are still having issues. It should now depend on libglvnd and cleanly replace nvidia and nvidia-utils.
@Chais, thanks for the suggestion. I was previously following the nvidia-full-beta PKGBUILD but am now basing it off the official Arch PKGBUILD. Let me know if you have any other corrections or improvements, I appreciate the advice.
NoMore201 commented on 2018-07-09 11:50 (UTC) (edited on 2018-07-09 11:50 (UTC) by NoMore201)
If someone else has troubles with this, just download nvidia,nvidia-utils,lib32-nvidia-utils PKGBUILDs from arch repos. All you need to do is modify sources to point to 396.24.02 drivers, update shasums and pkgver variables and build them.
vanyasem commented on 2018-07-08 11:13 (UTC)
Conflicts with egl-wayland
Chais commented on 2018-07-06 01:12 (UTC)
This
_kernel=$(cat /usr/lib/modules/extramodules-*-ARCH/version)
is not the proper way to determine the kernel version. It necessitates an existing installation of nvidia or nvidia-vulkan to populate that directory. While the target system probably fulfills that assumption, the build system doesn't necessarily. Please use
_kernel=$(uname -r)
instead.
DocMAX commented on 2018-07-05 17:26 (UTC) (edited on 2018-07-05 17:26 (UTC) by DocMAX)
can't install:
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'libgl' required by nvidia-vulkan
NoMore201 commented on 2018-07-03 16:17 (UTC)
This package conflicts with libglvnd and provides its libgl package, so that it can't be used with Optimus laptops. Is it intended?
elgabo commented on 2018-07-02 06:52 (UTC)
Hi! Could you do the dkms package too ? (For custom kernels)
« First ‹ Previous 1 .. 8 9 10 11 12 13