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
2017-09-20deps build: bump Python to 3.6.2 and Numpy to 1.13.1Arto Kitula
2017-09-18[cmake/dependencies] Update libsndfile to 1.0.28Ray Molenkamp
2017-09-12Update tgz script, remove deprecated `GZIP` useCampbell Barton
2017-09-05Buildbot: Fix paths to sndfile and flacSergey Sharybin
Need this in 2.79 branch as well, since build rules are based on this files.
2017-09-03[deps/msvc] Debug flags for optimized debug libs were inverted for cxx.Ray Molenkamp
2017-08-28Buildbot: Tweak nightly schedule of buildsSergey Sharybin
Basically, schedule linux 64 earlier on, so builds are ready for nightly benchmarks.
2017-08-23Tests: fix incorrect check for hidden dirCampbell Barton
Copy-pasted mistake in tests and tools.
2017-08-16Support MSVSC 2017 15.3.0 (compiler 19.11)Antonioya
The compiler version has changed in the last VS2017 update to 1911 and the old 1910 version is not working anymore.
2017-08-15macOS build: simplify python install for new 10.9 libraries.Brecht Van Lommel
We stop using the .zip file and just have all files now in lib/darwin/python/lib, along with numpy, numpy headers and requests. This makes it consistent with Linux and simplifies code. For old libraries the .zip stays, code for that gets removed when we fully switch to new libraries.
2017-08-15[deps_build/macOS] Fix FFMPEG & VPX configure commandArto Kitula
FFMPEG & VPX don't handle target with --build parameter, so we need to make sure use of plain configure command Reviewed by: Brecht Van Lommel Differential Revision: http://developer.blender.org/D2791
2017-08-15[build_deps/Windows] Add numpy headers to the python include folder on ↵Ray Molenkamp
windows, required for D2716
2017-08-15[depsbuilder] fix outdated python patch on windows.Ray Molenkamp
2017-08-15[depsbuilder] Fix broken osl flags on windows.Ray Molenkamp
2017-08-13[build_deps/Windows] Prevent writing of any files into the source tree.Ray Molenkamp
2017-08-10Fix install_deps usage of patches.Bastien Montagne
Who in Hell did rename those files and did not update accordingly install_deps.sh script???
2017-08-09Forgot to change magicnumber of OIIO built lib in previous commit...Bastien Montagne
2017-08-09install_deps: disable PTex in our OIIO building for now, broken on newest ↵Bastien Montagne
systems.
2017-08-08Fix CMake dependencies builder issues on Linux with TBB and Python packages.Brecht Van Lommel
2017-08-07Build: add scripts to build dependencies for Windows and macOS.Brecht Van Lommel
Note these are intended for platform maintainers, we do not intend to support users making their own builds with these. For that precompiled libraries from lib/ should be used. Implemented by Martijn Berger, Ray Molenkamp and Brecht Van Lommel. Differential Revision: https://developer.blender.org/D2753
2017-07-17Buildbot: Switch to GCC-7 for Linux build slavesSergey Sharybin
This is GCC version was used for Testbuild1 and Testbuild2.
2017-06-26Enable optional jack in install_deps.shBastien Montagne
Based on D2578, now you can install JACK audio server and use it in Blender build without having to specify the `--with-all` option (that one still enables also JACK of course). Reviewers: mont29 Maniphest Tasks: T51033 Differential Revision: https://developer.blender.org/D2578
2017-06-21Fix typo in builtbot configDalai Felinto
2017-06-09install_depsh: update OpenCollada to 1.6.51, and OIIO to 1.7.15Bastien Montagne
2017-06-08Cleanup: cmake indentation, missing includeCampbell Barton
2017-06-07Collada: Add search path which is used default by it's SCons build systemSergey Sharybin
2017-05-27Remove MinGW supportAaron Carlisle
The Issue ======= For a long time now MinGW has been unsupported and unmaintained and at this point, it looks like something that we should just leave behind and move on. Why Remove ========== One of the big motivations for MinGW back in the day is that it was free compared to MSVC which was licensed based. However, now that this is no longer true we have basically stopped updating the need CMake files. Along with the CMake files, there are several patches to the extern libs needed to make this work. For example, see: https://developer.blender.org/diffusion/B/browse/master/extern/carve/patches/mingw_w64.patch If we wanted to keep MinGW then we would need to make more custom patches to the external libs and this is not something our platform maintainers are willing to do. For example, here is the patches needed to build python: https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-python3 Fixes T51301 Differential Revision: https://developer.blender.org/D2648
2017-05-18Install_deps: py 3.5.3, collada 22b1f4ff026881b4 (2.6.47), OCIO 6de971097c7f5.Bastien Montagne
2017-04-27Cleanup: spellingCampbell Barton
2017-04-26OSX buildbot: remove redundant optionJens Verwiebe
2017-04-26OSX buildbot: disable unsupported calls for now and use quicktime off defaultJens Verwiebe
2017-04-25Fix OSX buildbotJens Verwiebe
2017-04-23CMake: move some Apple specific code into platform_apple_xcode.cmake.Brecht Van Lommel
2017-04-23CMake: disable WITH_CODEC_QUICKTIME for macOS > 10.11 for configurations.Romain Foyard
QtKit was removed in macOS Sierra, this patch disables WITH_CODEC_QUICKTIME in Sierra and greater versions of macOS. Reviewed By: brecht Differential Revision: https://developer.blender.org/D2645
2017-04-22OSX: satisfy macro to also apply alembic testsJens Verwiebe
2017-04-21[cmake] Fix Alembic build errors with msvclazydodo
2017-04-21CMake: Add option to build against system-wide GlogSergey Sharybin
Similar to previous commit for Gflags.
2017-04-21CMake: Add option to link against system-wide Gflags librarySergey Sharybin
It is disabled by default, so should not affect existing configurations. Main benefits of this goes as: - Linux distros can use that to avoid libraries duplication and link blender package against gflags package from the system. - It it easier to test whether Blender works with updated version of Gflags prior to re-bundling the library.
2017-04-18Fix install_deps.sh for new Ubuntu 17.04, which does not have libopenjpeg!Bastien Montagne
2017-04-14Buildbot: Fix typosSergey Sharybin
2017-04-14Buildbot: Attempt to fix CUDA compilation on OSXSergey Sharybin
Stupid toolkit is really fragile about CLang version.
2017-04-10Install deps: Fix compilation error of AlembicLuca Rood
Couple of things here: - Boost is not necesserily compiled into your /opt/lib and system-wide version might have been used. The recent change in Alembic did not take this into account. - Alembic needs some extra component of Boost. This part might be missing now for other distros than DEB.
2017-04-07Buildbot: List freetype for OIIO librariesSergey Sharybin
OIIO in release environment is compiled with Freetype support. This fixes compilation error of static unit tests.
2017-04-07Buildbot: Link statically against freetypeSergey Sharybin
2017-04-07CMake: Fix detection of idiff programSergey Sharybin
2017-04-07Tests: Fix compilation error with static OpenMPSergey Sharybin
2017-04-06CMake: Fixed order of bf_alembic in SETUP_BLENDER_SORTED_LIBSSybren A. Stüvel
bf_alembic depends on bf_bmesh, and should therefore be above it.
2017-04-06Buildbot: Correct previous releaseSergey Sharybin
Seems CMake is not happy about changing compiler from script.
2017-04-06Buildbot: Force build environment to use latest GCCSergey Sharybin
2017-04-05InstallDeps: Raise minimal & official version of OIIO to 1.7.13.Bastien Montagne
As requested by @sergey.
2017-04-04install_deps: removed leftover compile_HDF5 commandSybren A. Stüvel
It was a leftover from when Alembic with HDF5 was still officially supported.