summarylogtreecommitdiffstats
path: root/use-system-libuv2.patch
diff options
context:
space:
mode:
authoracxz2020-07-22 09:22:47 -0400
committeracxz2020-07-22 09:22:47 -0400
commit3923d792efb33635cc865682805e01870a4b6b05 (patch)
treee663cfa971be79d5543b98fa5f350ad06851a4df /use-system-libuv2.patch
parent3f4bd1d1fff76a389100708d71cc3698401ce10b (diff)
downloadaur-3923d792efb33635cc865682805e01870a4b6b05.tar.gz
updpkg 1.5.1
Diffstat (limited to 'use-system-libuv2.patch')
-rw-r--r--use-system-libuv2.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/use-system-libuv2.patch b/use-system-libuv2.patch
new file mode 100644
index 000000000000..b9a3cc190c05
--- /dev/null
+++ b/use-system-libuv2.patch
@@ -0,0 +1,13 @@
+diff --git a/cmake/pytorch.cmake b/cmake/pytorch.cmake
+index e4d6b9c..48e0669 100644
+--- a/cmake/pytorch.cmake
++++ b/cmake/pytorch.cmake
+@@ -138,7 +138,7 @@ endif()
+
+ add_library(tensorpipe ${TENSORPIPE_SRC})
+
+-set(TP_BUILD_LIBUV ON)
++set(TP_BUILD_LIBUV OFF)
+ find_package(uv REQUIRED)
+ target_link_libraries(tensorpipe PRIVATE uv::uv)
+