mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
Remove outdated Makefile targets (#164679)
The build scripts of these targets are inexistent. Pull Request resolved: https://github.com/pytorch/pytorch/pull/164679 Approved by: https://github.com/XuehaiPan, https://github.com/albanD
This commit is contained in:
committed by
PyTorch MergeBot
parent
5a9322c076
commit
b74e8231d2
12
Makefile
12
Makefile
@@ -11,18 +11,6 @@ all:
|
|||||||
@cmake -S . -B build $(shell $(PYTHON) ./scripts/get_python_cmake_flags.py) && \
|
@cmake -S . -B build $(shell $(PYTHON) ./scripts/get_python_cmake_flags.py) && \
|
||||||
cmake --build build --parallel --
|
cmake --build build --parallel --
|
||||||
|
|
||||||
.PHONY: local
|
|
||||||
local:
|
|
||||||
@./scripts/build_local.sh
|
|
||||||
|
|
||||||
.PHONY: android
|
|
||||||
android:
|
|
||||||
@./scripts/build_android.sh
|
|
||||||
|
|
||||||
.PHONY: ios
|
|
||||||
ios:
|
|
||||||
@./scripts/build_ios.sh
|
|
||||||
|
|
||||||
.PHONY: triton
|
.PHONY: triton
|
||||||
triton:
|
triton:
|
||||||
$(PIP) uninstall -y triton
|
$(PIP) uninstall -y triton
|
||||||
|
|||||||
Reference in New Issue
Block a user