I fixed it for as far as I can see, it seems to run on my 6800xt anyways. Enjoy.
Search Criteria
Package Details: raytracinginvulkan-git 7.r32.g92170b6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/raytracinginvulkan-git.git (read-only, click to copy) |
---|---|
Package Base: | raytracinginvulkan-git |
Description: | Implementation of Peter Shirley's Ray Tracing In One Weekend book |
Upstream URL: | https://github.com/GPSnoopy/RayTracingInVulkan |
Licenses: | BSD-3-Clause |
Conflicts: | raytracinginvulkan |
Provides: | raytracinginvulkan |
Submitter: | PedroHLC |
Maintainer: | PedroHLC (a821, chaotic-aur) |
Last Packager: | a821 |
Votes: | 1 |
Popularity: | 0.000007 |
First Submitted: | 2021-04-21 02:27 (UTC) |
Last Updated: | 2025-04-03 19:54 (UTC) |
Dependencies (18)
- boost-libs
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- glfw (glfw-gitAUR, glfw-waywallAUR, glfw-wayland-minecraft-cursorfixAUR)
- glm (glm-gitAUR)
- glslang (glslang-gitAUR)
- mangohud (mangohud-gitAUR)
- tinyobjloaderAUR
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- stb (stb-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- amdvlk (amdvlk-debugAUR, amdvlk-2023q3.3AUR, amdvlk-gitAUR) (optional) – 3rd best vulkan driver for AMD
- nvidia-utils (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, nvidia-340xx-utilsAUR, nvidia-550xx-utilsAUR, nvidia-470xx-utilsAUR, nvidia-525xx-utilsAUR, nvidia-510xx-utilsAUR, nvidia-535xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-utils-betaAUR, nvidia-vulkan-utilsAUR, nvidia-390xx-utilsAUR) (optional) – Includes vulkan driver for NVIDIA
- vulkan-amdgpu-proAUR (optional) – 2nd best vulkan driver for AMD
- vulkan-intel (mesa-wsl2-gitAUR, mesa-gitAUR, mesa-minimal-gitAUR) (optional) – Includes vulkan driver for Intel
- vulkan-radeon (mesa-wsl2-gitAUR, vulkan-radeon-amd-bc250AUR, mesa-gitAUR, mesa-minimal-gitAUR, amdonly-gaming-vulkan-radeon-gitAUR) (optional) – 1st best vulkan driver for AMD
Required by (0)
Sources (6)
<deleted-account> commented on 2023-03-31 12:42 (UTC)
<deleted-account> commented on 2023-03-31 10:31 (UTC)
I'll try to look into it myself first and play around with it. The fact they only support up to gcc9 is already worrying.
PedroHLC commented on 2023-03-31 10:26 (UTC)
@eggz if possible, please submit a Pull-Request to https://github.com/chaotic-aur/pkgbuild-raytracinginvulkan-git
<deleted-account> commented on 2023-03-31 10:06 (UTC)
This build fails.
[ 68%] Building CXX object src/CMakeFiles/RayTracer.dir/Vulkan/RenderPass.cpp.o
/tmp/build/raytracinginvulkan-git/src/raytracinginvulkan/src/ImGui/imgui_impl_glfw.cpp: In function ‘void ImGui_ImplGlfw_UpdateKeyModifiers(int)’:
/tmp/build/raytracinginvulkan-git/src/raytracinginvulkan/src/ImGui/imgui_impl_glfw.cpp:250:20: error: ‘ImGuiKey_ModCtrl’ was not declared in this scope; did you mean ‘ImGuiKey_LeftCtrl’?
250 | io.AddKeyEvent(ImGuiKey_ModCtrl, (mods & GLFW_MOD_CONTROL) != 0);
| ^~~~~~~~~~~~~~~~
| ImGuiKey_LeftCtrl
cd /tmp/build/raytracinginvulkan-git/src/raytracinginvulkan/build/src && /usr/bin/c++ -DIMGUI_DISABLE_OBSOLETE_FUNCTIONS -DUNIX -I/tmp/build/raytracinginvulkan-git/src/raytracinginvulkan/src/. -I/usr/include/stb -isystem /usr/include/freetype2 -march=native -mtune=native -O2 -pipe -fno-plt -O3 -DNDEBUG -std=gnu++17 -Wall -fvisibility=hidden -MD -MT src/CMakeFiles/RayTracer.dir/Vulkan/RenderPass.cpp.o -MF CMakeFiles/RayTracer.dir/Vulkan/RenderPass.cpp.o.d -o CMakeFiles/RayTracer.dir/Vulkan/RenderPass.cpp.o -c /tmp/build/raytracinginvulkan-git/src/raytracinginvulkan/src/Vulkan/RenderPass.cpp
/tmp/build/raytracinginvulkan-git/src/raytracinginvulkan/src/ImGui/imgui_impl_glfw.cpp:251:20: error: ‘ImGuiKey_ModShift’ was not declared in this scope; did you mean ‘ImGuiKey_LeftShift’?
251 | io.AddKeyEvent(ImGuiKey_ModShift, (mods & GLFW_MOD_SHIFT) != 0);
| ^~~~~~~~~~~~~~~~~
| ImGuiKey_LeftShift
[ 69%] Building CXX object src/CMakeFiles/RayTracer.dir/Vulkan/Sampler.cpp.o
/tmp/build/raytracinginvulkan-git/src/raytracinginvulkan/src/ImGui/imgui_impl_glfw.cpp:252:20: error: ‘ImGuiKey_ModAlt’ was not declared in this scope; did you mean ‘ImGuiKey_LeftAlt’?
252 | io.AddKeyEvent(ImGuiKey_ModAlt, (mods & GLFW_MOD_ALT) != 0);
| ^~~~~~~~~~~~~~~
| ImGuiKey_LeftAlt
[ 70%] Building CXX object src/CMakeFiles/RayTracer.dir/Vulkan/Semaphore.cpp.o
cd /tmp/build/raytracinginvulkan-git/src/raytracinginvulkan/build/src && /usr/bin/c++ -DIMGUI_DISABLE_OBSOLETE_FUNCTIONS -DUNIX -I/tmp/build/raytracinginvulkan-git/src/raytracinginvulkan/src/. -I/usr/include/stb -isystem /usr/include/freetype2 -march=native -mtune=native -O2 -pipe -fno-plt -O3 -DNDEBUG -std=gnu++17 -Wall -fvisibility=hidden -MD -MT src/CMakeFiles/RayTracer.dir/Vulkan/Sampler.cpp.o -MF CMakeFiles/RayTracer.dir/Vulkan/Sampler.cpp.o.d -o CMakeFiles/RayTracer.dir/Vulkan/Sampler.cpp.o -c /tmp/build/raytracinginvulkan-git/src/raytracinginvulkan/src/Vulkan/Sampler.cpp
/tmp/build/raytracinginvulkan-git/src/raytracinginvulkan/src/ImGui/imgui_impl_glfw.cpp:253:20: error: ‘ImGuiKey_ModSuper’ was not declared in this scope; did you mean ‘ImGuiKey_LeftSuper’?
253 | io.AddKeyEvent(ImGuiKey_ModSuper, (mods & GLFW_MOD_SUPER) != 0);
| ^~~~~~~~~~~~~~~~~
| ImGuiKey_LeftSuper
PedroHLC commented on 2021-09-08 10:45 (UTC)
Exactly, as a Wayland user I have to force it through XWayland.
EndlessEden commented on 2021-09-08 08:45 (UTC)
Why is this specifying 'glfw-x11' over 'glfw'? - This breaks wayland-focused systems?
BlondVador commented on 2021-05-24 05:11 (UTC)
@PedroHLC Yes it works fine now. Thank you.
PedroHLC commented on 2021-05-18 23:33 (UTC)
@BlondVador it should be fixed now...
BlondVador commented on 2021-05-18 21:59 (UTC) (edited on 2021-05-18 22:00 (UTC) by BlondVador)
Hello I don't know how to fix this, I've freetype2 installed :
CMake Error at CMakeLists.txt:51 (find_package):
Could not find a package configuration file provided by "freetype" with any
of the following names:
freetypeConfig.cmake
freetype-config.cmake
Add the installation prefix of "freetype" to CMAKE_PREFIX_PATH or set
"freetype_DIR" to a directory containing one of the above files. If
"freetype" provides a separate development package or SDK, be sure it has
been installed.
Pinned Comments
<deleted-account> commented on 2023-04-22 09:37 (UTC)
Also I would like to note that upstream here is extremely careless about their code change consequences, and dont perform any kind of QA of their code at all. But, despite that, I would still like to keep this package as upstream as possible to welcome new features as they pop in.
So, If this package does not build anymore, please, let me know! Thank you!
PedroHLC commented on 2021-04-21 02:45 (UTC) (edited on 2021-05-09 15:16 (UTC) by PedroHLC)
How to run?:
Contribution and issues in: https://github.com/chaotic-aur/pkgbuild-raytracinginvulkan-git