Re: [Paraview] python mismatch with superbuild on os x

2018-01-29 Thread Ben Boeckel
On Thu, Jan 25, 2018 at 11:40:40 +0100, Nicolas Vuaille wrote: > I don't know if there is a proper fix but there is a CMake option to bypass > this check: > set PYTHON_I_KNOW_WHAT_IM_DOING to true may solve the problem. Indeed, this is the workaround. The problem is that we've had folks with

Re: [Paraview] python mismatch with superbuild on os x

2018-01-25 Thread Nicolas Vuaille
Hi, I don't know if there is a proper fix but there is a CMake option to bypass this check: set PYTHON_I_KNOW_WHAT_IM_DOING to true may solve the problem. Nicolas 2018-01-25 5:35 GMT+01:00 Cory Quammen : > On Wed, Jan 24, 2018 at 12:57 PM, Sgouros, Thomas >

Re: [Paraview] python mismatch with superbuild on os x

2018-01-24 Thread Cory Quammen
On Wed, Jan 24, 2018 at 12:57 PM, Sgouros, Thomas wrote: > Hello: > > I unpacked a version of the Paraview-v5.4.1 tarball, and then did git clone > of the superbuild right next to it. So I have this: > > $ ls > ParaView-v5.4.1 > paraview-superbuild > $ mkdir