Commit d40359f
committed
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.1 parent ae8b9ce commit d40359f
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1113 | 1113 | | |
1114 | 1114 | | |
1115 | 1115 | | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
1116 | 1120 | | |
1117 | 1121 | | |
1118 | 1122 | | |
| |||
0 commit comments