Open inkydragon opened 1 month ago
Perhaps the easiest way to fix this is to move those lines to
docs/solvers.md
, since julia only copiesdocs/index.md
when building documentation.
Seems reasonable to me. Can you make a PR?
I assume we need to bump SparseArrays here now to fix this.
build error
https://buildkite.com/julialang/julia-master-scheduled/builds/924#0192bd8b-9277-4dbe-86cb-f5907d12e5e8/1859-1945
related docs
SparseArrays.jl docs:
https://github.com/JuliaSparse/SparseArrays.jl/blob/485fd4babbeaed76906e88b6adc97496346727de/docs/src/index.md?plain=1#L209-L222
All of these solvers are GPL-licensed, and SparseArrays will not include their definitions when
USE_GPL_LIBS:=0
.Perhaps the easiest way to fix this is to move those lines to
docs/solvers.md
, since julia only copiesdocs/index.md
when building documentation.