Tony Kelman
Tony Kelman
@goedman can you recall what workaround you used for the fortran issue? might work for @javiervg too while we're waiting
Oh hah thanks. I don't use a mac so I forget these things. It's expected that OS fails a few of JuMP's tests, those are upstream bugs that might take...
Sort of a duplicate of https://github.com/JuliaOpt/CoinOptServices.jl/issues/4. Try deleting `/home/zazadi/.julia/v0.5/CoinOptServices/deps/src` and `/home/zazadi/.julia/v0.5/CoinOptServices/deps/usr` then re-running `Pkg.build("CoinOptServices")`.
that's not the useful part of the error message. post the entire output to https://gist.github.com and leave a link here
`make[2]: *** [FixPointConstructors.lo] Killed` that suggests you're running out of memory. What operating system and compiler version are you using?
Do you have a low memory ulimit or something? It's getting killed while compiling the C++ library, which suggests you wouldn't be able to build couenne outside of Julia either.
If the ulimit is set really low then processes might get killed anyway. Sysadmins on giant clusters seem to love setting low ulimits, I guess so one person can't use...
No, that wouldn't successfully compile up to one particular C++ source file in the middle of Couenne and be killed there. Some user resource limit set too low by a...
installing pkg-config might help
gist the entire build log and config.log files