Kenny Weiss
Kenny Weiss
@mclarsen -- please check out PR #206 for the cmake error that you reported, when you get a chance.
Thanks @rblake-llnl!
We also have two hip/hcc-related host-configs in the `host-configs/other` directory which seem outdated: * https://github.com/LLNL/blt/blob/develop/host-configs/other/hcc.cmake * https://github.com/LLNL/blt/blob/develop/host-configs/other/hip.cmake Are these still relevant? Or should we remove/update them?
How about adding a simple function (or ``string(REGEX ...)``) to store the shortest extension in a variable. You could use this for a one line replacement of the current code....
Good idea @white238 Since ~~``blt_print_target_info``~~ ``blt_print_target_properties()`` dumps a ton of info, it might be more generally useful to instead always add two lines to the output: * a one line...
Also, assuming we can track/access the direct parents and children of a target, it would be useful to expose a blt macro that outputs the parents and/or children of a...
@joshessman-llnl wrote: > This replaces rev-parse with describe, which was introduced in Git 2.4.12 (May 2017). Do we need to support versions of Git older than that? The change here...
I haven't played around with it enough to have a strong opinion. Based on the discussion, it seems like rebuilding would be preferable for repeat builds when one is actively...
``blt_register_library`` has additional arguments to add flags and defines to a library target. I am not entirely sure how ``blt_register_library`` works when the library is generated with ``blt_add_library`` through. @white238,...
Thanks @rrsettgast. Assuming this is general enough to cover a reasonable set of common libraries, something like this could be nice. One issue with the above code is that it...