| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: volk: Hard-code path of vulkan-loader for dynamic loading•••Until now, we’d get:
$ guix shell vulkan-tools -- vulkaninfo
ERROR at /tmp/guix-build-vulkan-tools-1.3.280.0.drv-0/source/vulkaninfo/./vulkaninfo.h:412: Failed to initialize: Vulkan loader is not installed, not found, or failed to load.
This patch fixes it and potentially for other programs as well.
* gnu/packages/vulkan.scm (volk)[arguments]: use gexp.
<#:phases>: Patch dlopen with libvulkan.so.
[input]: Add vulkan-loader.
Change-Id: I5ef0eb13d35e517b8947faddace641882a775b80
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| nathan | 2024-11-05 | 1 | -3/+13 |
* | gnu: vulkan-headers: Hard-code libvulkan.so file name.•••* gnu/packages/vulkan.scm (vulkan-headers): Rename to…
(vulkan-headers/no-loader): … this.
(vulkan-headers): New variable.
(vulkan-loader): Depend on ‘vulkan-headers/no-loader’.
Change-Id: Ic674a4d965d8049e388d75137111ed0253ca3b18
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| nathan | 2024-11-05 | 1 | -2/+23 |
* | gnu: mesa: Fix building on aarch64-linux.•••* gnu/packages/gl.scm (mesa)[inputs]: When building for aarch64-linux
use clang-18 and llvm-18 instead of llvm-for-mesa.
[native-inputs]: When building for aarch64-linux add libclc.
[arguments]: Adjust the 'disable-failing-test phase when building for
aarch64-linux to skip a test.
(mesa-opencl)[native-inputs]: When building for aarch64-linux don't add
clang-15.
* gnu/packages/check.scm (python-lit),
* gnu/packages/llvm.scm (libclc),
* gnu/packages/vulkan.scm (spirv-llvm-translator): Add a note about it
being a dependency for mesa.
Change-Id: I0bf5ab019ffd0626ad2d0c38bafceec401e3c886
| Efraim Flashner | 2024-08-31 | 1 | -0/+1 |
* | gnu: Add vkbasalt.•••* gnu/packages/vulkan.scm: (vkbasalt): New variable.
Change-Id: Ib5a39df0deabb166498e16e7359e7fa83a63b6c9
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| James Smith via Guix-patches via | 2024-08-17 | 1 | -0/+52 |
* | gnu: vulkan-loader: Fix cross-compilation.•••* gnu/packages/vulkan.scm (vulkan-loader)[arguments]<#:configure>: When
cross-compilation, set the PKG_CONFIG_EXECUTABLE variable.
Change-Id: Ie0466a64effa5c93f859ff872423f2403f23f5cb
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Zheng Junjie | 2024-08-11 | 1 | -2/+6 |
* | gnu: spirv-llvm-translator: Rewrite using g-exps.•••* gnu/packages/vulkan.scm (spirv-llvm-translator)[arguments]: Rewrite
using g-expressions.
Change-Id: If0025060e5aa24a9d90724966887ea03f4f8c4b3
| Efraim Flashner | 2024-06-03 | 1 | -12/+13 |
* | gnu: spirv-llvm-translator: Skip tests on most platforms.•••* gnu/packages/vulkan.scm (spirv-llvm-translator)[arguments]: Only run
tests when not cross-compiling and for x86_64-linux.
Change-Id: If0025060e5aa24a9d90724966887ea03f4f8c4b3
| Efraim Flashner | 2024-06-03 | 1 | -1/+5 |
* | gnu: spirv-llvm-translator: Build shared library.•••* gnu/packages/vulkan.scm (spirv-llvm-translator)[arguments]: Adjust
configure-flags to link the executable to the shared library location
and enable building the shared libraries.
Change-Id: I0f44e1562957fb7e6c2e6f7a10dceed8f32ca7ce
| Efraim Flashner | 2024-06-03 | 1 | -0/+3 |
* | gnu: spirv-llvm-translator: Update to 18.1.0.•••This fixes a build failure (after mesa-updates merge, perhaps from the
spirv-headers update). The package version corresponds to the LLVM version
targeted, so inputs needed to be updated.
* gnu/packages/vulkan.scm (spirv-llvm-translator): Update to 18.1.0.
[inputs]: Replace llvm-15 with llvm-18.
[native-inputs]: Ditto. Replace clang-15 with clang-18.
Change-Id: I8ad51dd019e508a14b479a7481de62cdae446425
| John Kehayias | 2024-05-01 | 1 | -4/+4 |
* | gnu: glslang: Skip a test on powerpc-linux.•••* gnu/packages/vulkan.scm (glslang)[arguments]: When building for
powerpc-linux add a phase to skip a test.
Change-Id: I00fd2273fcd2514c3086eee433f74f0bb4c3ebe6
| Efraim Flashner | 2024-04-07 | 1 | -0/+8 |
* | gnu: glslang: Give more information on test failures.•••* gnu/packages/vulkan.scm (glslang)[arguments]: Adjust the 'check phase
to run the tests in parallel, rerun tests which fail and to provide
information when a test fails.
Change-Id: I13962bb503a20338901cdd878d356e1bcce7f2eb
| Efraim Flashner | 2024-04-07 | 1 | -2/+7 |
* | gnu: glslang: Fix building on riscv64-linux.•••* gnu/packages/vulkan.scm (glslang)[arguments]: When building for
riscv64-linux add a configure-flag to link against -latomic.
Change-Id: Ibf8dd0cac71e19f09ad730d88ddd5c8f7b44c14e
| Efraim Flashner | 2024-04-04 | 1 | -3/+6 |
* | gnu: vulkan-validationlayers: Update to 1.3.280.0.•••The check phase was replaced which allows tests to actually run, but they
crash on some hardware (reported in various issues upstream).
* gnu/packages/vulkan.scm (vulkan-validationlayers): Update to 1.3.280.0.
[source]: Add snippet to disable static library building.
[inputs]: Add robin-hood-hashing and vulkan-utility-libraries.
[arguments]: Remove previous configure-flags and add BUILD_TESTS, replace
check phase, and update reason why tests are disabled.
(%vulkan-sdk-version): Remove unused variable.
Change-Id: I80ca002d8dbe71cad57f859ee34ac8f10e175907
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| dan | 2024-04-01 | 1 | -31/+26 |
* | gnu: Add vulkan-utility-libraries.•••* gnu/packages/vulkan.scm (vulkan-utility-libraries): New variable.
Change-Id: I5a7c3fa51150e2181197316f6b97a54f12a24236
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| dan | 2024-04-01 | 1 | -0/+25 |
* | gnu: vulkan-tools: Update to 1.3.280.0.•••* gnu/packages/vulkan.scm (vulkan-tools): Update to 1.3.280.0.
[source]: Add snippet to disable a test.
[arguments]: Remove GLSLANG_INSTALL_DIR from configure-flags. Enable tests.
Replace the check phase
[native-inputs]: Add googletest.
Change-Id: Iadf98fc95d0d70c3780159992ebc2fdff6a2d108
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| dan | 2024-04-01 | 1 | -7/+15 |
* | gnu: volk: Update to 1.3.280.0.•••* gnu/packages/vulkan.scm (volk): Update to 1.3.280.0.
Change-Id: I4f72df2ba6784f3dae93cf60361e1bceaf61d3bb
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| dan | 2024-04-01 | 1 | -3/+3 |
* | gnu: vulkan-loader: Update to 1.3.280.0.•••According to
<https://vulkan.lunarg.com/doc/view/1.3.231.1/linux/loader_and_layer_interface.html>,
the Vulkan loader searches for manifest files in several directories, like in
$HOME or ones set during compile-time. So, expose XDG_DATA_DIRS, which Vulkan
will search, as a search-path to find ones from other packages, like mesa.
* gnu/packages/vulkan.scm (vulkan-loader): Update to 1.3.280.0.
[arguments]<#:phases>: Update the use-system-googletest phase.
[native-search-paths]: New search path, XDG_DATA_DIRS.
Change-Id: Ib270eeeea6500691a75c36612104c7ddb1c28dfb
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| dan | 2024-04-01 | 1 | -10/+11 |
* | gnu: vulkan-headers: Update to 1.3.280.0.•••* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.3.280.0.
Change-Id: Ie4c135fd53a9cacb36e766daba9524ce33fa5630
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| dan | 2024-04-01 | 1 | -3/+3 |
* | gnu: shaderc: Update to 2024.0.•••* gnu/packages/vulkan.scm (shaderc): Update to 2024.0.
[arguments]<#:configure-flags>: Specify python executable.
<#:phases>: Remove drop-additional-glslang-deps phase.
[inputs]: Move python from here ...
[native-inputs]: ... to here.
Change-Id: I3ca4b6560288f4b8ea9440a7fd0a7815b67471d8
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| dan | 2024-04-01 | 1 | -14/+10 |
* | gnu: spirv-cross: Update to 1.3.280.0.•••* gnu/packages/vulkan.scm (spirv-cross): Update to 1.3.280.0.
Change-Id: Ie8e45c6892892c02e3d970a831044ff9f70a9547
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| dan | 2024-04-01 | 1 | -3/+3 |
* | gnu: glslang: Update to 1.3.280.0.•••* gnu/packages/vulkan.scm (glslang): Update to 1.3.280.0.
[source]: Remove patch.
[arguments]: Run tests.
[inputs]: Add spirv-tools.
* gnu/packages/patches/glslang-install-static-libs.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Ungerister it.
Change-Id: I39ef23565e575179b292a1ab76d2d70c98f84767
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| dan | 2024-04-01 | 1 | -6/+11 |
* | gnu: spirv-tools: Update to 1.3.280.0.•••* gnu/packages/vulkan.scm (spirv-tools): Update to 1.3.280.0.
Change-Id: Ie6e438849f8f59a4b7616ab05e81c4a76d64dd9e
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| dan | 2024-04-01 | 1 | -3/+3 |
* | gnu: spirv-headers: Update to 1.3.280.0.•••* gnu/packages/vulkan.scm (spirv-headers): Update to 1.3.280.0.
Change-Id: I7a00d3c432a9f6901b3b91b7df2ded887b6101d1
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| dan | 2024-04-01 | 1 | -4/+4 |
* | gnu: vulkan-loader: Fix cross-compiling.•••gnu/packages/vulkan.scm(vulkan-loader):
[arguments]<#:configure-flags>: When cross-compiling, set -DBUILD_TESTS=OFF
and -DUSE_GAS=OFF.
[inputs]: Add libxrandr.
Change-Id: I580e1c77c4b9b5a3483e93ff9eda78fbe07ec292
| Zheng Junjie | 2024-01-03 | 1 | -2/+5 |
* | gnu: Add spirv-llvm-translator.•••* gnu/packages/vulkan.scm (spirv-llvm-translator): New variable.
Change-Id: I9e447b7d69c7fdf620854362ca8aa98a2dfa1c87
| Efraim Flashner | 2023-11-30 | 1 | -0/+33 |
* | gnu: vulkan-loader: Limit tests to x86_64 and i686.•••* gnu/packages/vulkan.scm (vulkan-loader)[arguments]: Only run the tests
when building on x86_64-linux or i686-linux.
| Efraim Flashner | 2023-05-15 | 1 | -2/+4 |
* | gnu: vulkan-loader: Skip tests on riscv64-linux.•••* gnu/packages/vulkan.scm (vulkan-loader)[arguments]: Skip tests when
building on riscv64-linux.
| Efraim Flashner | 2023-05-04 | 1 | -1/+4 |
* | Merge remote-tracking branch 'origin/master' into staging.•••With resolved conflicts in:
gnu/packages/ibus.scm
gnu/packages/image.scm
gnu/packages/lisp.scm
gnu/packages/virtualization.scm
| Maxim Cournoyer | 2023-03-23 | 1 | -1/+0 |
|\ |
|
| * | gnu: Remove unneeded module imports.•••* gnu/packages/abiword.scm,
* gnu/packages/ada.scm,
* gnu/packages/agda.scm,
* gnu/packages/backup.scm,
* gnu/packages/barrier.scm,
* gnu/packages/bioinformatics.scm,
* gnu/packages/bootstrap.scm,
* gnu/packages/bqn.scm,
* gnu/packages/c.scm,
* gnu/packages/chemistry.scm,
* gnu/packages/coq.scm,
* gnu/packages/cross-base.scm,
* gnu/packages/databases.scm,
* gnu/packages/emacs-xyz.scm,
* gnu/packages/enlightenment.scm,
* gnu/packages/games.scm,
* gnu/packages/geo.scm,
* gnu/packages/ghostscript.scm,
* gnu/packages/gl.scm,
* gnu/packages/golang.scm,
* gnu/packages/jami.scm,
* gnu/packages/java-maths.scm,
* gnu/packages/kde-frameworks.scm,
* gnu/packages/kde-plasma.scm,
* gnu/packages/language.scm,
* gnu/packages/libreoffice.scm,
* gnu/packages/linphone.scm,
* gnu/packages/lisp.scm,
* gnu/packages/llvm.scm,
* gnu/packages/machine-learning.scm,
* gnu/packages/minetest.scm,
* gnu/packages/monitoring.scm,
* gnu/packages/nfs.scm,
* gnu/packages/ocr.scm,
* gnu/packages/opencl.scm,
* gnu/packages/pdf.scm,
* gnu/packages/python-xyz.scm,
* gnu/packages/racket.scm,
* gnu/packages/rust.scm,
* gnu/packages/syncthing.scm,
* gnu/packages/syndication.scm,
* gnu/packages/telegram.scm,
* gnu/packages/vulkan.scm,
* gnu/packages/web-browsers.scm,
* gnu/packages/web.scm,
* gnu/packages/webkit.scm: Remove some unecessary module imports.
| Efraim Flashner | 2023-02-16 | 1 | -1/+0 |
* | | Merge branch 'master' into staging.•••With conflicts resolved in:
gnu/packages/version-control.scm
| Maxim Cournoyer | 2023-02-08 | 1 | -7/+5 |
|\| |
|
| * | gnu: spirv-cross: Activate tests.•••* gnu/packages/vulkan.scm (spirv-cross)[arguments]: Remove #:tests?.
<#:phases>: Add ‘update-reference-shaders’.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nicolas Graves | 2023-01-31 | 1 | -7/+5 |
* | | gnu: vulkan-loader: Don't build (and install) googletest.•••* gnu/packages/vulkan.scm (vulkan-loader)[arguments]: Add phase to use system
googletest. Remove unpack-googletest phase.
[native-inputs]: Change from (PACKAGE-SOURCE GOOGLETEST) to GOOGLETEST.
| Marius Bakke | 2023-01-08 | 1 | -10/+13 |
* | | gnu: vulkan-loader: Refer to vulkan-headers in pkg-config file.•••* gnu/packages/vulkan.scm (vulkan-loader)[arguments]: Add phase.
| Marius Bakke | 2023-01-08 | 1 | -0/+8 |
* | | gnu: glslang: Install all libraries.•••* gnu/packages/patches/glslang-install-static-libs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/vulkan.scm (glslang)[source](patches): New field.
| Marius Bakke | 2022-12-12 | 1 | -0/+1 |
* | | gnu: vulkan-loader: Remove input labels.•••* gnu/packages/vulkan.scm (vulkan-loader)[native-inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-DIRECTORY instead of label. While at it remove
use of THIS-PACKAGE-INPUT.
| Marius Bakke | 2022-11-20 | 1 | -19/+22 |
* | | gnu: vulkan-loader: Update to 1.3.232.•••* gnu/packages/vulkan.scm (vulkan-loader): Update to 1.3.232.
| Marius Bakke | 2022-11-20 | 1 | -3/+6 |
* | | gnu: Add vulkan-memory-allocator.•••* gnu/packages/vulkan.scm (vulkan-memory-allocator): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
| dan | 2022-11-20 | 1 | -0/+30 |
* | | gnu: Add volk.•••* gnu/packages/vulkan.scm (volk): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
| dan | 2022-11-20 | 1 | -0/+29 |
* | | gnu: vulkan-validationlayers: Update to sdk-1.3.231.1.•••* gnu/packages/vulkan.scm (vulkan-validationlayers): Update to sdk-1.3.231.1.
[arguments]: Specify install directory for spirv-tools and vulkan-headers.
Co-authored-by: Marius Bakke <marius@gnu.org>
| dan | 2022-11-20 | 1 | -3/+13 |
* | | gnu: vulkan-tools: Update to sdk-1.3.231.1.•••* gnu/packages/vulkan.scm (vulkan-tools): Update to sdk-1.3.231.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
| dan | 2022-11-20 | 1 | -4/+4 |
* | | gnu: vulkan-loader: Update to sdk-1.3.231.1.•••* gnu/packages/vulkan.scm (vulkan-loader): Update to sdk-1.3.231.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
| dan | 2022-11-20 | 1 | -3/+3 |
* | | gnu: vulkan-headers: Update to sdk-1.3.231.1.•••* gnu/packages/vulkan.scm (vulkan-headers): Update to sdk-1.3.231.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
| dan | 2022-11-20 | 1 | -3/+3 |
* | | gnu: shaderc: Update to 2022.3.•••* gnu/packages/vulkan.scm (shaderc): Update to 2022.3.
Signed-off-by: Marius Bakke <marius@gnu.org>
| dan | 2022-11-20 | 1 | -3/+13 |
* | | gnu: spirv-cross: Update to sdk-1.3.231.1.•••* gnu/packages/vulkan.scm (spirv-cross): Update to sdk-1.3.231.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
| dan | 2022-11-20 | 1 | -2/+2 |
* | | gnu: glslang: Update to sdk-1.3.231.1.•••* gnu/packages/vulkan.scm (glslang): Update to sdk-1.3.231.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
| dan | 2022-11-20 | 1 | -2/+2 |
* | | gnu: spirv-tools: Replace version with %vulkan-sdk-version.•••* gnu/packages/vulkan.scm (spirv-tools)[version]: Replace with
%vulkan-sdk-version.
The commit of tag '2022.4' and 'sdk-1.3.231.1' are the same.
Signed-off-by: Marius Bakke <marius@gnu.org>
| dan | 2022-11-20 | 1 | -2/+2 |
* | | gnu: spirv-headers: Replace version with %vulkan-sdk-version.•••* gnu/packages/vulkan.scm (spirv-headers) [version]: Replace with
%vulkan-sdk-version variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
| dan | 2022-11-20 | 1 | -2/+4 |
* | | gnu: glslang: Update to 11.9.0.•••* gnu/packages/vulkan.scm (glslang): Update to 11.9.0.
| Marius Bakke | 2022-11-17 | 1 | -6/+4 |
* | | gnu: spirv-tools: Update to 2022.4.•••* gnu/packages/vulkan.scm (spirv-tools): Update to 2022.4.
| Marius Bakke | 2022-11-17 | 1 | -2/+2 |
* | | gnu: spirv-headers: Update to 1.3.231.1.•••* gnu/packages/vulkan.scm (spirv-headers): Update to 1.3.231.1.
| Marius Bakke | 2022-11-17 | 1 | -2/+2 |