Skip to content

Commit a60e259

Browse files
committed
Move sources section to main Project.toml following OrdinaryDiffEq pattern
- Remove sources section from lib/LinearSolveAutotune/Project.toml - Add sources section to main LinearSolve.jl Project.toml - This follows the same pattern used in OrdinaryDiffEq.jl where sources are defined in the main package Project.toml, not in individual lib packages 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent f66b516 commit a60e259

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Project.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version = "3.33.0"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
8+
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
89
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
910
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
1011
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
@@ -28,11 +29,13 @@ Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
2829
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
2930
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
3031

32+
[sources]
33+
LinearSolveAutotune = {path = "lib/LinearSolveAutotune"}
34+
3135
[weakdeps]
3236
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
3337
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
3438
BlockDiagonals = "0a1fb500-61f7-11e9-3c65-f5ef3456f9f0"
35-
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
3639
CUDSS = "45b445bb-4962-46a0-9369-b4df9d0f772e"
3740
CUSOLVERRF = "a8cc9031-bad2-4722-94f5-40deabb4245c"
3841
CliqueTrees = "60701a23-6482-424a-84db-faee86b9b1f8"
@@ -122,8 +125,8 @@ RecursiveFactorization = "0.2.23"
122125
Reexport = "1.2.2"
123126
SafeTestsets = "0.1"
124127
SciMLBase = "2.70"
125-
SciMLOperators = "1"
126128
SciMLLogging = "1"
129+
SciMLOperators = "1"
127130
Setfield = "1.1.1"
128131
SparseArrays = "1.10"
129132
Sparspak = "0.3.9"

lib/LinearSolveAutotune/Project.toml

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

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

0 commit comments

Comments
 (0)