blender/build_files/cmake
Bastien Montagne e0869db01f Patch from Ejner Fergo: enhancements to install_deps.sh.
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.!
2013-01-03 15:35:46 +00:00
..
config remove LOD_Decimator (c++ decimator), now replaced by bmesh decimator. also remove CTR c++ classes that are no longer used. 2012-10-22 02:39:26 +00:00
example_scripts switch verious references from py3.2 -> 3.3 or just 3. 2012-11-26 13:58:06 +00:00
Modules Patch from Ejner Fergo: enhancements to install_deps.sh. 2013-01-03 15:35:46 +00:00
buildinfo.cmake buildinfo is now quoted from the build systems, avoids stripping quotes on startup. 2011-08-22 12:24:14 +00:00
clang_array_check.py code cleanup: reduce change the size of some float vectors that were bigger then they needed to be. 2012-10-08 07:08:29 +00:00
cmake_consistency_check_config.py remove LOD_Decimator (c++ decimator), now replaced by bmesh decimator. also remove CTR c++ classes that are no longer used. 2012-10-22 02:39:26 +00:00
cmake_consistency_check.py add ".hh" as an extension for source scripts. 2012-12-31 07:06:51 +00:00
cmake_netbeans_project.py switch verious references from py3.2 -> 3.3 or just 3. 2012-11-26 13:58:06 +00:00
cmake_qtcreator_project.py switch verious references from py3.2 -> 3.3 or just 3. 2012-11-26 13:58:06 +00:00
cmake_static_check_clang_array.py switch verious references from py3.2 -> 3.3 or just 3. 2012-11-26 13:58:06 +00:00
cmake_static_check_cppcheck.py make cppcheck run with quiet flag when QUIET env var is set, make bpy.ops.image.project_apply() only use local images. 2012-12-09 14:17:33 +00:00
cmake_static_check_smatch.py switch verious references from py3.2 -> 3.3 or just 3. 2012-11-26 13:58:06 +00:00
cmake_static_check_sparse.py switch verious references from py3.2 -> 3.3 or just 3. 2012-11-26 13:58:06 +00:00
cmake_static_check_splint.py switch verious references from py3.2 -> 3.3 or just 3. 2012-11-26 13:58:06 +00:00
macros.cmake add option WITH_SYSTEM_BULLET to link against the bullet installation found on the system. 2013-01-03 00:23:52 +00:00
packaging.cmake CPack rpm cleanup 2012-05-16 02:51:58 +00:00
project_info.py add ".hh" as an extension for source scripts. 2012-12-31 07:06:51 +00:00
project_source_info.py add ".hh" as an extension for source scripts. 2012-12-31 07:06:51 +00:00
RpmBuild.cmake when building blender as a py module use add_library(... MODULE on all systems, was SHARED on linux/windows. 2012-01-11 00:09:46 +00:00