Skip to content

Commit c7dfa37

Browse files
committed
Fixup
1 parent ef3a687 commit c7dfa37

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

T/Torch/Torch/build_tarballs.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ if [[ $target == *linux* ]]; then
2525
else
2626
cd $target
2727
fi
28-
find .
2928
mv libtorch/share/* $prefix/share/
3029
mv libtorch/lib/* $libdir
3130
rm -r libtorch/lib libtorch/share libtorch/bin libtorch/include

T/Torch/TorchCUDA/build_tarballs.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ using Base.BinaryPlatforms: arch, os
33

44
include("../../../fancy_toys.jl")
55

6-
76
name = "TorchCUDA"
87
version = v"1.10.2"
98

@@ -33,7 +32,6 @@ if [[ $target == *linux* ]]; then
3332
else
3433
cd $target
3534
fi
36-
find .
3735
mv libtorch/share/* $prefix/share/
3836
mv libtorch/lib/* $libdir
3937
rm -r libtorch/lib libtorch/share libtorch/bin libtorch/include

0 commit comments

Comments
 (0)