-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
68 lines (62 loc) · 1.77 KB
/
Copy pathProject.toml
File metadata and controls
68 lines (62 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
name = "CorrectionFactorMatrixMethod"
uuid = "1b32fdd5-07c8-465a-bf7d-415ac82a78be"
version = "0.1.0"
authors = ["Joshua Tetzner <joshua.tetzner@uni-rostock.de>"]
[deps]
BlockSparseMatrices = "1ef78180-cc57-4e70-b6ec-c3e471307147"
H2Trees = "9db26ae3-82ff-4374-85e9-9ed87405fd16"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
MKL = "33e6dc65-8f57-5167-99aa-e5a354878fb2"
OhMyThreads = "67456a42-1dca-4109-a031-0a68de7e3ad5"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[weakdeps]
BEAST = "bb4162c7-ba94-5a20-af32-d8ec4428bdd1"
CompScienceMeshes = "3e66a162-7b8c-5da0-b8f8-124ecd2c3ae1"
ExaFMMt = "add1291b-d076-47cc-8667-64576de04ee0"
[extensions]
CFMMBEAST = ["BEAST", "CompScienceMeshes"]
CFMMExaFMMt = ["ExaFMMt", "BEAST"]
[compat]
Aqua = "0.8"
BEAST = "2"
BlockSparseMatrices = "0.3"
CompScienceMeshes = "0.11, 0.12"
ExaFMMt = "0.1"
ExplicitImports = "1"
H2Trees = "0.3"
JET = "0.9, 0.10, 0.11"
JuliaFormatter = "2"
LinearAlgebra = "1.10"
LinearMaps = "3"
MKL = "0.9"
OhMyThreads = "0.8"
SparseArrays = "1.10"
StaticArrays = "1"
Test = "1.10"
TestItemRunner = "1"
TestItems = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
[targets]
test = [
"Aqua",
"BEAST",
"CompScienceMeshes",
"ExaFMMt",
"ExplicitImports",
"JET",
"JuliaFormatter",
"StaticArrays",
"Test",
"TestItemRunner",
"TestItems",
]