Package Details: opencl-nvidia-vulkan 570.123.07-2

Git Clone URL: https://aur.archlinux.org/nvidia-vulkan.git (read-only, click to copy)
Package Base: nvidia-vulkan
Description: OpenCL implemention for NVIDIA (vulkan developer branch)
Upstream URL: https://developer.nvidia.com/vulkan-driver
Licenses: custom
Conflicts: opencl-nvidia
Provides: opencl-driver, opencl-nvidia
Submitter: jcstryker
Maintainer: ventureo
Last Packager: ventureo
Votes: 32
Popularity: 0.38
First Submitted: 2018-06-23 01:17 (UTC)
Last Updated: 2025-05-02 14:11 (UTC)

Dependencies (5)

Required by (65)

Sources (11)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 Next › Last »

jcstryker commented on 2018-07-17 20:16 (UTC)

@DAVVVVE I am glad you got this working on your system

jcstryker commented on 2018-07-17 20:16 (UTC)

To properly handle the choice between nvidia-vulkan and nvidia-vulkan-dkms, I recommend using an AUR helper with proper split package support.

https://wiki.archlinux.org/index.php/AUR_helpers#Active

jcstryker commented on 2018-07-10 18:20 (UTC) (edited on 2018-07-10 18:31 (UTC) by jcstryker)

@mastercoms

You are very welcome. I corrected the package to provide nvidia-utils and opencl-nvidia.

While testing, I was able to install cuda on my system. Let me know if you have any other issues.

jcstryker commented on 2018-07-10 17:45 (UTC) (edited on 2018-07-10 18:33 (UTC) by jcstryker)

@Enverex

It is structured as a package group, so this package will build the nvidia driver, utils, lib32-*, etc.

Most aur helpers will let you pick which components of the package group to install, which is where you would choose the main or dkms version of the driver, same process with a standard git clone and makepkg(though I suppose the -i flag would cause issues).

Some aur helpers will let you build the package but install only specific packages of the group e.g.:

'aur-helper -Syu nvidia-vulkan nvidia-vulkan-utils'

This would avoid the conflict between nvidia-vulkan and nvidia-vulkan-dkms.

If you or anyone else has an idea on how to structure this better I would welcome it. However right now it works well for the way I install aur packages (aurman).

mastercoms commented on 2018-07-10 17:42 (UTC) (edited on 2018-07-10 17:49 (UTC) by mastercoms)

Could the nvidia-vulkan-utils package provide nvidia-utils and opencl-nvidia-vulkan provide opencl-nvidia? It is needed for CUDA.

Thank you for your work on this package.

Enverex commented on 2018-07-10 16:31 (UTC)

This package now conflicts with itself:

:: nvidia-vulkan and nvidia-vulkan-dkms are in conflict

Is it now a case of having to manually pick out the parts of the final completed build that you want installed?

jcstryker commented on 2018-07-10 01:09 (UTC)

@pshe94 nvidia-settings is now included in nvidia-vulkan-utils, let me know if you have any other issues

@apathy you are very welcome, glad the package is is working for you now