Search Criteria
Package Details: lib32-opencl-nvidia-vulkan 595.44.08-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 (32-bit) (vulkan developer branch) |
| Upstream URL: | https://developer.nvidia.com/vulkan-driver |
| Licenses: | custom |
| Conflicts: | lib32-opencl-nvidia |
| Provides: | lib32-opencl-driver, lib32-opencl-nvidia |
| Submitter: | jcstryker |
| Maintainer: | ventureo |
| Last Packager: | ventureo |
| Votes: | 34 |
| Popularity: | 0.49 |
| First Submitted: | 2018-06-23 01:17 (UTC) |
| Last Updated: | 2026-05-19 09:27 (UTC) |
Dependencies (3)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR)
- lib32-zlib (lib32-zlib-ng-compat)
- opencl-headers (opencl-headers-gitAUR, adaptivecpp-gitAUR, adaptivecppAUR) (optional) – headers necessary for OpenCL development
Required by (10)
- lib32-nvidia-510xx-utils (requires lib32-opencl-nvidia) (optional)
- lib32-nvidia-525xx-utils (requires lib32-opencl-nvidia) (optional)
- lib32-nvidia-535xx-utils (requires lib32-opencl-nvidia) (optional)
- lib32-nvidia-550xx-utils (requires lib32-opencl-nvidia) (optional)
- lib32-nvidia-580xx-utils (requires lib32-opencl-nvidia) (optional)
- lib32-nvidia-utils-bsb (requires lib32-opencl-nvidia) (optional)
- lib32-nvidia-vulkan-utils (requires lib32-opencl-nvidia) (optional)
- lib32-opencl-icd-loader (requires lib32-opencl-driver) (optional)
- noon-nvidia (requires lib32-opencl-nvidia)
- noon-nvidia-legacy (requires lib32-opencl-nvidia)
Latest Comments
« First ‹ Previous 1 .. 9 10 11 12 13 14
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 .. 9 10 11 12 13 14