Re: [Bf-committers] Building with OpenVDB and OSL: a Boost case

2015-06-15 Thread Sergey Sharybin
Generally we'll need to update OIIO/OSL (due to the fixes), which could happen together with Boost update if really needed. But one thing is not totally clear to me after reading this discussion -- why do we need to bump boost requirement on Linux? On Mon, Jun 15, 2015 at 11:08 AM, Kévin

Re: [Bf-committers] Building with OpenVDB and OSL: a Boost case

2015-06-15 Thread Kévin Dietrich
If Boost 1.57 on Linux isn't really feasible (I had to compile it for instance), then there isn't that much options. It's either patch Boost and ask people to compile that or reimplement in OpenVDB (to be clean) the stuffs in boost that cause problem (should resolve to copy-paste +

Re: [Bf-committers] Building with OpenVDB and OSL: a Boost case

2015-06-15 Thread Kévin Dietrich
Le 2015-06-15 11:57, Sergey Sharybin a écrit : But one thing is not totally clear to me after reading this discussion -- why do we need to bump boost requirement on Linux? I would say because after taming rtti usage in OpenVDB itself, Cycles is still complaining about rtti stuff in boost.

Re: [Bf-committers] [Bf-blender-cvs] [1c707a2] master: BGE: Fix T43918: adding submodule bge.app including attribute version.

2015-06-15 Thread tristan panzer
I know it's a mistake, but i can't change the commit because it pushed. 2015-06-15 23:15 GMT+02:00 Jorge Bernal jbernalmarti...@gmail.com: Hi, Only to remark that the author of this patch is Quentin Wenger (Matpi). I know that after phabricator update is more difficult to find the author's

Re: [Bf-committers] [Bf-blender-cvs] [1c707a2] master: BGE: Fix T43918: adding submodule bge.app including attribute version.

2015-06-15 Thread Jorge Bernal
Hi, Only to remark that the author of this patch is Quentin Wenger (Matpi). I know that after phabricator update is more difficult to find the author's mail which it is necessary to give correct acknowledgement using git. Perhaps, the easiest way is to modify the commit log including an author

Re: [Bf-committers] [Bf-blender-cvs] [1c707a2] master: BGE: Fix T43918: adding submodule bge.app including attribute version.

2015-06-15 Thread Jacob Merrill
Hey, just wanted to thank you guys, and all the game engine devs. On Jun 15, 2015 2:29 PM, tristan panzer republicthunderbo...@gmail.com wrote: I know it's a mistake, but i can't change the commit because it pushed. 2015-06-15 23:15 GMT+02:00 Jorge Bernal jbernalmarti...@gmail.com: Hi,

Re: [Bf-committers] Building with OpenVDB and OSL: a Boost case

2015-06-15 Thread Martijn Berger
Hi Kevin, I want to do a coordinated effort to upgrade the windows and OS X libraries after 2.75 is out the door. In addition to openvdb, Alembic might need to be included, also updates to llvm, boost, osl, oiio, and maybe other might be in order. (OpenSubDiv and PTex I am now sure about (for

Re: [Bf-committers] Building with OpenVDB and OSL: a Boost case

2015-06-15 Thread Martijn Berger
Hi, On Mon, Jun 15, 2015 at 4:09 AM, Kévin Dietrich kevin.dietr...@mailoo.org wrote: Although patching OpenVDB so it compiles fine with RTTI disabled is a no-brainer (~10 changes), we will need to upgrade boost to at least version 1.57. Which should also comprise the fix for the Windows