Skip to content
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

Bug: Compilation errors for nodejs on v2.13.0 #457

Open
3 tasks done
jlarmstrongiv opened this issue Aug 6, 2024 · 1 comment
Open
3 tasks done

Bug: Compilation errors for nodejs on v2.13.0 #457

jlarmstrongiv opened this issue Aug 6, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jlarmstrongiv
Copy link
Contributor

Describe the bug

Compilation failure. Please run the bash command below for the full stack trace, as it’s too long for github issues.

Steps to reproduce

docker run --entrypoint /bin/bash -e 'USEARCH_USE_FP16LIB=1' -e 'SIMSIMD_TARGET_X86_AVX512=0' -e 'SIMSIMD_TARGET_ARM_SVE=0' -e 'SIMSIMD_TARGET_X86_AVX2=1' -e 'SIMSIMD_TARGET_ARM_NEON=0'  --rm 'public.ecr.aws/lambda/nodejs:20-x86_64' -c 'echo > package.json '\''{"name":"docker-install-placeholder","version":"0.0.0","engines":{"node":"20.16.0","npm":"10.8.2"}}'\'' && corepack enable npm && dnf install -y python3 make gcc-c++ && npm install [email protected]'

Expected behavior

Build compiles successfully, like it does on arm64 and in the previous release.

USearch version

v2.13.0

Operating System

public.ecr.aws/lambda/nodejs:20-x86_64

Hardware architecture

x86

Which interface are you using?

C++ implementation

Contact Details

Discord

Are you open to being tagged as a contributor?

  • I am open to being mentioned in the project .git history as a contributor

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct
@jlarmstrongiv jlarmstrongiv added the bug Something isn't working label Aug 6, 2024
@ashvardanian ashvardanian self-assigned this Aug 6, 2024
@ashvardanian
Copy link
Contributor

This is a handy command! Thank you for providing it, @jlarmstrongiv! I'm looking into solutions, but it's clearly coming from SimSIMD, not USearch itself. Will keep you posted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants