paraview: use libc++
ParaView cannot depend on cxx11
because it adds -std=c++11
which
confuses the CUDA compiler. Copy the stdlib choice from cxx11
to
ParaView.
Cc: @robertmaynard
System updates will be applied on Nov 25th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
ParaView cannot depend on cxx11
because it adds -std=c++11
which
confuses the CUDA compiler. Copy the stdlib choice from cxx11
to
ParaView.
Cc: @robertmaynard