Closed jakewilliami closed 4 years ago
Please run ] up
first. If that doesn't work, can you show the result of ] st
.
This problem was fixed, and it works on my machine (also Mac), so looks like something is out-of-sync on your end.
After ] up
it still didn't work, so here is the output of ] st
:
(@v1.4) pkg> st
Status `~/.julia/environments/v1.4/Project.toml`
[c7932e45] AstroLib v0.4.0
[c52e3926] Atom v0.12.15
[6e4b80f9] BenchmarkTools v0.5.0
[a134a8b2] BlackBoxOptim v0.5.0
[49dc2e85] Calculus v0.5.1
[a2e0e22d] CalculusWithJulia v0.0.1
[73d28a3a] CombOpt v0.2.1 #master (https://github.com/dileep-kishore/CombOpt.jl)
[861a8166] Combinatorics v1.0.2
[a81c6b42] Compose v0.8.2
[0c46a032] DifferentialEquations v6.14.0
[f6369f11] ForwardDiff v0.10.10
[60bf3e95] GLPK v0.13.0
[c91e804a] Gadfly v1.3.0
[4d00f742] GeometryTypes v0.8.3
[c27321d9] Glob v1.3.0
[2e9cd046] Gurobi v0.8.1
[95701278] ImplicitEquations v0.6.0
[4858937d] InfiniteArrays v0.7.2
[d1acc4aa] IntervalArithmetic v0.16.7
[138f1668] IntervalConstraintProgramming v0.12.1
[d2bf35a9] IntervalRootFinding v0.5.3
[e24f45a5] InverseLaplace v0.3.2 #master (https://github.com//jlapeyre/InverseLaplace.jl)
[b6b21f68] Ipopt v0.6.2
[42fd0dbc] IterativeSolvers v0.8.4
[4076af6c] JuMP v0.21.2
[23fbe1c1] Latexify v0.13.5
[2f5eb75a] LightGraphsFlows v0.4.1
[d4b2101a] Lint v0.0.0 #master (https://github.com/tonyhffong/Lint.jl)
[1914dd2f] MacroTools v0.5.5
[ee78f7c6] Makie v0.10.0
[7eb4fadd] Match v1.1.0
[d41bc354] NLSolversBase v7.6.1
[2774e3e8] NLsolve v4.4.0
[872cf16e] NaturallyUnitful v0.3.0
[47be7bcc] ORCA v0.4.0
[458c3c95] OpenSSL_jll v1.1.1+2
[429524aa] Optim v0.20.1
[4d0d745f] PDFIO v0.1.7
[9b87118b] PackageCompiler v1.1.1
[5ad8b20f] PhysicalConstants v0.2.1
[f0f68f2c] PlotlyJS v0.13.1
[91a5bcdd] Plots v0.29.9
[d42e8734] PlusMinus v1.0.0 #master (https://github.com/tbeason/PlusMinus.jl)
[438e738f] PyCall v1.91.4
[d330b81b] PyPlot v2.9.0
[c5292f4c] ResumableFunctions v0.5.1
[f2b01f46] Roots v0.8.4
[af85af4c] RowEchelon v0.1.1
[276daf66] SpecialFunctions v0.10.3
[123dc426] SymEngine v0.8.2
[24249f21] SymPy v1.0.7
[a906b1d5] Symata v0.4.8
[d1185830] SymbolicUtils v0.4.0
[afbbf031] TypedPolynomials v0.2.7
[1986cc42] Unitful v1.2.1
[d621b6e3] ValidatedNumerics v0.11.0
[83775a58] Zlib_jll v1.2.11+10
[37e2e46d] LinearAlgebra
[9a3f8284] Random
What happens with the following?
] add GMP_jll@6.1
You have some weird things, like JuMP not updating to the latest version (0.21.3, not 0.21.2). Some packages are holding you back.
You should take a look at Pkg environments: https://julialang.github.io/Pkg.jl/stable/environments/, and only add the packages you need in each environment. This helps avoid dependency hell.
Ohh, it seems I have a dirty registry:
(@v1.4) pkg> add GMP_jll@6.1
Updating registry at `~/.julia/registries/General`
┌ Warning: Some registries failed to update:
│ — `~/.julia/registries/General` — registry dirty
└ @ Pkg.Types /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.4/Pkg/src/Types.jl:1131
Resolving package versions...
Updating `~/.julia/environments/v1.4/Project.toml`
[781609d7] + GMP_jll v6.1.2+5
Updating `~/.julia/environments/v1.4/Manifest.toml`
[781609d7] ↓ GMP_jll v6.2.0+0 ⇒ v6.1.2+5
Someone on the Julia slack channel showed me about the Pkg environments, and now I use them—they are excellent.
Weird. Glad you got it sorted. Yes, environments solve everything.
Closing because this is not a bug in GLPK.jl.
My
GLPK
installation is not precompiling. Version:on macOS.