Re: [Paraview] Question about build paraview

2018-01-08 Thread Cory Quammen
[mailto:paraview-boun...@paraview.org] On Behalf Of Cory > Quammen > Sent: Monday, January 8, 2018 7:23 AM > To: Yangguang Liao <ygl...@ucdavis.edu> > Cc: ParaView <paraview@paraview.org> > Subject: [EXTERNAL] Re: [Paraview] Question about build paraview > >

Re: [Paraview] Question about build paraview

2018-01-08 Thread Moreland, Kenneth
[mailto:paraview-boun...@paraview.org] On Behalf Of Cory Quammen Sent: Monday, January 8, 2018 7:23 AM To: Yangguang Liao <ygl...@ucdavis.edu> Cc: ParaView <paraview@paraview.org> Subject: [EXTERNAL] Re: [Paraview] Question about build paraview It's kind of a quirk of CMa

Re: [Paraview] Question about build paraview

2018-01-08 Thread Cory Quammen
It's kind of a quirk of CMake, but once CMAKE_CXX_COMPILER is set by the initial CMake configuration, you can't change it. So what should you do? The solution is to set an environment variable named CMAKE_CXX_COMPILER in your shell prior to running CMake for the first time. Set that variable to

[Paraview] Question about build paraview

2018-01-07 Thread Yangguang Liao
Hi, Anyone has experience build paraview on TACC Maverick or other clusters before? I need to build my own paraview. I use superbuild to build paraview. but everytime it stop at the step of configure paraview due to GCC version is lower than 4.6. Maverick does have GCC 4.9 and 5.4 installed and