Axom + Conduit updates (#17863)
* Loosen Axom's variants, add shared variant for axom, fix clang/xlf rpath'ing problem on blueos * Fix flake8 * Add main branch to list of known git branches
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
VALID_VERSION = r'[A-Za-z0-9_.-]'
|
||||
|
||||
# Infinity-like versions. The order in the list implies the comparison rules
|
||||
infinity_versions = ['develop', 'master', 'head', 'trunk']
|
||||
infinity_versions = ['develop', 'main', 'master', 'head', 'trunk']
|
||||
|
||||
|
||||
def int_if_int(string):
|
||||
|
Reference in New Issue
Block a user