diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-08-27 12:43:40 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-08-27 12:44:06 -0700 |
commit | 6a05558353f73a62391207f22da6145acc745228 (patch) | |
tree | 48025f926765cca1c26ec7754388966e9082148f /misc/py-pytorch/files/patch-cmake_Dependencies.cmake | |
parent | misc/ollama: Remove unnecessary paragraph from pkg-message (diff) |
misc/py-pytorch: update 2.3.1 → 2.4.0
Diffstat (limited to 'misc/py-pytorch/files/patch-cmake_Dependencies.cmake')
-rw-r--r-- | misc/py-pytorch/files/patch-cmake_Dependencies.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-pytorch/files/patch-cmake_Dependencies.cmake b/misc/py-pytorch/files/patch-cmake_Dependencies.cmake index 7c673370a258..d97ba9f5940e 100644 --- a/misc/py-pytorch/files/patch-cmake_Dependencies.cmake +++ b/misc/py-pytorch/files/patch-cmake_Dependencies.cmake @@ -1,6 +1,6 @@ ---- cmake/Dependencies.cmake.orig 2023-12-15 02:03:27 UTC +--- cmake/Dependencies.cmake.orig 2024-07-24 18:41:35 UTC +++ cmake/Dependencies.cmake -@@ -340,7 +340,7 @@ if(USE_NNPACK OR USE_QNNPACK OR USE_PYTORCH_QNNPACK OR +@@ -304,7 +304,7 @@ if(USE_NNPACK OR USE_PYTORCH_QNNPACK OR USE_XNNPACK) set(DISABLE_NNPACK_AND_FAMILY ON) endif() else() |