-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
42 lines (38 loc) · 1.27 KB
/
Project.toml
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
name = "STLCutters"
uuid = "284f087d-c8bb-44c4-af3c-39d0e1f330a5"
authors = ["Pere Antoni Martorell", "Large Scale Scientific Computing"]
version = "0.3.0"
[deps]
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"
GridapDistributed = "f9701e48-63b3-45aa-9a63-9bc6c271f355"
GridapEmbedded = "8838a6a3-0006-4405-b874-385995508d5d"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118"
MiniQhull = "978d7f02-9e05-4691-894f-ae31a51d76ca"
PartitionedArrays = "5a9dfac6-5c52-46f7-8278-5e2210713be9"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
[compat]
AlgebraicMultigrid = "0.5, 0.6"
Downloads = "1.4"
FileIO = "1.6"
FillArrays = "0.11, 0.13, 1"
Gridap = "0.18.3"
GridapDistributed = "0.4"
GridapEmbedded = "0.9.4"
IterativeSolvers = "0.9"
MPI = "0.20"
MeshIO = "0.4"
MiniQhull = "0.4"
PartitionedArrays = "0.3"
ProgressMeter = "1.7"
julia = "1.5"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]