Re: [Paraview] Superbuild and OSX

2014-09-08 Thread Utkarsh Ayachit
Don't use ninja..on OsX or Linux. Stick with make files for those for now. On Mon, Sep 8, 2014 at 11:15 AM, Reuter, Michael A. wrote: > After updating the Superbuild code and cleaning house, I was still seeing the > ParaView CMake configure failure I reported before. I did a bit of digging > an

Re: [Paraview] Superbuild and OSX

2014-09-08 Thread Reuter, Michael A.
After updating the Superbuild code and cleaning house, I was still seeing the ParaView CMake configure failure I reported before. I did a bit of digging and found that the generated pv-paraview-build.cmake was trying to execute the following command: step_command-NOTFOUND. It seems to be related

Re: [Paraview] Superbuild and OSX

2014-09-07 Thread Utkarsh Ayachit
Alright, Superbuild + Mavericks is now working as expected. It's now tested on the dashboards too: http://open.cdash.org/buildSummary.php?buildid=3479885 If looking for options to turn on, here's a good start: http://open.cdash.org/viewNotes.php?buildid=3479885 Utkarsh On Thu, Sep 4, 2014 at 9:

Re: [Paraview] Superbuild and OSX

2014-09-04 Thread Utkarsh Ayachit
Sorry, I did mean Mavericks :)..I can never keep the MacOS names straight. On Thu, Sep 4, 2014 at 8:00 AM, Reuter, Michael A. wrote: > Thanks for the update. I’m actually building on Mavericks, but our project is > still supporting Mountain Lion so it will be good to have it work there. > > M >

Re: [Paraview] Superbuild and OSX

2014-09-04 Thread Reuter, Michael A.
Thanks for the update. I’m actually building on Mavericks, but our project is still supporting Mountain Lion so it will be good to have it work there. M On Sep 3, 2014, at 11:57 PM, Utkarsh Ayachit mailto:utkarsh.ayac...@kitware.com>> wrote: Michael, Hold off on using the superbuild on Mount

Re: [Paraview] Superbuild and OSX

2014-09-03 Thread Utkarsh Ayachit
Michael, Hold off on using the superbuild on MountainLion for now. I'll track the issues down and then let you know. Utkarsh On Wed, Sep 3, 2014 at 6:23 PM, Utkarsh Ayachit wrote: > Michael, > > Let me try this on a Moutain Lion myself and I'll let you know. What > projects are you turning on

Re: [Paraview] Superbuild and OSX

2014-09-03 Thread Utkarsh Ayachit
Michael, Let me try this on a Moutain Lion myself and I'll let you know. What projects are you turning on in your build? Utkarsh On Wed, Sep 3, 2014 at 2:40 PM, Reuter, Michael A. wrote: > This gets around the clang argument problem, but the ParaView CMake > configuration step still fails for

Re: [Paraview] Superbuild and OSX

2014-09-03 Thread Reuter, Michael A.
This gets around the clang argument problem, but the ParaView CMake configuration step still fails for an unknown reason. M On Sep 3, 2014, at 10:28 AM, Utkarsh Ayachit mailto:utkarsh.ayac...@kitware.com>> wrote: Cherry-pick this fix for now : http://review.source.kitware.com/#/c/16665/ It'll

Re: [Paraview] Superbuild and OSX

2014-09-03 Thread Utkarsh Ayachit
Cherry-pick this fix for now : http://review.source.kitware.com/#/c/16665/ It'll go into master soon. Ben, anything this fix is waiting on? Utkarsh On Wed, Sep 3, 2014 at 9:42 AM, Reuter, Michael A. wrote: > Hi, > > I’m having trouble getting the git-master version of the Superbuild >

[Paraview] Superbuild and OSX

2014-09-03 Thread Reuter, Michael A.
Hi, I’m having trouble getting the git-master version of the Superbuild running on OSX (10.9) with clang (5.1). Setting the CMAKE_OSX_SYSROOT variable causes the following error during CMake (2.8.12.2) generation for the ParaView subproject: -- The C compiler identification is unknown