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
BLD: Sort svml objects to keep builds reproducible
The output ordering of glob.glob() is not guaranteed to be deterministic.
In scenarios where it is not, the _multiarray_umath library is not
reproducible.
This change simply sorts the svml objects returned by glob.glob() to
make sure order is deterministic.
0 commit comments