blender/build_files/build_environment
Bastien Montagne 14f2ae4bbc install_deps.sh: fix (hopefully) broken OSL building on modern RPM-like distro.
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-09 21:56:47 +01:00
..
install_deps_patches InstallDeps: Fix broken OSL (would not generate valid default names for its .oso pre-compiled files). 2015-10-03 16:28:09 +02:00
install_deps.sh install_deps.sh: fix (hopefully) broken OSL building on modern RPM-like distro. 2015-12-09 21:56:47 +01:00
prepare_release_env.sh Avoid UUOC in install_deps.sh 2014-02-22 14:31:43 +01:00