-
Notifications
You must be signed in to change notification settings - Fork 46
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
build failiure on OSX 10.9 #6
Comments
Are you using the julia OS X binary or a build from source? |
build from source; 0.2.0-rc4 |
Try running
before loading NLopt |
👍 that seems to do the trick. |
Can this issue be closed? |
Not really, it shouldn't be needed to explicitly call |
I'm not sure what the proper solution for this is. Here are our options:
|
What's a bit confusing to me is why these shared libraries don't have an explicit dependency on |
Strangely enough, most software I can find DO have explicit dependencies on either |
When I run
Pkg.build("NLopt")
, I get the following:I'm not familiar enough with BinDeps to know exactly what's going wrong here.
The text was updated successfully, but these errors were encountered: