-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e378f6
commit 353b2e9
Showing
14 changed files
with
51 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Source: libnabo | ||
Priority: extra | ||
Maintainer: Stéphane Magnenat <[email protected]> | ||
Build-Depends: debhelper (>= 7.0.50~), cmake, doxygen, cdbs, libboost-dev, libboost-python-dev, libeigen3-dev, python-dev, python-numpy | ||
Build-Depends: debhelper (>= 7.0.50~), cmake, doxygen, cdbs, libboost-python-dev, libeigen3-dev, python-dev, python-numpy | ||
Standards-Version: 3.9.1 | ||
Section: libs | ||
Homepage: https://github.com/ethz-asl/libnabo | ||
|
@@ -11,7 +11,7 @@ Vcs-Browser: https://github.com/ethz-asl/libnabo | |
Package: libnabo-dev | ||
Section: libdevel | ||
Architecture: any | ||
Depends: libnabo1 (= ${binary:Version}), libboost-dev, libeigen3-dev | ||
Depends: libnabo1 (= ${binary:Version}), libeigen3-dev | ||
Suggests: libnabo-doc | ||
Description: Development headers of libnabo, a fast K Nearset Neighbor library. | ||
libnabo is a fast K Nearest Neighbour library for low-dimensional spaces. | ||
|
@@ -62,4 +62,4 @@ Description: Python bindings for libnabo, a fast K Nearset Neighbor library. | |
It provides a clean, legacy-free, scalar-type–agnostic API thanks to C++ | ||
templates. Its current CPU implementation is strongly inspired by ANN, | ||
but with more compact data types. On the average, libnabo is 5% to 20% | ||
faster than ANN. | ||
faster than ANN. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
include_directories(..) | ||
|
||
add_executable(trivial trivial.cpp) | ||
target_link_libraries(trivial ${LIB_NAME} ${EXTRA_LIBS} ${Boost_LIBRARIES}) | ||
target_link_libraries(trivial ${LIB_NAME} ${EXTRA_LIBS}) | ||
|
||
add_executable(usage usage.cpp) | ||
target_link_libraries(usage ${LIB_NAME} ${EXTRA_LIBS} ${Boost_LIBRARIES}) | ||
target_link_libraries(usage ${LIB_NAME} ${EXTRA_LIBS}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.