We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e00425 commit e175cf0Copy full SHA for e175cf0
deps/ReactantExtra/WORKSPACE
@@ -20,6 +20,11 @@ http_archive(
20
sha256 = ENZYMEXLA_SHA256,
21
strip_prefix = "Enzyme-JAX-" + ENZYMEXLA_COMMIT,
22
urls = ["https://github.com/EnzymeAD/Enzyme-JAX/archive/{commit}.tar.gz".format(commit = ENZYMEXLA_COMMIT)],
23
+ patch_cmds = [
24
+ """
25
+sed -i.bak0 "s/\\\\\\\\\\\\\\\\\\/\\\\\\\\\\\\\\\\\\/:patches/@enzyme_ad\\\\\\\\\\\\\\\\\\/\\\\\\\\\\\\\\\\\\/:patches/g" workspace.bzl
26
+""",
27
+ ]
28
)
29
30
CUPTI_OLD = [
0 commit comments