[Paraview] CUDA dependency issue when building ParaView 4.1.0-RC2 on Mac

2014-01-02 Thread Benjamin Spencer
I'm trying to build ParaView 4.1.0-RC2 from source on Mac OS (10.8.5). This machine does not have CUDA installed (and has no nvidia graphics hardware). When running ccmake, I get this error: CUDA_TOOLKIT_ROOT_DIR not found or specified This seems to be coming from the call: find_package(CUDA) i

Re: [Paraview] CUDA dependency issue when building ParaView 4.1.0-RC2 on Mac

2014-01-02 Thread Burlen Loring
Hi Benjamin, This is of interest to me as I haven't been involved in the recent plugin changes and need to look through them more closely. You reported an informational message that is not an error. Could you report the actual error? btw, I also see the message on my ATI based system, but i

Re: [Paraview] CUDA dependency issue when building ParaView 4.1.0-RC2 on Mac

2014-01-02 Thread Patrick O'Leary
Dear Ben and Burlen, On my Mac Book Pro with NVidia card, I received the same informational message but it builds if I exit the informational screen with 'e' and hit 'g'. Best regards, Patrick On Thu, Jan 2, 2014 at 2:33 PM, Burlen Loring wrote: > Hi Benjamin, > > This is of interest to me a

Re: [Paraview] CUDA dependency issue when building ParaView 4.1.0-RC2 on Mac

2014-01-02 Thread Benjamin Spencer
You're right. I didn't realize this was just an informational message, and not an error that has to be resolved. After I hit that message the first time, then configure a second time and hit that message again, I can successfully generate the makefile. Thanks, Ben On Thu, Jan 2, 2014 at 2:37 PM

Re: [Paraview] CUDA dependency issue when building ParaView 4.1.0-RC2 on Mac

2014-01-02 Thread Burlen Loring
Hey Patrick and Ben, Thanks for the feedback. In this case I think it's confusing to be dumped into a separate ccmake screen. I'd say it's really an issue in the FindCUDA.cmake module, which does message("CUDA_TOOLKIT_ROOT_DIR not found or specified") according to the documentation a naked

Re: [Paraview] CUDA dependency issue when building ParaView 4.1.0-RC2 on Mac

2014-01-03 Thread Utkarsh Ayachit
Burlen, CUDA is confusing more people than not. Also it's adding too many variables. A cleanup to FindCUDA.cmake is certainly in the order. Until then, I propose we swicth SQTK_CUDA variable to do a find_package(CUDA) only if SQTK_CUDA is enabled. What do you think? BTW, I want to tag the release

Re: [Paraview] CUDA dependency issue when building ParaView 4.1.0-RC2 on Mac

2014-01-03 Thread Burlen Loring
that's how it was handled it in the past, prior the recent refactoring, and I think that's the way to go. Where does the refactoring stand is Ben B finished? It would be great if Ben B could clean this up, but if not I can make a pass next week. Burlen On 01/03/2014 11:47 AM, Utkarsh Ayachit

Re: [Paraview] CUDA dependency issue when building ParaView 4.1.0-RC2 on Mac

2014-01-07 Thread Utkarsh Ayachit
Ben, Any updates? We should clean this up before the release. Utkarsh On Fri, Jan 3, 2014 at 4:02 PM, Burlen Loring wrote: > that's how it was handled it in the past, prior the recent refactoring, > and I think that's the way to go. Where does the refactoring stand is Ben B > finished? It wou