blender/build_files/buildbot/config
Sergey Sharybin 956bd92a60 Buildbot: Initial work to move linux build environment to CMake
This is so called "seems to work in dry tests" commit which is aimed to switch
linux release environment to CMake.

Some notes:

- There's no special handle of libstdc++, but it wasn't really static for quite
  some time in SCons configuration and nobody really complained.

- It was quite tricky to get OpenMP linked statically with just using some
  configuration so we went ahead and added a special option to CMake now which is
  only exist on Linux and advertised as shouldn't be used.

- Packing is happening manually in slave_pack.py. This is because we have to add
  some really special files to the archive (mesa libraries for example) which we
  can't really handle from CMake/CPack in a nice generic way.

  Don't think it's bad approach, at least crappynness is localized and it's not
  _that_ crappy anyway.

- Windows buildbot should keep working, but needs doublechecing. It's just a
  build folder changed, but you never know what it might imply.

- Some further tweaks are likely needed to ensure all builders are working.

Thanks Campbell for assistance in this patch!
2015-12-02 18:11:58 +05:00
..
blender_linux.cmake Buildbot: Initial work to move linux build environment to CMake 2015-12-02 18:11:58 +05:00
blender_player_linux.cmake Buildbot: Initial work to move linux build environment to CMake 2015-12-02 18:11:58 +05:00
user-config-cuda-glibc211-i686.py Buldbot: Disable 32bit kernels 2015-10-28 02:43:06 +05:00
user-config-cuda-glibc211-x86_64.py Enable sm52 for linux buildbot 2014-12-02 17:30:59 +05:00
user-config-glibc211-i686.py Buildbot: Enable sndfile library 2015-11-30 15:15:12 +05:00
user-config-glibc211-x86_64.py Buildbot: Enable sndfile library 2015-11-30 15:15:12 +05:00
user-config-mac-i386.py OSX: remove collada from fading out 32bit buildbot 2015-05-01 21:09:21 +02:00
user-config-mac-x86_64.py Buildbot: Disable use of own Clang for OSX builds 2015-10-05 16:00:02 +05:00
user-config-player-glibc211-i686.py Buildbot: Switch Linux builds to Python 3.5 2015-11-24 14:45:55 +05:00
user-config-player-glibc211-x86_64.py Buildbot: Switch Linux builds to Python 3.5 2015-11-24 14:45:55 +05:00