mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:49:04 +08:00
[libtorch] allow static torch_cpu build
This commit is contained in:
parent
4085d19005
commit
5fd4ef0bbe
@ -1,5 +1,3 @@
|
||||
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO pytorch/pytorch
|
||||
|
@ -4,7 +4,7 @@
|
||||
"description": "Tensors and Dynamic neural networks in Python with strong GPU acceleration",
|
||||
"homepage": "https://pytorch.org/",
|
||||
"license": null,
|
||||
"supports": "(windows & !static) | osx | linux",
|
||||
"supports": "windows | osx | linux",
|
||||
"dependencies": [
|
||||
"cpuinfo",
|
||||
"eigen3",
|
||||
|
Loading…
Reference in New Issue
Block a user