Search Criteria
Package Details: cycles-standalone 4.3.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cycles-standalone.git (read-only, click to copy) |
---|---|
Package Base: | cycles-standalone |
Description: | Blender Cycles rendering engine, standalone version |
Upstream URL: | https://github.com/blender/cycles.git |
Licenses: | Apache |
Provides: | cycles |
Submitter: | howetuft |
Maintainer: | howetuft |
Last Packager: | howetuft |
Votes: | 3 |
Popularity: | 0.000114 |
First Submitted: | 2021-01-02 20:57 (UTC) |
Last Updated: | 2024-12-11 05:20 (UTC) |
Dependencies (24)
- alembic (alembic-gitAUR)
- boost-libs
- embree (embree-gitAUR)
- gflags (gflags-gitAUR)
- intel-oneapi-tbb (intel-oneapi-hpckitAUR, intel-oneapi-basekit-2025AUR, intel-oneapi-basekit)
- libepoxy (libepoxy-gitAUR)
- opencolorio (opencolorio-gitAUR)
- openimagedenoise (openimagedenoise-gitAUR)
- openimageio (openimageio-gitAUR)
- openshadinglanguage
- opensubdiv
- openvdb
- pugixml (pugixml-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- sdl2 (sdl2-compat-gitAUR, sdl2-gitAUR)
- usd
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (optional)
- google-glog (glog-gitAUR) (optional)
- optixAUR (optix70AUR, optix72AUR, optix74AUR) (optional)
Latest Comments
« First ‹ Previous 1 2
howetuft commented on 2023-07-18 20:18 (UTC)
Hello, Thank you for feedback. I moved
-DPYTHON_VERSION=$_pyver
to the right place (sorry, my mistake), addedpython
to makedepends,libepoxy
to depends.But I didn't catch the point about
usd
: what is an "an automagic depends"? At least, can you confirm package builds ok for you withoutusd
?michimussato commented on 2023-07-18 19:59 (UTC)
Yes, that was my comment. I removed it because I wanted to install
usd
manually first before actually complaining here. However, buildingusd
throws an error itself because it can't findembree
for some reason. I re-added the comment.FabioLolix commented on 2023-07-18 19:21 (UTC) (edited on 2023-07-18 19:34 (UTC) by FabioLolix)
Earlier today there was a comment which has been deleted (not completely sure why), anyway I confirm the same error, building now give an error about python:
This can be fixed by moving
-DPYTHON_VERSION=$_pyver
from CUDA detection section to default optionsThen python is needed as makedpends otherwise fails to build in clean chroot
The package could have an automagic depends on USD so better disable it
Need a depends on
libepoxy
otherwise fails to build in clean chrootI've seen the comment about NanoVDB (we don't support NanoVDB at the moment (no nanovdb package in AUR...)), NanoVDB is a feature of openvdb; so either openvdb-nanovdb is uploaded on AUR or the feature could be enabled in the Arch package
michimussato commented on 2023-07-18 11:29 (UTC) (edited on 2023-07-18 11:29 (UTC) by michimussato)
Hello all
I'm unable to update/install
cycles-standalone
after the last kernel update along with lots of Arch/Manjaro package updates:Am I missing anything?
howetuft commented on 2021-02-06 13:07 (UTC)
@FabioLolix Thank you for your feedback! I've added llvm as make dependency.
FabioLolix commented on 2021-02-03 19:20 (UTC)
Hello, llvm is missing as makedepends
« First ‹ Previous 1 2