Skip to content

Commit a4290b5

Browse files
authored
Merge pull request #229 from mohamed82008/toml_files
Project.toml and Manifest.toml files
2 parents 01af27f + ff736dd commit a4290b5

File tree

3 files changed

+77
-1
lines changed

3 files changed

+77
-1
lines changed

Manifest.toml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
[[Base64]]
2+
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
3+
4+
[[Distributed]]
5+
deps = ["LinearAlgebra", "Random", "Serialization", "Sockets"]
6+
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
7+
8+
[[InteractiveUtils]]
9+
deps = ["LinearAlgebra", "Markdown"]
10+
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
11+
12+
[[Libdl]]
13+
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
14+
15+
[[LinearAlgebra]]
16+
deps = ["Libdl"]
17+
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
18+
19+
[[Logging]]
20+
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
21+
22+
[[Markdown]]
23+
deps = ["Base64"]
24+
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
25+
26+
[[Printf]]
27+
deps = ["Unicode"]
28+
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
29+
30+
[[Random]]
31+
deps = ["Serialization"]
32+
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
33+
34+
[[RecipesBase]]
35+
deps = ["Random", "Test"]
36+
git-tree-sha1 = "b18c3d875ad6805e3db59c4e81f206f04df71d66"
37+
uuid = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
38+
version = "0.5.0"
39+
40+
[[Serialization]]
41+
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
42+
43+
[[Sockets]]
44+
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
45+
46+
[[SparseArrays]]
47+
deps = ["LinearAlgebra", "Random"]
48+
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
49+
50+
[[Test]]
51+
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
52+
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
53+
54+
[[Unicode]]
55+
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

Project.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "IterativeSolvers"
2+
uuid = "42fd0dbc-a981-5370-80f2-aaf504508153"
3+
4+
[deps]
5+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
6+
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
7+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8+
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
9+
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
10+
11+
[compat]
12+
LinearMaps = "2.0.0"
13+
RecipesBase = "< 0.6"
14+
julia = ">= 0.7"
15+
16+
[extras]
17+
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
18+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
19+
20+
[targets]
21+
test = ["Test", "LinearMaps"]

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
julia 0.7-beta
22

3-
RecipesBase 0.3.1
3+
RecipesBase 0.3.1 0.6.0-

0 commit comments

Comments
 (0)