diff options
| author | Jacob Zhong <cmpute@qq.com> | 2018-02-27 23:05:18 +0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-02-27 07:05:18 -0800 |
| commit | 9db298e34a3ad6efebd4f0d95a0ca45e2d70b377 (patch) | |
| tree | a09b71f7bee00661d563cdeae957c891e9a72b98 /ports/nmslib/CONTROL | |
| parent | 25b8f25dadcb2af28ae5be2e6d31884ca67f1b26 (diff) | |
| download | vcpkg-9db298e34a3ad6efebd4f0d95a0ca45e2d70b377.tar.gz vcpkg-9db298e34a3ad6efebd4f0d95a0ca45e2d70b377.zip | |
Add package NMSLiB (#2875)
* [nmslib] Init port
* [nmslib] Trying extra building
Diffstat (limited to 'ports/nmslib/CONTROL')
| -rw-r--r-- | ports/nmslib/CONTROL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ports/nmslib/CONTROL b/ports/nmslib/CONTROL new file mode 100644 index 000000000..be3c8b486 --- /dev/null +++ b/ports/nmslib/CONTROL @@ -0,0 +1,8 @@ +Source: nmslib +Version: 1.7.2 +Description: Non-Metric Space Library (NMSLIB) is an efficient similarity search library and a toolkit for evaluation of k-NN methods for generic non-metric spaces. +# +# ## Extras are currently unsupported for Windows, waiting for fixes. +# Feature: extra +# Description: Build extra algorithms and tools for nmslib. Note that this feature requires a large bunch of dependencies. +# Build-Depends: gsl, eigen3, boost-system, boost-filesystem, boost-timer, boost-foreach, boost-format, boost-math, boost-random, boost-dynamic-bitset, boost-program-options |
