Skip to content

Commit f66b516

Browse files
committed
Add sources section to LinearSolveAutotune Project.toml
Add [sources] section with paths to LinearSolveAutotune and LinearSolve packages for proper local development setup. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 3161e37 commit f66b516

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/LinearSolveAutotune/Project.toml

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

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

0 commit comments

Comments
 (0)