unum-cloud / usearch

Fast Open-Source Search & Clustering engine × for Vectors & 🔜 Strings × in C++, C, Python, JavaScript, Rust, Java, Objective-C, Swift, C#, GoLang, and Wolfram 🔍
https://unum-cloud.github.io/usearch/
Apache License 2.0
2.28k stars 143 forks source link

Bug: StringZilla not correctly installed #522

Closed Spixmaster closed 2 weeks ago

Spixmaster commented 3 weeks ago

Describe the bug

In file "sqlite/lib.cpp" call #include "../stringzilla/c/lib.c" happens. However when installing StringZilla with CMake that file is not installed.

Steps to reproduce

"c/lib.c" should be installed with StringZilla.

Expected behavior

File exists.

USearch version

v2.16.0

Operating System

Arch Linux

Hardware architecture

x86

Which interface are you using?

C++ implementation

Contact Details

No response

Are you open to being tagged as a contributor?

Is there an existing issue for this?

Code of Conduct

ashvardanian commented 2 weeks ago

You shouldn’t use local installations for those builds, only the git submodules.