Package Details: blender-git 4.2.r133162.g447bb9a4b9c-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.006902
First Submitted: 2013-12-05 10:11 (UTC)
Last Updated: 2024-02-20 14:49 (UTC)

Required by (61)

Sources (8)

Latest Comments

« First ‹ Previous 1 .. 30 31 32 33 34 35 36 37 38 Next › Last »

miffe commented on 2010-08-11 18:42 (UTC)

It works now if I run cmake manually, but when it's run from makepkg it still detects sse2. Really weird. % cmake -DCMAKE_INSTALL_PREFIX=/usr /home/miffe/blender-svn/src/blender -- Detecting SSE support -- ...SSE support found. -- ...SSE2 support missing. % makepkg -- Detecting SSE support -- ...SSE support found. -- ...SSE2 support found.

<deleted-account> commented on 2010-08-11 12:10 (UTC)

A patch was commited against the sse2 bug (r31233). Please try updating :)

miffe commented on 2010-08-10 02:26 (UTC)

The bugreport is here https://projects.blender.org/tracker/index.php?func=detail&aid=23257&group_id=9&atid=498 Btw, the .install file says "This package brings SVN Blender compiled with scons."

<deleted-account> commented on 2010-08-10 02:12 (UTC)

Probably because of things like this (and others): IF(WITH_RAYOPTIMIZATION AND SUPPORT_SSE_BUILD) SET(PLATFORM_CFLAGS " -msse -msse2 ${PLATFORM_CFLAGS}") ADD_DEFINITIONS(-D__SSE__) ADD_DEFINITIONS(-D__MMX__) ENDIF(WITH_RAYOPTIMIZATION AND SUPPORT_SSE_BUILD) It seems sse2 is harcoded in many places in the cmake files. I'm not sure if it's a requirement or an oversight. Btw, sorry for the delay miffe, been a bit busy =) Anyways, glad it compiles for you

miffe commented on 2010-08-10 02:07 (UTC)

Adding -DWITH_RAYOPTIMIZATION:BOOL=OFF to cmake makes it compile without SSE. I'll open a bugreport with blender.

miffe commented on 2010-08-08 13:51 (UTC)

Now i get this when building: Running makesrna, program versions $Id: makesrna.c 30999 2010-08-03 05:14:59Z campbellbarton $ /bin/sh: line 1: 18684 Illegal instruction ../../../../bin/makesrna /home/miffe/blender-svn/src/blender-build/source/blender/makesrna/intern/ make[2]: *** [source/blender/makesrna/intern/rna_group_gen.c] Error 132 make[1]: *** [source/blender/makesrna/intern/CMakeFiles/bf_rna.dir/all] Error 2 make: *** [all] Error 2 Aborting... I'm guessing its because blender builds with sse2, but my Athlon XP only has sse support. Anyone know how to turn it off?

stativ commented on 2010-08-07 10:59 (UTC)

Thanks to nullfied I updated PKGBUILD to use CMake instead of SCons. Otherwise I wouldn't even try it, cause I thought it is the same piece of crap as the build using SCons was. I was wrong. Now the PKGBUILD is much cleaner and simpler. I need to do some work on depends though. With SCons I was able to enforce some of the options. With CMake it currently enables options depending on installed software. The resulting build thus may require libraries not currently listed in depends and vice versa.

<deleted-account> commented on 2010-08-05 02:43 (UTC)

Well I'm currently working on this (based on the stativ|Lukas Jirkovsky PKGBUILD) http://aur.pastebin.com/dXaUz1ge

miffe commented on 2010-08-03 01:20 (UTC)

Getting this error when building: cp: cannot stat `/home/miffe/blender-svn/src/install/linux2/share/blender/*/plugins/*': No such file or directory Aborting...