Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions KomaMRIBase/test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"

[sources]
KomaMRIBase = {path = "../../KomaMRIBase"}
4 changes: 2 additions & 2 deletions KomaMRICore/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ ThreadsX = "0.1"
julia = "1.10"
oneAPI = "1, 2"

[workspace]
projects = ["test"]
[sources]
KomaMRIBase = {path = "../KomaMRIBase"}
6 changes: 5 additions & 1 deletion KomaMRICore/test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"

[preferences.KomaMRICore]
test_backend = "CPU"
test_backend = "CPU"

[sources]
KomaMRIBase = {path = "../../KomaMRIBase"}
KomaMRICore = {path = "../../KomaMRICore"}
4 changes: 2 additions & 2 deletions KomaMRIFiles/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Reexport = "1"
Scanf = "0.5"
julia = "1.9"

[workspace]
projects = ["test"]
[sources]
KomaMRIBase = {path = "../KomaMRIBase"}
5 changes: 5 additions & 0 deletions KomaMRIFiles/test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"


[sources]
KomaMRIBase = {path = "../../KomaMRIBase"}
KomaMRIFiles = {path = "../../KomaMRIFiles"}
4 changes: 2 additions & 2 deletions KomaMRIPlots/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ julia = "1.9"
[extras]
PlutoPlotly = "8e989ff0-3d88-8e9f-f020-2b208a939ff0"

[workspace]
projects = ["test"]
[sources]
KomaMRIBase = {path = "../KomaMRIBase"}
4 changes: 4 additions & 0 deletions KomaMRIPlots/test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ PlutoPlotly = "8e989ff0-3d88-8e9f-f020-2b208a939ff0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"

[sources]
KomaMRIBase = {path = "../../KomaMRIBase"}
KomaMRIPlots = {path = "../../KomaMRIPlots"}
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ MRIReco = "0.6, 0.7, 0.8, 0.9"
Reexport = "1"
julia = "1.9"

[workspace]
projects = ["test", "docs", "benchmarks", "KomaMRIBase", "KomaMRICore", "KomaMRIFiles", "KomaMRIPlots"]
[sources]
KomaMRICore = {path = "./KomaMRICore"}
KomaMRIFiles = {path = "./KomaMRIFiles"}
KomaMRIPlots = {path = "./KomaMRIPlots"}
4 changes: 4 additions & 0 deletions benchmarks/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ KomaMRIBase = "d0bc0b20-b151-4d03-b2a4-6ca51751cb9c"
KomaMRICore = "4baa4f4d-2ae9-40db-8331-a7d1080e3f4e"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"

[sources]
KomaMRIBase = {path = "../KomaMRIBase"}
KomaMRICore = {path = "../KomaMRICore"}
3 changes: 3 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"

[compat]
Documenter = "1"

[sources]
KomaMRI = {path = "../"}
3 changes: 3 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"

[sources]
KomaMRI = {path = "../"}
Loading