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.000000 |
| 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-toolkit)
- libepoxy (libepoxy-gitAUR)
- opencolorio (opencolorio-gitAUR)
- openimagedenoise (openimagedenoise-gitAUR)
- openimageio (openimageio-gitAUR)
- openshadinglanguage
- opensubdiv
- openvdb
- pugixml (pugixml-gitAUR)
- python
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- usd
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- Show 4 more dependencies...
Latest Comments
« First ‹ Previous 1 2
FabioLolix commented on 2023-07-18 21:00 (UTC)
Yes it build fine without it
It is a depends that is being enabled at build time but is not present in depends=()
see this https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Automagic_dependencies
That is also happening because packages not build in an isolated environment (not build with devtools) dinamically pick-up libraries
Pratical example https://aur.archlinux.org/packages/strawberry-qt5?O=10#comment-806553
To be honest the risk with
usdis very low because there are several problems building that packagehowetuft commented on 2023-07-18 20:18 (UTC)
Hello, Thank you for feedback. I moved
-DPYTHON_VERSION=$_pyverto the right place (sorry, my mistake), addedpythonto makedepends,libepoxyto 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
usdmanually first before actually complaining here. However, buildingusdthrows an error itself because it can't findembreefor 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=$_pyverfrom 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
libepoxyotherwise 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-standaloneafter 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