This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git
The following commit(s) were added to refs/heads/master by this push:
new 0e2701b Add warning about nnpack installing googletest (#5185)
0e2701b is described below
commit 0e2701b27b7e3a260e12c36ab7d40b56e10c9500
Author: Andrew Reusch <[email protected]>
AuthorDate: Mon Mar 30 21:14:18 2020 -0700
Add warning about nnpack installing googletest (#5185)
---
docs/install/nnpack.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/install/nnpack.md b/docs/install/nnpack.md
index 6e46a83..e1bcb70 100644
--- a/docs/install/nnpack.md
+++ b/docs/install/nnpack.md
@@ -64,6 +64,8 @@ export PATH="${PATH}:~/ninja"
The new CMAKE version of NNPACK download
[Peach](https://github.com/Maratyszcza/PeachPy) and other dependencies alone
+Note: at least on OS X, running `ninja install` below will overwrite
googletest libraries installed in `/usr/local/lib`. If you build googletest
again to replace the nnpack copy, be sure to pass `-DBUILD_SHARED_LIBS=ON` to
`cmake`.
+
```bash
git clone --recursive https://github.com/Maratyszcza/NNPACK.git
cd NNPACK