-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
82 lines (76 loc) · 2.46 KB
/
Project.toml
File metadata and controls
82 lines (76 loc) · 2.46 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
name = "FiniteElementContainers"
uuid = "d08262e4-672f-4e7f-a976-f2cea5767631"
version = "0.13.2"
authors = ["Craig M. Hamel <cmhamel32@gmail.com> and contributors"]
[deps]
AcceleratedKernels = "6a4ca0a5-0e36-4168-a932-d9be78d558f1"
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Exodus = "f57ae99e-f805-4780-bdca-96e224be1e5a"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ReferenceFiniteElements = "6dc62d09-f8eb-43fd-9672-074e490a997f"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[weakdeps]
AbaqusReader = "bc6b9049-e460-56d6-94b4-a597b2c0390d"
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Gmsh = "705231aa-382f-11e9-3f0c-b7cb4346fdeb"
Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b"
PartitionedArrays = "5a9dfac6-5c52-46f7-8278-5e2210713be9"
[extensions]
AMDGPUExt = "AMDGPU"
AbaqusReaderExt = "AbaqusReader"
BlockArraysExt = "BlockArrays"
CUDAExt = "CUDA"
GmshExt = "Gmsh"
MetisExt = "Metis"
PartitionedArraysExt = "PartitionedArrays"
[compat]
AMDGPU = "2"
AbaqusReader = "0.2.7"
AcceleratedKernels = "0.4"
Adapt = "4"
Atomix = "1"
BlockArrays = "1"
CUDA = "5, 6"
DocStringExtensions = "0.9"
Exodus = "0.14"
ForwardDiff = "1"
GPUArrays = "11"
Gmsh = "0.3"
JuliaC = "0.3"
KernelAbstractions = "0.9"
Krylov = "0.10"
LinearAlgebra = "1"
Metis = "1"
PartitionedArrays = "0.5"
ReferenceFiniteElements = "0.14"
SparseArrays = "1"
SparseMatricesCSR = "0.6"
StaticArrays = "1"
TOML = "1"
Tensors = "1"
Test = "1"
TestItemRunner = "1"
TestItems = "1"
TimerOutputs = "0.5"
julia = "1"
[extras]
Gmsh = "705231aa-382f-11e9-3f0c-b7cb4346fdeb"
JuliaC = "acedd4c2-ced6-4a15-accc-2607eb759ba2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
[targets]
test = ["Gmsh", "JuliaC", "Test", "TestItemRunner", "TestItems"]