diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-12-26 16:23:22 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-12-26 16:23:56 -0800 |
commit | aa45d9f594468859a483ddfbe3074c8dd4ddea84 (patch) | |
tree | f9f244f436f85faca1e7949ec47222e2224e0af1 /misc/py-pytorch/files/patch-cmake_Dependencies.cmake | |
parent | security/wazuh-manager: Fix pkg-plist (diff) |
misc/py-pytorch: update 2.1.1 → 2.1.2
Reported by: portscout
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 165534d123bd..7c673370a258 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 2022-12-16 00:23:46 UTC +--- cmake/Dependencies.cmake.orig 2023-12-15 02:03:27 UTC +++ cmake/Dependencies.cmake -@@ -339,7 +339,7 @@ if(USE_NNPACK OR USE_QNNPACK OR USE_PYTORCH_QNNPACK OR +@@ -340,7 +340,7 @@ if(USE_NNPACK OR USE_QNNPACK OR USE_PYTORCH_QNNPACK OR set(DISABLE_NNPACK_AND_FAMILY ON) endif() else() |