Skip to content

Commit 11ed2be

Browse files
committed
Fix sources section: LinearSolveAutotune should source LinearSolve
- Remove incorrectly added sources from main Project.toml - Add sources section to LinearSolveAutotune/Project.toml pointing to LinearSolve - This allows LinearSolveAutotune to use the local LinearSolve package during development 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent a60e259 commit 11ed2be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
2929
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
3030
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
3131

32-
[sources]
33-
LinearSolveAutotune = {path = "lib/LinearSolveAutotune"}
34-
3532
[weakdeps]
3633
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
3734
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"

lib/LinearSolveAutotune/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ uuid = "67398393-80e8-4254-b7e4-1b9a36a3c5b6"
33
authors = ["SciML"]
44
version = "1.8.0"
55

6+
[sources]
7+
LinearSolve = {path = "../.."}
8+
69
[deps]
710
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
811
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

0 commit comments

Comments
 (0)