% yay -S luxcorerender
-> No AUR package found for clang=17.0.6
-> could not find all required packages: clang =17.0.6
Search Criteria
Package Details: luxcorerender 2:2.7.beta1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/luxcorerender.git (read-only, click to copy) |
---|---|
Package Base: | luxcorerender |
Description: | Physically correct, unbiased rendering engine. |
Upstream URL: | https://www.luxcorerender.org/ |
Licenses: | Apache |
Provides: | luxrays |
Submitter: | bartus |
Maintainer: | bartus (howetuft) |
Last Packager: | howetuft |
Votes: | 15 |
Popularity: | 0.000350 |
First Submitted: | 2018-05-11 21:03 (UTC) |
Last Updated: | 2024-01-31 15:18 (UTC) |
Dependencies (21)
- blosc (blosc-gitAUR)
- boost-libs
- embree3
- glfw (glfw-wayland-minecraft-libdecorationAUR, glfw-wayland-minecraft-cursorfixAUR, glfw-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- opencl-icd-loader (khronos-ocl-icd-gitAUR, khronos-ocl-icdAUR, ocl-icd)
- openimagedenoise (openimagedenoise-gitAUR)
- openimageio (openimageio-gitAUR)
- openvdb
- python (python37AUR, python311AUR, python310AUR)
- spdlog (spdlog-gitAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- cuda-sdk (cuda-8.0AUR, cuda-9.2AUR, cuda-9.0AUR, cuda-10.0AUR, cuda-10.2AUR, cuda-11.1AUR, cuda11.1AUR, cuda11.1-toolsAUR, cuda-11.7AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR, cuda) (make)
- doxygen (doxygen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- opencl-headers (opencl-headers-gitAUR) (make)
- pyside2-toolsAUR (make)
- opencl-driver (opencl-nvidia-410xxAUR, amdapp-sdkAUR, opencl-nvidia-340xxAUR, opencl-nvidia-440xxAUR, vc4cl-gitAUR, opencl-nvidia-430xxAUR, opencl-legacy-amdgpu-proAUR, intel-compute-runtime-gitAUR, beignetAUR, opencl-nvidia-vulkanAUR, beignet-gitAUR, intel-openclAUR, clvk-gitAUR, opencl-nvidia-525xxAUR, opencl-510xx-nvidiaAUR, opencl-nvidia-390xxAUR, opencl-nvidia-470xxAUR, opencl-550xx-nvidiaAUR, opencl-nvidia-betaAUR, opencl-rusticl-mesa-minimal-gitAUR, mesa-gitAUR, intel-compute-runtime-binAUR, opencl-amdAUR, amdonly-gaming-opencl-clover-mesa-gitAUR, amdonly-gaming-opencl-rusticl-mesa-gitAUR, opencl-nvidia-535xxAUR, opencl-nvidia-teslaAUR, intel-compute-runtime, intel-oneapi-compiler-shared-runtime, opencl-clover-mesa, opencl-nvidia, opencl-rusticl-mesa, rocm-opencl-runtime) (optional) – for gpu acceleration
- Show 1 more dependencies...
Required by (3)
Sources (15)
- 0001-cxx-version.patch
- 0002-silence-compiler-warnings.patch
- 0003-silence-preprocessing.patch
- 0004-glfw.patch
- 0005-boost107400.patch
- 0006-python.patch
- 0007-cpplib.patch
- 0008-clang-isnan-isinf.patch
- 0009-openexr3.patch
- 0010-openvdb.patch
- 0011-openimageio.patch
- 0012-opencolorio.patch
- 0013-boost179-fstream.patch
- 0014-spdlog.patch
- https://github.com/LuxCoreRender/LuxCore/archive/luxcorerender_v2.7beta1.tar.gz
dimytch commented on 2024-09-08 21:03 (UTC) (edited on 2024-09-08 21:04 (UTC) by dimytch)
DarkShadow44 commented on 2024-01-31 17:19 (UTC)
Yes, works perfectly, thanks!
howetuft commented on 2024-01-31 15:53 (UTC)
@DarkShadow44
I managed to get rid of fmt
dependency and to make it build in a clean chroot. Can you confirm it works for you?
DarkShadow44 commented on 2024-01-28 20:41 (UTC)
Thanks for the replay, it's still the same issue I reported on Github: https://github.com/bartoszek/AUR-luxcorerender/issues/15
/usr/include/spdlog/logger.h:158:12: required from ‘void spdlog::logger::info(fmt::v10::format_string<T ...>, Args&& ...) [with Args = {double, const char (&)[87], const luxcore::Camera::CameraType&}; fmt::v10::format_string<T ...> = fmt::v10::basic_format_string<char, double, const char (&)[87], const luxcore::Camera::CameraType&>]’
/tmp/ramdisk/luxcorerender/src/LuxCore-luxcorerender_v2.7beta1/src/luxcore/luxcoreimpl.cpp:521:2: required from here
/usr/include/fmt/core.h:1600:63: error: ‘fmt::v10::detail::type_is_unformattable_for<const luxcore::Camera::CameraType, char> _’ has incomplete type
1600 | type_is_unformattable_for<T, typename Context::char_type> _;
| ^
/usr/include/fmt/core.h:1604:7: error: static assertion failed: Cannot format an argument. To make type T formattable provide a formatter<T> specialization: https://fmt.dev/latest/api.html#udt
1604 | formattable,
| ^~~~~~~~~~~
/usr/include/fmt/core.h:1604:7: note: ‘formattable’ evaluates to false
howetuft commented on 2024-01-28 09:59 (UTC)
@DarkShadow
Hello, Can you please provide some more information (log, error message...)? Is it the same issue as in your previous post or did something evolve? Thank you
DarkShadow44 commented on 2024-01-26 18:27 (UTC)
Still doesn't build for me
howetuft commented on 2023-08-21 17:55 (UTC)
@MarsSeed Done (sorry, I thought it had to be reset when incrementing pkgrel...)
MarsSeed commented on 2023-08-21 11:40 (UTC)
Epoch was decreased from 2 to 1. Please set it back to 2. You should never decrease the epoch.
howetuft commented on 2023-08-21 05:16 (UTC)
You see me absolutely confused. I've just relaunched a makepkg -fis
against the package, after having cleaned build dirs: everything worked fine for me. Again, my previous build in a clean chroot with devtools
(extra-x86_64-build -- -I fmt9-9.1.0-5-x86_64.pkg.tar.xz -I pyside6-tools-wrappers-20230711-1-any.pkg.tar.xz
) was also successful. So I cannot reproduce the issue (not denying it did not happen on your system, obviously).
I would propose: let other users report the same anomaly if they encounter it - and, if someone is in this case, please pastebin build log.
DarkShadow44 commented on 2023-08-20 22:41 (UTC) (edited on 2023-08-20 22:41 (UTC) by DarkShadow44)
The first time I run makepkg is a fresh git clone from the AUR. That breaks.
But running makepkg again works for some weird reason.
Btw, command is "makepkg -fis" in both cases
Pinned Comments
bartus commented on 2020-06-11 15:32 (UTC) (edited on 2020-08-22 09:39 (UTC) by bartus)
This package is also hosted on GitHub.
issues
andpatches
at GitHub.Use env vars to control build process:
DISABLE_OPENCL=1
to skip opencl kernel build (yields DISABLE_CUDA=1)DISABLE_CUDA=1
to skip cuda kernel build.Usage cases:
export DISABLE_CUDA=1
before buildDISABLE_CUDA=1 ~your-aur-helper~
makepkg DISABLE_CUDA=1
yay -S blender-2.8-git --mflags "DISABLE_CUDA=1"
bartus commented on 2019-04-10 11:42 (UTC)
Please report
issues
andpatches
to luxcorerender@github.com