@MarsSeed
Log: https://pastebin.com/vRYaLS64
CMake Error at samples/luxcoredemo/CMakeLists.txt:31 (find_package):
Could not find a configuration file for package "fmt" that is compatible
with requested version range "9.0.0...<10.0.0".
The following configuration files were considered but not accepted:
/usr/lib/cmake/fmt/fmt-config.cmake, version: 10.1.0
/lib/cmake/fmt/fmt-config.cmake, version: 10.1.0
After installing fmt9
: https://pastebin.com/vraUcwiY
/tmp/ramdisk/luxcorerender/src/LuxCore-luxcorerender_v2.6/src/luxcore/kernelcachefill.cpp:316:2: required from here
/usr/include/spdlog/logger.h:374:75: error: cannot bind non-const lvalue reference of type ‘double&’ to an rvalue of type ‘double’
374 | fmt::vformat_to(fmt::appender(buf), fmt, fmt::make_format_args(std::forward<Args>(args)...));
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