Commit c03f6aa
authored
Remove
This PR removes the temporary fmtlib dependency introduced in #9650 (see
issue #9653).
As explained [in this comment][1], the dependency was only added to work
around a build issue that should have been fixed upstream in PyTorch.
Before the `fmtlib` version bump to 12 in PyTorch
(pytorch/pytorch#163441), `fmtlib` headers were exported by default.
After the bump, they stopped being exported, which caused the issue.
That behavior has since been fixed in PyTorch (pytorch/pytorch#164139),
so we can safely remove the explicit fmtlib dependency.
[1]:
#9650 (review)fmtlib explicit dependency. (#9702)1 parent d0b43cc commit c03f6aa
3 files changed
+0
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 45 | | |
52 | 46 | | |
53 | 47 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 13 | | |
17 | 14 | | |
18 | 15 | | |
| |||
0 commit comments