mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
12 lines
366 B
TOML
12 lines
366 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/pytorch/pytorch/blob/main/docs/libtorch.rst#building-libtorch-using-cmake
|
|
[source]
|
|
git = "https://github.com/pytorch/pytorch"
|
|
branch = "release/2.3"
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DPYTHON_EXECUTABLE=`which python3`",
|
|
"-DCMAKE_INSTALL_PREFIX=../pytorch-install ../pytorch",
|
|
]
|