You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using PackageCompiler.jl to build an app that has Gurobi.jl as one of its dependencies. Everything works fine, but the app relies on artifacts on the build machine. When running the app in on another machine I get the following error:
Error: could not load library \"/root/.julia/artifacts/79f6322f611b73845e645125d5a54f17b16f6428/gurobi1100/linux64/lib/libgurobi110.so\"
The build machine has a local gurobi installation and I pass its location via GUROBI_HOME. On the other machine I also have GUROBI_HOME set properly.
I would like that Gurobi.jl would point to the .so file from GUROBI_HOME instead of the local artifact.
I'm using Gurobi.jl 1.3.0 and am passing GUROBI_JL_USE_GUROBI_JLL=false to the build machine.
Do you know how we could get this to work?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello 👋
I'm using PackageCompiler.jl to build an app that has Gurobi.jl as one of its dependencies. Everything works fine, but the app relies on artifacts on the build machine. When running the app in on another machine I get the following error:
The build machine has a local gurobi installation and I pass its location via
GUROBI_HOME
. On the other machine I also haveGUROBI_HOME
set properly.I would like that Gurobi.jl would point to the
.so
file fromGUROBI_HOME
instead of the local artifact.I'm using Gurobi.jl 1.3.0 and am passing
GUROBI_JL_USE_GUROBI_JLL=false
to the build machine.Do you know how we could get this to work?
Thanks!
The text was updated successfully, but these errors were encountered: