-
-
Notifications
You must be signed in to change notification settings - Fork 399
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
special case map for OneIndexedArrays #487
Conversation
Ipopt still doesn't install on OSX, and SCS failed another SDP test :( |
@staticfloat, any idea why Ipopt is failing to install with Homebrew on travis? |
special case map for OneIndexedArrays
something to do with the fixup-libgfortran postinstall step not working maybe? https://github.com/staticfloat/homebrew-juliadeps/blob/master/libgfortran.rb |
I'm betting that this is because GCC is bumped up to 5.X now, and that libgfortran formula is old. I'll probably have to make a new one. |
What needs to happen there other than bumping the version number? |
Looks like Homebrew main removed the |
Alright, |
Did I/that manage to break the osx buildbots? I hit clean for openblas, arpack, etc, but now gfortran isn't being found? http://buildbot.e.ip.saba.us:8010/builders/build_osx10.9-x64/builds/358/steps/shell_1/logs/stdio Tried re-provisioning via rundeck but that doesn't seem to help. edit: I think I figured it out, manually running a package build seems to work |
Looks like things are working great again on Travis. Thanks a ton @staticfloat and @tkelman! |
Ref cc001ea#commitcomment-12310195. Not sure what happened there.
This change doesn't fix any performance issues with getValue: f3d3774#commitcomment-11664585