mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
13 lines
365 B
Diff
13 lines
365 B
Diff
diff --git a/torch/tools/renamelib.R b/torch/tools/renamelib.R
|
|
index f52d097..17a6b8a 100644
|
|
--- a/torch/tools/renamelib.R
|
|
+++ b/torch/tools/renamelib.R
|
|
@@ -6,7 +6,7 @@ for (lib in dir(libs_path, pattern = "torch\\.")) {
|
|
overwrite = TRUE)
|
|
|
|
# Uncomment CRAN release
|
|
- # unlink(file.path(libs_path, lib))
|
|
+ unlink(file.path(libs_path, lib))
|
|
}
|
|
|
|
|