Oscar Dowson
Oscar Dowson
Any updates on this?
See https://julialang.github.io/PackageCompiler.jl/dev/devdocs/relocatable_part_3.html#Relocatability-of-Julia-packages PackageCompiler currently does not work well with packages which require hard-code paths for external binaries. The best work-around is probably to have `gurobi100` in your PATH of the...
The new version of Gurobi.jl uses binaries provided by Gurobi_jll, so it should work by default on any machine that has a valid Gurobi license. You do not need to...
Hmm. Something isn't right: ```julia (base) oscar@Oscars-MBP /tmp % julia --project=xpr The latest version of Julia in the `1.10` channel is 1.10.2+0.x64.apple.darwin14. You currently have `1.10.1+0.x64.apple.darwin14` installed. Run: juliaup update...
The issue appears to be ``` julia> path_name = "/Users/oscar/.julia/artifacts/5a3b623cd7ac3c59c02bb5063b4db60287f33a1f/lib/libgurobi110.dylib" "/Users/oscar/.julia/artifacts/5a3b623cd7ac3c59c02bb5063b4db60287f33a1f/lib/libgurobi110.dylib" julia> using Libdl; dlopen(path_name, RTLD_LAZY | RTLD_DEEPBIND) zsh: killed julia --project=xpr ``` I wonder if it is because `libgurobi110`...
Here's a user that this would help: https://discourse.julialang.org/t/how-to-use-gurobi-11-in-julia-launched-by-anaconda/111271/5?u=odow
I stopped digging into this. I was waiting for Gurobi to get back to me on whether they're okay with this general approach.
Can people try this locally? I'm still getting https://github.com/jump-dev/Gurobi_jll.jl/issues/5
Yeah I've obviously borked something. I guess one question for @simonbowly and @torressa: should have we have this enabled by default? Xpress asked us not to: https://github.com/jump-dev/Xpress.jl?tab=readme-ov-file#use-with-xpress_jll But I would...
> Yes I'd say enable it by default if that's your preference Okay, great. > I assume it will still be possible to manually build Gurobi.jl against a local install...