You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -75,7 +81,6 @@ Dependencies from the default Ubuntu repositories::
75
81
libboost-graph-dev \
76
82
libboost-system-dev \
77
83
libeigen3-dev \
78
-
libflann-dev \
79
84
libfreeimage-dev \
80
85
libmetis-dev \
81
86
libgoogle-glog-dev \
@@ -86,7 +91,12 @@ Dependencies from the default Ubuntu repositories::
86
91
qtbase5-dev \
87
92
libqt5opengl5-dev \
88
93
libcgal-dev \
89
-
libceres-dev
94
+
libceres-dev \
95
+
libcurl4-openssl-dev \
96
+
libopenblas-openmp-dev
97
+
98
+
Notice that compiling against OpenBLAS requires the OpenMP version
99
+
under Debian/Ubuntu because of `this issue <https://github.com/facebookresearch/faiss/wiki/Troubleshooting#surprising-faiss-openmp-and-openblas-interaction>`__.
90
100
91
101
To compile with **CUDA support**, also install Ubuntu's default CUDA package::
92
102
@@ -138,8 +148,9 @@ Dependencies from `Homebrew <http://brew.sh/>`__::
138
148
ninja \
139
149
boost \
140
150
eigen \
141
-
flann \
142
151
freeimage \
152
+
curl \
153
+
libomp \
143
154
metis \
144
155
glog \
145
156
googletest \
@@ -148,14 +159,17 @@ Dependencies from `Homebrew <http://brew.sh/>`__::
0 commit comments