Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bin/compute_descriptors
Binary file added bin/compute_descriptors_linux64
Binary file not shown.
Binary file added bin/compute_descriptors_mac
Binary file not shown.
2 changes: 1 addition & 1 deletion yael/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ machinedeps.o: EXTRACFLAGS=$(OPENMPFLAG)
# Python wrapper


yael_wrap.c : yael.swg common.swg nn.h kmeans.h gmm.h eigs.h hkm.h \
yael_wrap.c : yael.i common.swg nn.h kmeans.h gmm.h eigs.h hkm.h \
sorting.h matrix.h vector.h machinedeps.h vlad.h kmlsh.h
$(SWIG) -I.. $(NUMPYSWIGFLAGS) $<

Expand Down