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
2013-12-20Raise Python version to 3.3.3.Bastien Montagne
2013-12-17Better handling of new libnames of OpenEXR 2.1 (same solution as one used in ↵Bastien Montagne
OIIO/OSL source).
2013-12-15Fix typo in previous own commit (thanks to _FrnchFrgg_ for noticing this!).Bastien Montagne
2013-12-14Make libyaml-cpp-dev not-breaking case for deb-like distros, and colors for ↵Bastien Montagne
messages!
2013-12-12Raise llvm min version to 3.3, looks like this is needed for OSL nowadays...Bastien Montagne
2013-12-12Add libxml2, libyaml-cpp and libtinyxml to default dependencies ↵Bastien Montagne
(always-installed packages), looks like they are needed...
2013-12-12More updates, fixes and cleanup to install_deps.sh.Bastien Montagne
So, after hours of wild hunt, I think both CMake and Scons builds work again. There were several small issues hiding here and there, esp. for scons. *WARNING* the --all-static is currently officially broken (it was already quite useless in fact). I’m seriously considering dropping it completely, having a script compiling a chain of static libs in a complete working way for *two* different build systems is just too much work (static libs are *really* a nightmare at link time). Builders who want to generate static Blender (to share it e.g.) will have to handle things by hand for now. Main other points changed: * Many changes to generated settings for scons (notably, I had to hack around the fact that the short ld -l option does not work with lib names like 'Iex-2_1', which is not that surprising). * Opencollada remains the only lib built statically (can't get it to build dyn currently). * All other libs, even ILMBase ones, are now fully dynamic ones. * Some general cleanup with CMake definitions of built libs. * Git-libs do not clone again and again the repo anymore!
2013-12-11Minor fix to generated settings for scons (affected ilmbase/openexr).Bastien Montagne
2013-12-08Update install_deps.sh to OIIO 1.39 and OSL 1.4.0.Bastien Montagne
Note that I also updated OpenEXR to 2.1.0 (and updated our CMake openexr module as well). Users will have to update their build settings as told by the script (also in BUILD_NOTES.txt generated file)! Note I removed all ugly patches from this script, we are currently using custom git repo for OpenEXR/OIIO/OSL, hopefully we will soon be able to use vanillia code from official repos!
2013-10-31Minor update to r60953.Bastien Montagne
2013-10-27Update OpenEXR to 2.0.1, this seems to fix some issues.Bastien Montagne
I *really* have to go back over all our patches in this script and try to port them back in respective projects!
2013-10-07Fix for conf instructions for scons...Bastien Montagne
2013-09-27install_deps.sh fix: add explicit OGG lib handling, we need it to pass ↵Bastien Montagne
correct values for ffmpeg libraries (at least for static builds). I’m not close to understand why this has worked fine until today... :/ Only tested with Debian, but I would not expect any issue with Fedora/Suse/Arch, this is a quite simple change!
2013-09-20Fix own stupid error in previous commit... :/Bastien Montagne
2013-09-19Potential fix for install_deps.sh OSL build issues reported by users: run ↵Bastien Montagne
ldconfig immediately after lib compile (looks like OSL compile process needs boost libs...).
2013-09-17Fix py/numpy build under Suse, and minor other fixes/enhancements.Bastien Montagne
Also switch to python3.3.2
2013-09-17Somplify one-liner for CPU cores detection and make it aware of multi-CPU ↵Sergey Sharybin
computers
2013-09-16Grrr, forgot to update getopt command for updated args...Bastien Montagne
2013-09-16Add --required-numpy to force compilation of both py3.3 and numpy1.7 in case ↵Bastien Montagne
you really need numpy and 1.7 is not available!
2013-09-16Making install_deps.sh correctly see hyperthreadingDaniel Salazar
2013-09-16Install_deps.sh updates:Bastien Montagne
* Raise OpenCOLLADA version to 18da7f4109a8eafaa290a33f5550501cc4c8bae8 as requested by Gaia. * Made OSL build/install ON by default (no more an experimental feature!). * Use default LLVM version under Debian (specifying a version does not work with OSL when you have more that one installed :( ).
2013-08-22Fix [#36534] Errors in install_deps.sh script when running on Arch LinuxBastien Montagne
Patch provided by Darren Beck, thanks!
2013-08-10Linux install_deps: update OpenCOLLADA to ↵Bastien Montagne
828b60384552b83e55d2af7055f07d2c40b4d3f4 repo UID.
2013-06-30Patch [#35897] install_deps: add OpenEXR to ldconfig by Gavin Howard, thanks.Bastien Montagne
2013-06-26Update osl magic number when updating version ;)Bastien Montagne
2013-06-26Install Deps script:Thomas Dinges
* Use recent OSL 1.3.2 release.
2013-06-21Updating suse packman repo url, name and alias to go in line with what suse ↵Daniel Salazar
does right now. At least this should avoid duplicate packman repos on 12.3
2013-06-20Install_deps.sh: ask suse users whether they want to install packman or not ↵Bastien Montagne
(can be already installed/enabled from a different URL, Suse repositories management is to complex to be handled automatically at this point).
2013-06-15Add USE_PYTHON=OFF and USE_OCIO=OFF to OIIO compilation (we do not need ↵Bastien Montagne
either of those).
2013-05-31Stupid typo, reported by Eugenio Pignataro on ML, thx.Bastien Montagne
2013-05-29Various fixes for install_deps' scons options.Bastien Montagne
Also svn-ignore BUILD_NOTES.txt generated file.
2013-05-27And add Aarch (tested with amd64). Everything should be functionnal now...Bastien Montagne
2013-05-26Various fixes. Tested with OpenSuse 12.3 (amd64).Bastien Montagne
2013-05-25Some cleanup/reorganisation, and:Bastien Montagne
* Script should now remove relevant dirs in $INST when a package becomes suitable * Script systematically runs relevant ldconfig commands when building boost/oiio
2013-05-25Enabled new openexr for RPM-based distro. Checked with FC18/amd64 for now, ↵Bastien Montagne
will check with Suse later.
2013-05-24A bunch of fixes to install_deps.sh (most notably, a bug in oiio's embeded ↵Bastien Montagne
version of tbb, buggy oiio archive handling, moved ilmbase files into openexr dir (as expected by Blender), ...). Tested with debian testing/i386 this time.
2013-05-24First attempt to handle openexr/ilmbase 2.0 in install_deps.sh (linux builds).Bastien Montagne
Only activated for Deb-like distro for now, only tested with testing/amd64. Notes : * Had to add a hell of patches to ilmbase/openexr/oiio cmake files (some are real, stupid bugs fixing [like files missing in lists or wrong linking order], others are "enhancements" [like being able to compile both static and dyn libs for openexr]). * Unfortunately, I could not manage to keep oiio static (can't compile osl later, as it does not link all deps of oiio, tiff, jpeg, png, etc.). I’ll try to fix this later, but for now, you'll have to do as with boost (ldconfig). I won't say here what I think about not having any (reliable) way to really link a static lib into another one... :/ Will test and enable other distro in following day(s), I do not *expect* much difficulties here.
2013-04-07Raise magic numbers for OSL and OpenCollada (should have done that much ↵Bastien Montagne
earlier), this will force rebuild of those libs next time, hopefully will solve user's issues with outdated libs.
2013-04-05More fixes for install_deps.sh under ubuntu 10.04: git package is called ↵Bastien Montagne
"git-core", and 'apt-cache policy' returns a different result than newer versions when no package is found, changed the "available deb package" test to use "apt-cache show" instead.
2013-04-05First fix for install_deps and ubuntu 10.04 (no libtiff5, only libtiff4, ↵Bastien Montagne
wonder why this package does not work as jpeg or png ones)... This allows compilation of OIIO, install_deps.sh still working though (on this old OS, all libs have to be compiled, takes time... :/).
2013-03-29Use same opencollada rev as windows' libs.Bastien Montagne
2013-03-23Fix for opencollada building in install_deps.sh script.Bastien Montagne
Stick to rev c89cf095c40aa2a518b1104c448825eacc92d174 of opencollada repo, next commit breaks API and prevent blender from building anymore... :(
2013-03-22Patch [#34680] Updated install_deps script, by Ejner Fergo (ejnersan), thanks!Bastien Montagne
The script is updated with: Arch Linux support Numpy 1.7.0 final Fedora 17 / 18 support OpenSUSE 12.2 / 12.3 support Use FFMPEG from RPM-distro repos RPM-distro fixes Removed Schroedinger codec Fixes for Cmake/Scons config Reviewed by Sergey and me.
2013-02-24install_deps.sh:Thomas Dinges
* Disable OIIO test and cmd tools per default, they are not needed for Blender.
2013-02-24Rename CMake's Boost_USE_ICU to WITH_BOOST_ICU (update your CMake conf if ↵Bastien Montagne
you make static builds!), and add it as CMake option. Patch by gdh (Gavin Howard), many thanks!
2013-02-23Install_deps script:Thomas Dinges
* Use OIIO 1.1.7, this removes the need for the ugly patch. * Use official OSL 1.3.0 repo * Print OSL path for scons Tested on Ubuntu 12.10 x64.
2013-01-03Patch from Ejner Fergo: enhancements to install_deps.sh.Bastien Montagne
Mostly, it: * Adds numpy and opencollada * Merges both Suse and Fedora/Redhat into a single func (not sure this is a good idea, but would have been to painful to undo this). Notes: * I changed a bit how numpy is handled, so that the script does not try to build it when py3.3 was installed from package! * Bumped oiio 'magic number', as now trying to use libtiff5 means we have to rebuild everything using tiff! * Only made a quick test on my own system, but Ejner made quite some extensive ones, so it should be safe. * I’m not sure keeping on extending that horrible bash thing is a good idea. Shell scripts are nice for small, limited stuff, but I personnaly find that one (over 53ko!) unreadable and a pita to maintain. Further more, doing the same for windows would mean to rewrite everything in another language... I have started work to port this as a py3 script, so that we have a nice structure (classes...) easy to extend/tweak/implement in various OSs/etc.!
2012-12-19Minor enhancements to end message of build_deps.shBastien Montagne
2012-12-11Install dependencies used to always mark schro as used for suse.Sergey Sharybin
Now it should respect all features option. Also removed some duplicated entries.
2012-12-11OSL install deps script: set STOP_ON_WARNING to OFF to disable -Werror.Brecht Van Lommel