Skip to content

Commit a7b6c6e

Browse files
committed
switch version of Elliptic.jl to differentiable
1 parent c007e50 commit a7b6c6e

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

Manifest.toml

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,50 @@
11
# This file is machine-generated - editing it directly is not advised
22

3+
[[Artifacts]]
4+
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
5+
6+
[[CompilerSupportLibraries_jll]]
7+
deps = ["Artifacts", "Libdl"]
8+
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
9+
version = "0.5.2+0"
10+
311
[[Contour]]
412
deps = ["StaticArrays"]
513
git-tree-sha1 = "0b17db36e7e03f8437e0d1f55aea3e4a60c74353"
614
uuid = "d38c429a-6771-53c6-b99e-75d170b6e991"
715
version = "0.5.3"
816

917
[[Elliptic]]
10-
git-tree-sha1 = "71c79e77221ab3a29918aaf6db4f217b89138608"
18+
git-tree-sha1 = "5f12f1492d7f07defda1be3f5d2a60931263f3e6"
19+
repo-rev = "master"
20+
repo-url = "https://github.com/archermarx/Elliptic.jl"
1121
uuid = "b305315f-e792-5b7a-8f41-49f472929428"
1222
version = "1.0.1"
1323

1424
[[Libdl]]
1525
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
1626

1727
[[LinearAlgebra]]
18-
deps = ["Libdl"]
28+
deps = ["Libdl", "libblastrampoline_jll"]
1929
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2030

31+
[[OpenBLAS_jll]]
32+
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
33+
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
34+
version = "0.3.20+0"
35+
2136
[[Printf]]
2237
deps = ["Unicode"]
2338
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
2439

2540
[[Random]]
26-
deps = ["Serialization"]
41+
deps = ["SHA", "Serialization"]
2742
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2843

44+
[[SHA]]
45+
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
46+
version = "0.7.0"
47+
2948
[[Serialization]]
3049
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
3150

@@ -45,3 +64,8 @@ uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
4564

4665
[[Unicode]]
4766
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
67+
68+
[[libblastrampoline_jll]]
69+
deps = ["Artifacts", "Libdl", "OpenBLAS_jll"]
70+
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
71+
version = "5.1.1+0"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LoopFieldCalc"
22
uuid = "896acac2-5fe1-47fe-8ead-27e3a9bc5c85"
33
authors = ["Thomas Marks <marksta@umich.edu> and contributors"]
4-
version = "0.2.6"
4+
version = "0.2.7"
55

66
[deps]
77
Contour = "d38c429a-6771-53c6-b99e-75d170b6e991"

0 commit comments

Comments
 (0)