-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[usearch] add features #43950
base: master
Are you sure you want to change the base?
[usearch] add features #43950
Conversation
Usage test failed.
|
@jimwang118
CMakeLists.txt is following. cmake_minimum_required(VERSION 3.15)
project(test-usearch LANGUAGES CXX)
find_package(usearch REQUIRED CONFIG)
add_executable(test test.cpp)
target_link_libraries(test PRIVATE
usearch::usearch
) |
Usage test passed with x64-windows triplet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If usearch
can be used without the fp16
feature enabled then it should be removed from the default-features list
] | ||
], | ||
"default-features": [ | ||
"fp16" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is usearch
useful without the fp16
feature enabled?
./vcpkg x-add-version --all
and committing the result.usearch provides several options for external dependencies.