Skip to content

Commit

Permalink
BLD: add _2_24 to valid manylinux names
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Feb 28, 2021
1 parent 592b71c commit 6e4e8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/openblas_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_manylinux(arch):
default = '2014'
ret = os.environ.get("MB_ML_VER", default)
# XXX For PEP 600 this can be a glibc version
assert ret in ('1', '2010', '2014'), f'invalid MB_ML_VER {ret}'
assert ret in ('1', '2010', '2014', '_2_24'), f'invalid MB_ML_VER {ret}'
return ret


Expand Down

0 comments on commit 6e4e8b7

Please sign in to comment.