Conversation
|
@spackbot run pipeline |
|
I've started that pipeline for you! |
|
@danlipsa @vicentebolea @kwryankrattiger @jcftang any idea how to resolve the paraview build failures? The latest version of abseil-cpp requires C++14 or newer, so I forced it to use that, but it seems like paraview is still building with older C++? Is there a way to bump that up? I'm surprised it's linking to abseil-cpp at all since it's not listed as a dep. |
It seems that best course of action is to build the paraview pkg with c++14. ParaView does not set the CMAKE_CXX_STANDARD but VTK does it. However the VTK flag VTK_IGNORE_CMAKE_CXX11_CHECKS allows it. |
|
Would I just copy the example from |
|
My bad, lets do it differently: how about making ParaView to depend on a older Alseil, we do not need it as for now. Paraview/VTK will eventually default to C++14, maybe next release? At that time we can support newwer Alseil |
|
Should it depend on older |
#paraview pkg |
|
|
Extracted out of #36263