@howetuft: Can Conan symlink the libs instead of creating copies? Currently we have each lib triplicated in /usr/lib/luxcorerender/lib (with symliks the package would shed ~500MB)
$du -ahcd1 /usr/lib/luxcorerender/lib
776M .
101M ./libnvrtc.alt.so.12.8.61
101M ./libnvrtc.alt.so.12
101M ./libnvrtc.alt.so
100M ./libnvrtc.so.12.8.61
100M ./libnvrtc.so.12
100M ./libnvrtc.so
90M ./libluxcore.so
49M ./libOpenImageDenoise_core.so.2.3.1
6.1M ./libnvrtc-builtins.so.12.8.61
...
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.
issuesandpatchesat GitHub.Use env vars to control build process:
DISABLE_OPENCL=1to skip opencl kernel build (yields DISABLE_CUDA=1)DISABLE_CUDA=1to skip cuda kernel build.Usage cases:
export DISABLE_CUDA=1before buildDISABLE_CUDA=1 ~your-aur-helper~makepkg DISABLE_CUDA=1yay -S blender-2.8-git --mflags "DISABLE_CUDA=1"bartus commented on 2019-04-10 11:42 (UTC)
Please report
issuesandpatchesto luxcorerender@github.com