Veselin Dobrev

Results 450 comments of Veselin Dobrev

Add highlighting for Kate/Qt Creator as well 😉. References: [Writing a Syntax Highlighting File](https://kate-editor.org/2005/03/24/writing-a-syntax-highlighting-file/) and https://www.kate-editor.org/syntax/

Maybe we can now mark as **done** the reminder I left here: https://github.com/mfem/mfem/pull/2189#issue-619350974

Let me clarify: the issue is not about `ListSegment` or any specific deprecated RAJA feature. The warning above is issued just for including `RAJA.hpp`. This still happens in RAJA v0.14.1...

> BTW, we will be requiring C++14 as a minimum in the next release of RAJA and Umpire. Okay, thanks for the heads up. In this case, fixing the above...

I think that a bugfix release just for this issue is probably not worth it. If there are other things that need to be addressed in a bugfix release v0.14.x...

There was a change in MFEM v4.2 that causes the above error (PR https://github.com/mfem/mfem/pull/1661) and I think the Laghos source was updated for that. I think the following specs should...

We should probably update https://github.com/spack/spack/blob/364b359c6830e6b46b822c4a716cac284fada363/var/spack/repos/builtin/packages/laghos/package.py#L35 to be (use mfem == 4.1.0 instead of mfem >= 4.1.0 with laghos 3.0) ``` depends_on('[email protected]', when='@3.0') ```

It looks like we have some CMake commands related to building a MacOS app that are not properly guarded/skipped on other platforms: https://github.com/GLVis/glvis/blob/0b8d5547e027f8ff26d38415206541f1ecfb870b/CMakeLists.txt#L319-L339 Maybe you can just comment out this...

Can you please try #239? It worked for me on my Linux desktop.