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

Breaking Apple M1 change #9

Closed
Zabrane opened this issue Nov 22, 2023 · 2 comments · Fixed by #10
Closed

Breaking Apple M1 change #9

Zabrane opened this issue Nov 22, 2023 · 2 comments · Fixed by #10

Comments

@Zabrane
Copy link

Zabrane commented Nov 22, 2023

Hi @NelsonVides

Would it be possible to put back these compile options:

    {"(linux|solaris|freebsd|netbsd|openbsd|dragonfly|darwin|gnu)",
         "CFLAGS", "$CFLAGS -std=c99 -O3 -g -Wall -Wextra -fPIC -I/opt/homebrew/include -I/usr/local/include"},
    {"(linux|solaris|freebsd|netbsd|openbsd|dragonfly|darwin|gnu)",
         "LDLIBS", "$LDLIBS -lcrypto -L/opt/homebrew/lib/ -L/usr/local/lib"},

They are important for MacOS (Intel + Apple ARM).
Many thanks

@NelsonVides
Copy link
Collaborator

Done 🙂
Thanks for raising the issue, you can find the new package release at https://hex.pm/packages/fast_pbkdf2/1.0.5

@Zabrane
Copy link
Author

Zabrane commented Nov 22, 2023

Thanks and keep up the good work

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

Successfully merging a pull request may close this issue.

2 participants