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

Debug kill #5

Closed
odow opened this issue Apr 26, 2024 · 2 comments · Fixed by #13
Closed

Debug kill #5

odow opened this issue Apr 26, 2024 · 2 comments · Fixed by #13

Comments

@odow
Copy link
Member

odow commented Apr 26, 2024

This happens to me locally:

julia> versioninfo()
Julia Version 1.10.2
Commit bd47eca2c8a (2024-03-01 10:14 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: macOS (x86_64-apple-darwin22.4.0)
  CPU: 8 × Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, skylake)
Threads: 1 default, 0 interactive, 1 GC (on 8 virtual cores)

(grb) pkg> st
Status `/private/tmp/grb/Project.toml` (empty project)

(grb) pkg> add https://github.com/jump-dev/Gurobi_jll.jl
     Cloning git-repo `https://github.com/jump-dev/Gurobi_jll.jl`
    Updating git-repo `https://github.com/jump-dev/Gurobi_jll.jl`
    Updating registry at `~/.julia/registries/General.toml`
   Resolving package versions...
  Downloaded artifact: Gurobi
  Downloaded artifact: Gurobi
    Updating `/private/tmp/grb/Project.toml`
  [c018c7e6] + Gurobi_jll v11.0.1 `https://github.com/jump-dev/Gurobi_jll.jl#master`
    Updating `/private/tmp/grb/Manifest.toml`
  [692b3bcd] + JLLWrappers v1.5.0
  [21216c6a] + Preferences v1.4.3
  [c018c7e6] + Gurobi_jll v11.0.1 `https://github.com/jump-dev/Gurobi_jll.jl#master`
  [56f22d72] + Artifacts
  [ade2ca70] + Dates
  [8f399da3] + Libdl
  [de0858da] + Printf
  [fa267f1f] + TOML v1.0.3
  [4ec0a83e] + Unicode
Precompiling project...
  1 dependency successfully precompiled in 2 seconds. 2 already precompiled.

julia> using Gurobi_jll
zsh: killed     julia --project=grb

I assume because of something that I have locally?

@simonbowly
Copy link
Collaborator

No clue I'm afraid ... using Gurobi_jll doesn't actually use the libraries at all does it? It's just doing some JLLWrappers setup magic, and JLLWrappers seems to be intentionally undocumented. Could it be due to messing with the artifacts?

@odow
Copy link
Member Author

odow commented Apr 26, 2024

See jump-dev/Gurobi.jl#545 (comment)

I think it's something to do with my @rpath. I might have mucked something up at some point. So once this package is tagged I'll uninstall Gurobi locally etc.

Following Xpress.jl, I'll figure out how to make this opt-in, so it shouldn't be a problem for existing users.

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

Successfully merging a pull request may close this issue.

2 participants