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

special case map for OneIndexedArrays #487

Merged
merged 1 commit into from
Jul 23, 2015
Merged

special case map for OneIndexedArrays #487

merged 1 commit into from
Jul 23, 2015

Conversation

mlubin
Copy link
Member

@mlubin mlubin commented Jul 22, 2015

Ref cc001ea#commitcomment-12310195. Not sure what happened there.

This change doesn't fix any performance issues with getValue: f3d3774#commitcomment-11664585

@mlubin
Copy link
Member Author

mlubin commented Jul 22, 2015

@joehuchette
Copy link
Contributor

Ipopt still doesn't install on OSX, and SCS failed another SDP test :(

@mlubin
Copy link
Member Author

mlubin commented Jul 23, 2015

@staticfloat, any idea why Ipopt is failing to install with Homebrew on travis?
https://travis-ci.org/JuliaOpt/JuMP.jl/jobs/72213162#L214

mlubin added a commit that referenced this pull request Jul 23, 2015
special case map for OneIndexedArrays
@mlubin mlubin merged commit 53e5b31 into master Jul 23, 2015
@mlubin mlubin deleted the mapone branch July 23, 2015 20:42
@tkelman
Copy link
Contributor

tkelman commented Jul 24, 2015

something to do with the fixup-libgfortran postinstall step not working maybe? https://github.com/staticfloat/homebrew-juliadeps/blob/master/libgfortran.rb

@staticfloat
Copy link
Contributor

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.

@tkelman
Copy link
Contributor

tkelman commented Jul 26, 2015

What needs to happen there other than bumping the version number?

@staticfloat
Copy link
Contributor

Looks like Homebrew main removed the pkgconfig_files helper function from their internal Keg class. The long and the short is, copy-paste the old helper function into libgfortran.rb, rebuild the bottles for 5.2 and just keep on chugging.

@staticfloat
Copy link
Contributor

Alright, libgfortran and Ipopt bottles are updated and pass Pkg.test("Ipopt"). Hopefully things will work on Travis now.

@tkelman
Copy link
Contributor

tkelman commented Jul 27, 2015

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

@joehuchette
Copy link
Contributor

Looks like things are working great again on Travis. Thanks a ton @staticfloat and @tkelman!

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

Successfully merging this pull request may close these issues.

4 participants