You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't high priority but I encountered it while working on HIP/Crusher so I'm documenting it:
[email protected] added fmt as a builtin TPL, and while they name-space wrapped it, the header inclusion preprocessor macros are unchanged and cause GEOSX to fail to compile.
Simply trying to use the umpire builtin version by namespace scoping our fmt usage doesn't work and breaks xml input deck parsing.
This isn't high priority but I encountered it while working on HIP/Crusher so I'm documenting it:
[email protected] added fmt as a builtin TPL, and while they name-space wrapped it, the header inclusion preprocessor macros are unchanged and cause GEOSX to fail to compile.
Simply trying to use the umpire builtin version by namespace scoping our fmt usage doesn't work and breaks xml input deck parsing.
Right now the newest umpire we can use is [email protected]
The text was updated successfully, but these errors were encountered: