Package Details: blender-git 4.4.r144205.gfba10a82121-1

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: 76
Popularity: 0.000098
First Submitted: 2013-12-05 10:11 (UTC)
Last Updated: 2024-12-04 18:59 (UTC)

Dependencies (48)

Required by (62)

Sources (7)

Latest Comments

« First ‹ Previous 1 .. 22 23 24 25 26 27 28 29 30 31 32 .. 40 Next › Last »

stativ commented on 2012-05-10 17:49 (UTC)

I finally fixed the CUDA detection. I completely forgot about that. mosra: I also thought about some auto detection to determine which kernel should be build. I came to conclusion it's not worth doing – not only I've no idea ho to do that in a simple way, but it also would not be useful in cases when blender was build on a different computer. The same goes for number of make jobs, using one job slows things down if you have plenty of RAM.

mosra commented on 2012-04-27 14:29 (UTC)

I had to add -DCUDA_TOOLKIT_ROOT_DIR=/opt/cuda-toolkit to cmake to make CUDA compilation working. Also compilation of the kernels takes up insane amount of RAM and I think it's better to compile them separately, using only one make job, because otherwise even 4 GB RAM isn't enough :-/ In case someone has similar problems, here's the patch: https://github.com/mosra/archlinux/commit/c849f8170eebae80814d34e9db9dfa3d2e516584 The patch also compiles only one CUDA kernel for one specific card (in my case Nv 330M with CUDA 1.2), because the others are not needed. I don't know how to make the PKGBUILD decide on its own, though.

stativ commented on 2012-04-05 09:49 (UTC)

Works fine here. It was probably just one of those random breakages. It's a development branch after all.

<deleted-account> commented on 2012-04-03 15:34 (UTC)

/tmp/yaourt-tmp-root/aur-blender-svn/src/blender/source/gameengine/VideoTexture/VideoFFmpeg.cpp:650:15: UYARI: 'AVFormatParameters::time_base' is deprecated (declared at /usr/include/libavformat/avformat.h:350) [-Wdeprecated-declarations] /tmp/yaourt-tmp-root/aur-blender-svn/src/blender/source/gameengine/VideoTexture/VideoFFmpeg.cpp:650:15: UYARI: 'AVFormatParameters::time_base' is deprecated (declared at /usr/include/libavformat/avformat.h:350) [-Wdeprecated-declarations] /tmp/yaourt-tmp-root/aur-blender-svn/src/blender/source/gameengine/VideoTexture/VideoFFmpeg.cpp:651:15: UYARI: 'AVFormatParameters::width' is deprecated (declared at /usr/include/libavformat/avformat.h:353) [-Wdeprecated-declarations] /tmp/yaourt-tmp-root/aur-blender-svn/src/blender/source/gameengine/VideoTexture/VideoFFmpeg.cpp:651:15: UYARI: 'AVFormatParameters::width' is deprecated (declared at /usr/include/libavformat/avformat.h:353) [-Wdeprecated-declarations] /tmp/yaourt-tmp-root/aur-blender-svn/src/blender/source/gameengine/VideoTexture/VideoFFmpeg.cpp:652:15: UYARI: 'AVFormatParameters::height' is deprecated (declared at /usr/include/libavformat/avformat.h:354) [-Wdeprecated-declarations] /tmp/yaourt-tmp-root/aur-blender-svn/src/blender/source/gameengine/VideoTexture/VideoFFmpeg.cpp:652:15: UYARI: 'AVFormatParameters::height' is deprecated (declared at /usr/include/libavformat/avformat.h:354) [-Wdeprecated-declarations] make[2]: *** [source/gameengine/VideoTexture/CMakeFiles/ge_videotex.dir/VideoFFmpeg.cpp.o] Hata 1 make[1]: *** [source/gameengine/VideoTexture/CMakeFiles/ge_videotex.dir/all] Hata 2 make: *** [all] Hata 2

stativ commented on 2012-02-19 17:29 (UTC)

mrunion: thanks, fixed.

mrunion commented on 2012-02-16 19:17 (UTC)

2.62 is out. There are two lines at the bottom of the PKGBUILD that refers to 2.61. These need to be changed to 2.62 in order for the package not to have a problem with stripping the CUDA files/things.

stativ commented on 2011-12-26 13:30 (UTC)

I've enabled the building of cuda kernels, if the cuda is present at compile time. Unfortunatelly I can't test whether it works, because it seems the blender now requires a card with nVidia compute 1.3, which I don't have.

stativ commented on 2011-12-26 12:16 (UTC)

coyotevz: sorry, but I won't do that. For most people it's a completely useless dependency, especially when it comes from AUR (because more compiling is needed).