Search Criteria
Package Details: blender-git 4.4.r144205.gfba10a82121-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/blender-git.git (read-only, click to copy) |
---|---|
Package Base: | blender-git |
Description: | A fully integrated 3D graphics creation suite (development) |
Upstream URL: | https://blender.org/ |
Licenses: | GPL |
Conflicts: | blender, blender-4.1-bin |
Provides: | blender |
Submitter: | stativ |
Maintainer: | fbrennan (bartus) |
Last Packager: | bartus |
Votes: | 77 |
Popularity: | 0.59 |
First Submitted: | 2013-12-05 10:11 (UTC) |
Last Updated: | 2024-12-04 18:59 (UTC) |
Dependencies (48)
- alembic (alembic-gitAUR)
- ccache (ccache-gitAUR)
- embree (embree-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- fftw
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- libdecor (libdecor-gitAUR)
- libepoxy (libepoxy-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- libharu
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libxi (libxi-gitAUR)
- openal (openal-gitAUR)
- opencolladaAUR
- opencolorio (opencolorio-gitAUR)
- openimageio (openimageio-gitAUR)
- openjpeg2 (openjpeg-gitAUR)
- openshadinglanguage
- opensubdiv
- Show 28 more dependencies...
Required by (64)
- amino-git (requires blender) (optional)
- anja-git (requires blender) (make)
- arx-libertatis (requires blender) (optional)
- arx-libertatis-git (requires blender) (optional)
- blender-ac3d (requires blender)
- blender-breezedark-theme-git (requires blender)
- blender-dream-textures (requires blender)
- blender-dream-textures-git (requires blender)
- blender-plugin-animation-nodes-git (requires blender)
- blender-plugin-apply-modifier-for-object-with-shape-keys-git (requires blender)
- blender-plugin-blenderseed-git (requires blender)
- blender-plugin-blendrig-git (requires blender)
- blender-plugin-bligify (requires blender)
- blender-plugin-bullet-constraints-builder (requires blender)
- blender-plugin-cad-sketcher-git (requires blender)
- blender-plugin-cork (requires blender)
- blender-plugin-cubesurfer (requires blender)
- blender-plugin-edgeflow (requires blender)
- blender-plugin-edgeflow-git (requires blender)
- blender-plugin-fspy (requires blender)
- Show 44 more...
Latest Comments
« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 40 Next › Last »
bartus commented on 2021-02-22 08:00 (UTC) (edited on 2021-02-22 08:08 (UTC) by bartus)
This package is also hosted on GitHub.
issues
andpatches
at: https://github.com/bartoszek/AUR-blender-gitUse env vars to control build process:
FRAGMENT="#{commit,tag,branch}=..."
for making bisect build.CUDA_ARCH="sm_xx sm_yy"
to build for a specific Cuda arch, supports multiple values.MAKEFLAGS="xxx"
to override default make flags (check oom-killer disclaimer below)Usage cases:
makepkg CUDA_ARCH=sm_52
yay -S blender-git --mflags "CUDA_ARCH=sm_52"
Optional features, defined at build time base on installed packages:
Disclaimer:
If you want to prebuild cycles/compositor kernels, you have to install
cuda
beforehand. If you don't havecuda
installed,PKGBUILD
will silently discard cycles/compositorcuda
kernel build.Same goes with
usd,optix,openimagedenoise
features.Out of memory killer.
You may use ninja-mem to prevent oom-killer when building on system with low memory to core ratio.
To activate use MAKEFLAGS+=" -m75" where 75 is the percentage upper threshold of memory usage when new build jobs is postponed.
Or simply lower the make jobs count in "MAKEFLAGS" variable, but bear in mind this will prolong your build process.
bartus commented on 2021-02-22 07:45 (UTC) (edited on 2021-02-22 07:49 (UTC) by bartus)
@sausix: Strange, as I explicitly popped up
pkgrel
foropenshadinglanguage-qfix
to trigger rebuild ( ಠ ʖ̯ ಠ) ###Also weird, that
cmake
fails to findoiio
since it has direct path tooiio
provided in-DOPENIMAGEIO_ROOT_DIR=/opt/oiio
switch. ###Could you please add
--trace-expand
tocmake
call and checkblender-git-*-build.log
forFindOpenImageIO.cmake
lines.##patch
Apply with
git apply -v <(curl -s http://ix.io/2QiQ)
inblender-git
clone.To get
blender-git*-build.log
build withmakepkg -L
Then search for those lines
blender-git*-build.log
:btw. If you want to post
blender-git*-build.log
use ix.iosausix commented on 2021-02-21 15:07 (UTC)
Thanks for previous fixing!
openshadinglanguage-qfix
was not updated/triggered somehow and still provided/usr/bin/oslc
which was not working anymore because of newerlibclang-cpp.so
.After forcing a reinstall of all your
*-qfix
packages, it seems like thatblender-git
does not find the libs in the new destinations below/opt
.bartus commented on 2021-02-15 20:48 (UTC)
@sausix: This is due to conflict between
open{image,color}io
witch was rebuild using different version (openimageio<-opencolorio1
notopencolorio=2
)Should be fixed now ( using
openimageio-qfix
sincecommunity/openimageio
get rebuild againstopencolorio=2
)sausix commented on 2021-02-13 13:52 (UTC) (edited on 2021-02-13 15:24 (UTC) by sausix)
For any reason the dependency
opencolorio
always wants to replace any preinstalledopencolorio
oropencolorio-git
intoopencolorio1
which results in:-- Could NOT find OpenColorIO: Found unsuitable version "1.1.1", but required is at least "2.0.0" (found /usr/lib/libOpenColorIO.so;/usr/lib/libyaml-cpp.so;/usr/lib/libexpat.so;/usr/lib/libpystring.so)
And that removes color management completely except basic RGB.
What's the cause of this problem?
Found it.
openimageio
requires and pullsopencolorio1
.With
openimageio-git
:/usr/bin/oslc: error while loading shared libraries: libOpenImageIO.so.2.2: cannot open shared object file: No such file or directory
I'm giving up.
ElijahLynn commented on 2020-08-31 22:51 (UTC)
"error merging blender-git: fatal: No current branch."
bartus commented on 2020-06-25 10:44 (UTC)
@sausix I would say
outdated
Feel free to report ;)
sausix commented on 2020-06-25 10:37 (UTC)
@bartus But what is the status of this package? Temporary broken? Deprecated? Because it does not build anymore even without embree packages.
Thanks
bartus commented on 2020-06-25 08:08 (UTC) (edited on 2020-06-25 08:10 (UTC) by bartus)
@sausix: there is some patching required to build against Archs embree package. Check out blender-develop-git
« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 40 Next › Last »