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

[Feature Request] math.dylib extension compiled for ARM64 #40

Closed
vpoguru opened this issue Jun 20, 2022 · 4 comments
Closed

[Feature Request] math.dylib extension compiled for ARM64 #40

vpoguru opened this issue Jun 20, 2022 · 4 comments

Comments

@vpoguru
Copy link

vpoguru commented Jun 20, 2022

Any chance to get the math.dylib extension work on Macs with Apple Silicon chip?

@nalgeon
Copy link
Owner

nalgeon commented Jun 22, 2022

I haven't figured an automated way to build macos arm64 extensions, so I built them manually for now: https://github.com/nalgeon/sqlean/releases/tag/0.15.2

Or you can just use SQLite 3.35+

@vpoguru
Copy link
Author

vpoguru commented Jun 23, 2022

Unfortunately, there are still a few math functions missing in the tool I use: xerial/sqlite-jdbc#633

I needed log2(X) and power(X,Y). Your extension works with charm! Many thanks!

@nalgeon
Copy link
Owner

nalgeon commented Jun 23, 2022

Sure!

@nalgeon nalgeon closed this as completed Jun 23, 2022
@diekhans
Copy link

you should be able to build universal modules with xcode:

https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants