diff options
| author | Phoebe <925731795@qq.com> | 2019-08-01 04:01:02 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-07-31 13:01:02 -0700 |
| commit | bcff929875d76ade98c251038eea6f48171facc6 (patch) | |
| tree | de7aa57e4bde6cedd1a0a5cca1eecc56a8929a9c /ports/nmslib | |
| parent | 80b187ad64ebcd5cbab7fab982c04e6862076d8e (diff) | |
| download | vcpkg-bcff929875d76ade98c251038eea6f48171facc6.tar.gz vcpkg-bcff929875d76ade98c251038eea6f48171facc6.zip | |
Add PREFER_NINJA to many ports (#7468)
* Add PREFER_NINJA to many ports
Diffstat (limited to 'ports/nmslib')
| -rw-r--r-- | ports/nmslib/CONTROL | 2 | ||||
| -rw-r--r-- | ports/nmslib/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/nmslib/CONTROL b/ports/nmslib/CONTROL index 262c40682..5f61fa1f9 100644 --- a/ports/nmslib/CONTROL +++ b/ports/nmslib/CONTROL @@ -1,5 +1,5 @@ Source: nmslib
-Version: 1.7.3.6
+Version: 1.7.3.6-1
Homepage: https://github.com/searchivarius/nmslib
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.
#
diff --git a/ports/nmslib/portfile.cmake b/ports/nmslib/portfile.cmake index ffea74d75..ed5d902ba 100644 --- a/ports/nmslib/portfile.cmake +++ b/ports/nmslib/portfile.cmake @@ -25,6 +25,7 @@ endif() # TODO: check SSE and AVX avability and set corresponding tags vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH}/similarity_search + PREFER_NINJA OPTIONS -DWITH_EXTRAS=${WITH_EXTRAS} ) |
