Brecht Van Lommel
ceedd5bd35
Fix cycles CUDA sm 1.3 build with 32 bit compiler, tweaked voronoi
...
and brick code so that it can be uninlined.
2012-11-30 07:27:17 +00:00
Sergey Sharybin
33f451838a
For sure buildbot's release buildflags should include -DNDEBUG,
...
otherwise asserts will abort execution for release builds.
2012-11-28 16:19:45 +00:00
Sergey Sharybin
fa9c12bbd1
Reverting previous buildbot commit - sm_13 still fails actually
2012-11-22 17:22:08 +00:00
Sergey Sharybin
9c24ae52ee
Buildbot: enable sm_13 for 32bit linux
2012-11-22 16:16:33 +00:00
Brecht Van Lommel
629ea82a13
Fix 33149: LLVM caused startup crash on linux systems using Mesa llvmpipe.
...
Now we hide the LLVM symbols with an ld version script to avoid conflicts.
2012-11-21 22:28:15 +00:00
Sergey Sharybin
2007ba687f
Enable OSL for linux 32 bit builders, it should work now
2012-11-15 19:26:11 +00:00
Sergey Sharybin
b89026a302
Correction to 32bit buildslaves
2012-11-15 13:26:32 +00:00
Sergey Sharybin
9eccf40daa
OSL Scons rules
...
Initial support of OSL builds using SCons build system. Only tested on Linux now.
No changes to configuration files themselves -- for now check how it's configured
for linux buildbot (it was already horror to make all this changes and verify them,
changes to linux-config.py could easily be done later).
Currently WITH_BF_STATICOSL and WITH_BF_STATICLLVM are more like rudiments because
linking against oslexec requires special trick with --whole-archive. We woul either
need to find a way dealing with this oslexec less hackish or drop STATICOSL and
STATICLLVM flags. Will keep dropping this flags for until we have "final" build
rules for OSL.
Still can not make 32bit linux rendering with OSL -- blender simply crashes when
starting rendering. So for time being this issues are solving disabled OSL for
32bit build slaves.
2012-11-15 13:11:12 +00:00
Sergey Sharybin
3e910de184
Enable libboost_locale for buildbot rules
2012-11-12 12:10:46 +00:00
Sergey Sharybin
2f9e846e7d
Buildbot: blenderplayer configuration needs to define path to boost now
2012-11-05 15:55:59 +00:00
Sergey Sharybin
1eb1e1e09a
Switch glibc-2.7 buildbots to py3.3
2012-11-05 15:28:48 +00:00
Sergey Sharybin
7f125bbc20
Buildbot: hopefully fix for missed sound on glibc2.11 slaves
2012-10-29 18:03:32 +00:00
Sergey Sharybin
07d9cb739a
Buildbot: keem sm_13 disabled for new buildbot too
2012-10-28 17:04:32 +00:00
Sergey Sharybin
4f8c55c67c
Buildbot: add glibc2.11 configuration files and build rules
...
Builder will go online as soon as new environment is copied to buildslave machine over the internet
2012-10-28 17:03:36 +00:00
Sergey Sharybin
5b0759fc00
Temporary disable sm_13 for 32bit buildbot -- it requires more than 4GB of memory
...
to compile, which for sure can not be allocated on 32bit platform
2012-10-22 18:10:15 +00:00
Sergey Sharybin
3e48bef023
Buildbot: OpenColorIO should be enabled for buildbot now
2012-09-15 10:29:59 +00:00
Sergey Sharybin
491babf2a7
Enable cuda sm_30 kernels for buildbot
2012-06-05 19:23:52 +00:00
Sergey Sharybin
5e586fa0ca
Buildbot tweaks:
...
- Enable SSE/SSe2 for 64bit builds
- Build CUDA binaries
2011-12-13 09:54:48 +00:00
Sergey Sharybin
020bafb0af
Buildbot configuration tweaks
...
- Force libsamplerate linking statically
- Remove global compiler flags for sse2 and sse.
Tests of release builds didn't show big difference in time of
tracking using SAD algorithm or time of solving,
so this shouldn't introduce big slowdown.
2011-11-27 19:21:49 +00:00
Sergey Sharybin
6c3e4b77bf
Fix #29245 : BuilderBot can't build anymore
...
Buildbot is using different settings for blender and player,
enable fftw library in rules for player now.
2011-11-14 05:52:06 +00:00
Sergey Sharybin
ce15c0c943
One library from OpenEXR is needed for oiio. Hope buildbot is working fine now.
2011-11-09 19:25:16 +00:00
Sergey Sharybin
473ebc8827
Disable libmv for blenderplayer rules used by buildbot
2011-11-09 19:04:17 +00:00
Sergey Sharybin
f09f5eec57
- Added options to link staticly against oiio/boost
...
- Also changed buildbot settings so now linking should happe staticly
2011-11-09 19:02:42 +00:00
Sergey Sharybin
1ff2018842
Enable Cycles for buildbot
2011-11-09 17:18:37 +00:00
Campbell Barton
d37760bc34
cleanup scons build flags, many duplicates because because of confusion between CFLAGS/CPPFLAGS/CCFLAGS/CXXFLAGS, devs would set multiple to be on the safe side.
...
- defines go in CPPFLAGS
- C & C++ flags go in CCFLAGS
- CFLAGS / CXXFLAGS are C OR C++ only.
also commented intended ghost unicode/ascii usage.
2011-10-21 04:23:26 +00:00
Sergey Sharybin
fdd0d7f950
Enabling JACK for linux buildbot.
2011-10-04 17:04:35 +00:00
Joerg Mueller
07ad83a439
* Removing libsamplerate from build systems
...
* Enabling OpenAL for scons win64-vc in default config; Nathan or Sergey: please update the build bot to build with OpenAL!
2011-10-02 17:09:39 +00:00
Sergey Sharybin
922dadf6ea
buildbot: point python to a symbolic link. Helps when updating libs is happening.
2011-09-21 19:10:06 +00:00
Sergey Sharybin
a47144a8d2
Enable FFTW3 library for buildslaves
2011-09-13 16:52:42 +00:00
Sergey Sharybin
e39cb8a040
Forgot this in previous commit
2011-08-22 19:00:32 +00:00
Sergey Sharybin
fd35ee8422
- Switch linux buildbot to FFmpeg-0.8.1
...
- Enable FFmpeg for blenderplayer for linux buildbot.
2011-08-03 09:07:30 +00:00
Sergey Sharybin
a9b093d9eb
Changes for buildbot rules to use propper spnav library path.
2011-08-02 18:16:48 +00:00
Sergey Sharybin
a8ef6ffd17
typo in previous commit
2011-05-20 13:10:40 +00:00
Sergey Sharybin
e721d31b5d
buildbot:
...
ffmpeg was compuled with faad now (aac support which keeps
libs gpl2 compatibile).
Updating library dependencies for buildbot rules.
2011-05-20 13:06:19 +00:00
Sergey Sharybin
6786f92fe5
Use jemalloc in buildbot for linux targets
2011-05-13 12:57:54 +00:00
Sergey Sharybin
16bd053555
buildbot: switch to ffmpeg 0.6.3
2011-04-27 12:50:47 +00:00
Sergey Sharybin
05c7db95b6
buildbot:
...
Fixed typo for 64bit blenderplayer which caused undefined symbol gzopen64
2011-04-21 19:01:31 +00:00
Sergey Sharybin
11caf24c55
buildbot:
...
Use BF_NUMJOBS from user cinfigs rather than passing it as
command line argument.
2011-04-17 06:17:37 +00:00
Sergey Sharybin
6f20760818
buildbot: static zlib linking
...
Force link to zlib for all platforms/tragets to be sure there'll
be no gzopen64 symbol undefined (it was in some dependend library, so
blenderplayer wasn't working in fedora 13 32bit)
2011-04-04 19:39:47 +00:00
Sergey Sharybin
485229b7db
Initial support of linux 32/64 bit for buildbot:
...
- Use the same config as we're using for release builds
- Added stipping (maybe it should be generalized)
- Not software gl packing, bot would be easy to add
Note, that you should have special environment to create
proper linux builts (which would work for everybody)
2011-04-01 21:22:19 +00:00