-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
gnutls: build Guile bindings #59490
gnutls: build Guile bindings #59490
Conversation
|
Sorry, that license syntax was for dual-licensing, which doesn't apply here. Use the following instead:
|
Thanks @gromgit. I will update once Homebrew/brew#8260 is resolved. I will also close #59481 in favor of this one since there's no way we can fix the dynamic library issue. |
bb06951
to
50df2fd
Compare
For now updated it to use |
Please use the exact |
50df2fd
to
07997fe
Compare
@gromgit done! apologies, i misunderstood your previous message. |
hi @gromgit. is there any way for me to remove the |
You can rebase and push |
07997fe
to
c60a2e7
Compare
duh... true. 🤦♂️ |
Any idea what's going on with this
|
Seems related to this issue #58984 |
This PR #59709 will fix the issue once merged. |
c60a2e7
to
e18100a
Compare
Rebased now that #59709 is merged and added a caveat I found was necessary to use the bindings properly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @aconchillo ! Without contributions like yours it'd be impossible to keep homebrew going with the high standards that users have come to expect from the project. You can feel good knowing that you've made the world a tiny bit better for homebrew users around the world! 👍 🎉
🤖 A scheduled task has triggered a merge. |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?This takes a different approach than #59481 by simply building Guile bindings by default when installing
gnutls
. However, that means thatguile
is now required.