From 7204fbfc483d29ac7c6a6802eefc90d97151d8e0 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Fri, 29 May 2026 16:33:41 -0400 Subject: [PATCH 1/2] Fix CI: drop [sources] (conflicts with the Pkg.develop step on Julia 1.11+) The CI 'Develop unregistered PureKLU dependency' step (Pkg.develop(url=...)) conflicts with a [sources] entry for the same package on Julia 1.11+, failing the 1.11 and 1 jobs (1.10 ignores [sources] and passed). The develop step alone resolves PureKLU on every version, so drop [sources]. Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.8 (1M context) --- Project.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Project.toml b/Project.toml index 7fb6ee2..f86302c 100644 --- a/Project.toml +++ b/Project.toml @@ -15,12 +15,6 @@ LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" [extensions] SparseWithDenseRowColMatricesLinearSolveExt = "LinearSolve" -# PureKLU is not yet registered in General; resolve it from the SciML repo. `[sources]` -# is honored on Julia 1.11+; on 1.10 (and for registration) PureKLU must be added/registered -# separately — see the CI workflow and README. -[sources] -PureKLU = {url = "https://github.com/SciML/PureKLU.jl"} - [compat] Aqua = "0.8" ForwardDiff = "0.10, 1" From b5b9f0f17389d41c5c71729026d94d9f2218c1bc Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Fri, 29 May 2026 16:35:03 -0400 Subject: [PATCH 2/2] dependabot: drop nonexistent /docs directory from the julia ecosystem Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dcb2d27..73046ba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,7 +12,6 @@ updates: - package-ecosystem: "julia" directories: - "/" - - "/docs" schedule: interval: "daily" groups: