Re: [Bf-committers] Buildbot cuda-hack

2016-08-26 Thread Francesc Juhe
But the cuda-hack commit was for CUDA 7.5 initially, I just ask about it now because I am creating a new build environment with el capitan and wanted to know more of what this “hack” did to better understand the build process and be prepared if I had the same issue. About the openmp, I have

Re: [Bf-committers] Buildbot cuda-hack

2016-08-26 Thread Jens Verwiebe
I'd say cuda8 is pointless for you right now, cause pascal gpu is not yet supported by the NV/OSX (Quadro-) drivers. You would definitely loose openmp capability unless you compile and use a vanilla clang 3.7 which supports it. Jens Am 26.08.2016 um 18:11 schrieb Francesc Juhe: > Hi, > >

Re: [Bf-committers] Blender 2.78 tetsbuild2 AHOY

2016-08-26 Thread Sybren A . Stüvel
I'll keep that in mind, thanks! On Fri, Aug 26, 2016 at 06:21:26PM +0200, Sergey Sharybin wrote: > Sybren, several things: > > - Check with the current builds, not reference some release in the past. We > do update libraries every so often, so referencing state of the art from > lots of months

Re: [Bf-committers] Blender 2.78 tetsbuild2 AHOY

2016-08-26 Thread Sergey Sharybin
Sybren, several things: - Check with the current builds, not reference some release in the past. We do update libraries every so often, so referencing state of the art from lots of months ago is not totally a time saver. - If you need specific version of the library, please do an explicit mail to

[Bf-committers] Buildbot cuda-hack

2016-08-26 Thread Francesc Juhe
Hi, Some time ago noticed this commit https://developer.blender.org/rB3a24e6320f31a790ea9d3c912a35db2186140b71 changing the nvcc compiler on builbot but I did not give it much though as I was having no issues compiling with cuda 7.5 and clang 3.5 from libs folder on OSX 10.9. But now with

Re: [Bf-committers] Blender 2.78 tetsbuild2 AHOY

2016-08-26 Thread Sybren A . Stüvel
On Tue, Aug 23, 2016 at 05:10:31PM +0200, Sergey Sharybin wrote: > Notes (they didn't change since last AHOY actually): > - Make sure OpenSubdiv is version 3.0.5 > - Make sure you compile sm_60 and sm_61 CUDA kernels > - Make sure pre-sm_60 kernels are compiled with CUDA toolkit 7.5, and sm_6x >

Re: [Bf-committers] Error in compilation for "updateDepgraph"

2016-08-26 Thread Sergey Sharybin
For now seems it is, but we'll try to solve this ASAP. On Fri, Aug 26, 2016 at 5:33 PM, Jefferson Rausseo < jeffersonraus...@gmail.com> wrote: > Is obligatory to compile with "WITH_LEGACY_DEPSGRAPH = ON"? > > 2016-08-25 11:49 GMT-04:00 Jefferson Rausseo : > > > Yes, I

Re: [Bf-committers] Error in compilation for "updateDepgraph"

2016-08-26 Thread Jefferson Rausseo
Is obligatory to compile with "WITH_LEGACY_DEPSGRAPH = ON"? 2016-08-25 11:49 GMT-04:00 Jefferson Rausseo : > Yes, I am building with "WITH_LEGACY_DEPSGRAPH = OFF" > > 2016-08-25 11:25 GMT-04:00 Sergey Sharybin : > >> Hi, >> >> Are you building