Skip to content

Commit 8aee869

Browse files
committed
Move files to the extension dir
1 parent 7e16e4f commit 8aee869

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ $(BUILD_ARCHIVE): $(TENSORFLOW_DIR) extension/BUILD
3434
# Clones tensorflow
3535
$(TENSORFLOW_DIR):
3636
mkdir -p $(TENSORFLOW_DIR) && \
37-
cp patch_tensorflow.sh $(TENSORFLOW_DIR) && \
38-
cp tensorflow-alpine.patch $(TENSORFLOW_DIR) && \
37+
cp extension/patch_tensorflow.sh $(TENSORFLOW_DIR) && \
38+
cp extension/tensorflow-alpine.patch $(TENSORFLOW_DIR) && \
3939
cd $(TENSORFLOW_DIR) && \
4040
git init && \
4141
git remote add origin $(TENSORFLOW_GIT_REPO) && \

mix.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ defmodule XLA.MixProject do
3434
links: %{
3535
"GitHub" => "https://github.com/elixir-nx/xla"
3636
},
37-
files:
38-
~w(extension lib Makefile Makefile.win mix.exs README.md LICENSE CHANGELOG.md patch_tensorflow.sh tensorflow-alpine.patch)
37+
files: ~w(extension lib Makefile Makefile.win mix.exs README.md LICENSE CHANGELOG.md)
3938
]
4039
end
4140

0 commit comments

Comments
 (0)