You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2025. It is now read-only.
I'm trying to use the library to implement the keccak256 function for the ClickHouse database.
Their CI breaks when trying to build for osx/amd64 with the following link error:
Undefined symbols for architecture x86_64:
Feb 25 22:57:07 "___cpu_indicator_init", referenced from:
Feb 25 22:57:07 _select_keccakf1600_implementation in lib_ethash.a(keccak.c.o)
Feb 25 22:57:07 "___cpu_model", referenced from:
Feb 25 22:57:07 _select_keccakf1600_implementation in lib_ethash.a(keccak.c.o)
Feb 25 22:57:07 ld: symbol(s) not found for architecture x86_64
Feb 25 22:57:07 clang++-19: error: linker command failed with exit code 1 (use -v to see invocation)
Feb 25 22:57:10 [11873/11899] Linking CXX executable programs/clickhouse
Feb 25 22:57:10 FAILED: programs/clickhouse