ethereum / c-kzg-4844

A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C.
Apache License 2.0
118 stars 109 forks source link

When building Python bindings, only build blst #418

Closed jtraglia closed 6 months ago

jtraglia commented 6 months ago

This was my mistake. We only need to build blst here. When building with an older version of clang, this would complain about missing braces in c-kzg code and would cause the Python bindings build to fail.