Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-20Buildbot: initial work to enable CMake OSX slaveSergey Sharybin
2015-12-11Fix T46949: Latest blender builds are using shared pcre and xml2 librariesSergey Sharybin
2015-12-10Eigen: fold remaining OpenNL code into intern/eigen.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D1662
2015-12-10Eigen: move C API into intern/eigen.Brecht Van Lommel
2015-12-09install_deps.sh: fix (hopefully) broken OSL building on modern RPM-like distro.Bastien Montagne
Those stupid ones only have one version of llvm (obviously not 3.4 one ;) ), so we have to build again LLVM3.4 in those cases. Thing is, * I did not update LLVM magic number when fixed a stupid typo breaking OSL building (the terminfo thing), so many people were still using previously-built LLVM. * Even worse, options passed to OSL to specify own LLVM from /opt/lib were wrong (not sure when this got out of sync...). Thanks to mib2berlin and slikdigit for the report & testings!
2015-12-09install_deps.sh: fix utmost stupid typo breaking 'skip-osl' option on ↵Bastien Montagne
RPM-based distro...
2015-12-09install_deps.sh: print correct set of sources tested when a wget fails...Bastien Montagne
2015-12-09install_deps.sh: raise default py version to 3.5.1 (due to some obscure bugs ↵Bastien Montagne
with OPM and 3.5.0).
2015-12-09install_deps.sh: add '-U' update commands to onle-liner CMake-based build ↵Bastien Montagne
command line. Avoid user to have to edit themselves their CMake config. Thanks a bunch @campbellbarton for the tip! :D
2015-12-06install_deps.sh: Fix typos in scons instructions.Bastien Montagne
Luckily we'll soon get rid of that insane dual build system maintenance... Anyway, thanks to Leo Koppel (lack) for the report and patch.
2015-12-04Use int division for version stringCampbell Barton
2015-12-03Buildbot: Remove windows + scons related codeSergey Sharybin
This is also has been moved to the CMake, no need to keep old dying code around.
2015-12-03Buildbot: Remove linux scons buildbot related thingsSergey Sharybin
It is now totally covered by cmake slave.
2015-12-03Buildbot: Re-enable CUDA binaries for 64 bit linux slaveSergey Sharybin
Also make it a bit more reasonable name for config files.
2015-12-03Buildbot: User proper folder name inside of the archiveSergey Sharybin
This is totally matching the way how buildbot was naming the directory. Currently there's a bit of code duplication, but it'll be eliminated once we'll get rid of SCons ;)
2015-12-03Buildbot: Remove debug-only early exitSergey Sharybin
2015-12-03Buildbot: Strip all .so files from python installSergey Sharybin
2015-12-03Buildbot: No need to build player with blender configSergey Sharybin
2015-12-03Buildbot: Followup to previous commitSergey Sharybin
Path is to be fully specified, so it's independent form the working directory.
2015-12-03Buildbot: Another attmept to solve windowsSergey Sharybin
Also de-duplicate bit of code.
2015-12-03Buildbot: attempt to solve packing on windowsSergey Sharybin
2015-12-03Buildbot: Disable tests on Linux buildersSergey Sharybin
No idea why they works on windows, but points are: - libs/tests folder is NOT checked out on any platforms - render_povray addon does mkdir on a path which might not have parents There might be some other issues, but those are kinda stoppers for us.
2015-12-03Buildbot: Fix typoSergey Sharybin
What a shame..
2015-12-03Buildbot: Make sure install directory always existsSergey Sharybin
2015-12-03Buildbot: Make sure buildbot_upload.zip is created in the right placeSergey Sharybin
2015-12-03Buildbot: Fix wrong builder name checkSergey Sharybin
2015-12-03Buildbot: Switch Linux builders to the cmake onesSergey Sharybin
There'll still need to be some tweaks to be done, but it's required first step.
2015-12-03Buildbot: Always expect buildbot_upload.zip to be in install/ folderSergey Sharybin
This we we don't have difference between builders on different platforms.
2015-12-03Buildbot: De-duplicate some path definitions in pack targetSergey Sharybin
Should be no functional changes.
2015-12-02Buildbot: Attempt to resolve wrong path to the buildbot_upload.zipSergey Sharybin
It is expected to be in the build folder for the cmake. Ideally it should be build/<builder> or install/<builder> but that's a bit more involved change. Will look into it later.
2015-12-02Buildbot: Attempt to fix cpack target on windowsSergey Sharybin
Was using wrong working directory.
2015-12-02Buildbot: Don't specify install directory for Windows buildsSergey Sharybin
Installation is to happen within the build folder, no special folder for this is required.
2015-12-02Buildbot: Fix typoSergey Sharybin
2015-12-02Buildbot: Initial work to move linux build environment to CMakeSergey Sharybin
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-02CMake: Enable Cycles OSL for the full blender configurationSergey Sharybin
2015-11-30install_deps.sh: add libsndfile (seems to be mandatory for correct flac export?)Bastien Montagne
Related to T46886.
2015-11-30Buildbot: Enable sndfile librarySergey Sharybin
It was enabled for other platforms already and this could fix some of the reported bugs.
2015-11-28install_deps.sh: always give py version arg to cmake/scons (same as we ↵Bastien Montagne
already do with llvm). This should avoid 'casual builders' to have issues when we switch py versions.
2015-11-28Move linux's scons to py3.5 too!Bastien Montagne
2015-11-27missed last commitCampbell Barton
2015-11-27CMake/SCons: set Python to 3.5Campbell Barton
2015-11-25install_deps.sh: Updated official boost version (grrr).Bastien Montagne
2015-11-25install_deps.sh: Updated official Python (to 3.5.0) and NumPy (to 1.10.1).Bastien Montagne
2015-11-25OSX bump python to 3.5Martijn Berger
2015-11-24Buildbot: Switch Linux builds to Python 3.5Sergey Sharybin
2015-11-24install_deps.sh: update official numpy version.Bastien Montagne
2015-11-23install_deps.sh: Fix dependencies between (built) libs.Bastien Montagne
Who in hell did make OSD dependant on llvm???
2015-11-23install_deps.sh: Cleanup: Use correct boolean checks.Bastien Montagne
Yeah... that is correct bash boolean check syntax. Pretty sure even BASIC or Perl do better. See http://stackoverflow.com/questions/2953646/how-to-declare-and-use-boolean-variables-in-shell-script
2015-11-23install_deps.sh: add option to force building libs instead of using ↵Bastien Montagne
packages, and limited fallback for unsuported distro. This commit adds '--build-foo' options to force the script to build relevant libraries instead of trying to use packages from the distribution. In addition, it also now offers (with those '--build-foo' options) the possibility to build libraries on distributions that are not fully supported. This is limited, but should still help people once they have installed themselves the basics of dependencies - boost, llvm, osl/osd etc. are not libraries that are really easy to build. DISCLAIMER: I did not take the 20 (or more) hours needed to test all combinations over all distributions, and given the size of the changes, bad sneaky typos are quite probable, so please report if you get some errors!
2015-11-23install_deps.sh: refactor message about needed dependencies, and add option ↵Bastien Montagne
to show it and exit (--show-deps). More info about 'official' source and versions of main libraries handled by the script have also been added to that info option.