Skip to content

Commit a156022

Browse files
committed
cleaned up testing environment
1 parent cd32d7d commit a156022

File tree

2 files changed

+45
-31
lines changed

2 files changed

+45
-31
lines changed

Project.toml

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ authors = ["Juergen Fuhrmann <[email protected]>"]
44
version = "1.7.0"
55

66
[deps]
7-
AMGCLWrap = "4f76b812-4ba5-496d-b042-d70715554288"
87
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
98
ILUZero = "88f59080-6952-5380-9ea5-54057fb9a43f"
109
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -29,14 +28,58 @@ ExtendableSparseIncompleteLUExt = "IncompleteLU"
2928
ExtendableSparsePardisoExt = "Pardiso"
3029
ExtendableSparseLinearSolveExt = "LinearSolve"
3130

31+
[extras]
32+
AMGCLWrap = "4f76b812-4ba5-496d-b042-d70715554288"
33+
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
34+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
35+
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
36+
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
37+
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
38+
ExtendableGrids = "cfc395e8-590f-11e8-1f13-43a2532b2fa8"
39+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
40+
IncompleteLU = "40713840-3770-5561-ab4c-a76e7d0d7895"
41+
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
42+
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
43+
Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b"
44+
MultiFloats = "bdf0d083-296b-4888-a5b6-7498122e68a5"
45+
OhMyThreads = "67456a42-1dca-4109-a031-0a68de7e3ad5"
46+
Pardiso = "46dd5b70-b6fb-5a00-ae2d-e8fea33afaf2"
47+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
48+
RecursiveFactorization = "f2c3362d-daeb-58d1-803e-2bc74f2840b4"
49+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
50+
3251
[compat]
3352
AMGCLWrap = "2"
34-
AlgebraicMultigrid = "0.4, 0.5, 0.6"
53+
AlgebraicMultigrid = "0.4, 0.5, 0.6, 1"
3554
DocStringExtensions = "0.8, 0.9"
55+
ExtendableGrids = "1.9"
3656
ILUZero = "0.2"
3757
IncompleteLU = "^0.2.1"
58+
IterativeSolvers = "0.9"
3859
LinearSolve = "2.36.0, 3"
3960
Pardiso = "0.5.1, 1"
4061
Sparspak = "0.3.6"
4162
StaticArrays = "1.5.24"
4263
julia = "1.9"
64+
65+
[targets]
66+
test = [
67+
"AMGCLWrap",
68+
"AlgebraicMultigrid",
69+
"Aqua",
70+
"BenchmarkTools",
71+
"ChunkSplitters",
72+
"ExplicitImports",
73+
"ExtendableGrids",
74+
"ForwardDiff",
75+
"IncompleteLU",
76+
"IterativeSolvers",
77+
"LinearSolve",
78+
"Metis",
79+
"MultiFloats",
80+
"OhMyThreads",
81+
"Pardiso",
82+
"Random",
83+
"RecursiveFactorization",
84+
"Test",
85+
]

test/Project.toml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)