Blender Git Commit Log

Git Commits -> Revision 956bd92

Revision 956bd92 by Sergey Sharybin (master)
December 2, 2015, 13:11 (GMT)
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!

Commit Details:

Full Hash: 956bd92a6036ce3e47047dfdbee68f447c23b61d
Parent Commit: ca3d014
Lines Changed: +383, -70

2 Added Paths:

/build_files/buildbot/config/blender_linux.cmake (+94, -0) (View)
/build_files/buildbot/config/blender_player_linux.cmake (+12, -0) (View)

6 Modified Paths:

/build_files/buildbot/slave_compile.py (+107, -29) (Diff)
/build_files/buildbot/slave_pack.py (+109, -31) (Diff)
/build_files/buildbot/slave_test.py (+15, -1) (Diff)
/build_files/cmake/macros.cmake (+22, -0) (Diff)
/CMakeLists.txt (+19, -9) (Diff)
/source/blenderplayer/CMakeLists.txt (+5, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021