Skip to content

Commit

Permalink
Temporarily replaced JuliaRegistries Gridap version by the one
Browse files Browse the repository at this point in the history
corresponding to Gridap.jl git repo #master branch so that we
have access to the following bug-fix:

gridap/Gridap.jl#563
  • Loading branch information
amartinhuertas committed Mar 13, 2021
1 parent 847ea7c commit 3bab6f5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
31 changes: 16 additions & 15 deletions Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# This file is machine-generated - editing it directly is not advised

[[AbstractTrees]]
deps = ["Markdown"]
git-tree-sha1 = "33e450545eaf7699da1a6e755f9ea65f14077a45"
git-tree-sha1 = "03e0550477d86222521d254b741d470ba17ea0b5"
uuid = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
version = "0.3.3"
version = "0.3.4"

[[Adapt]]
deps = ["LinearAlgebra"]
Expand Down Expand Up @@ -199,15 +198,15 @@ version = "4.3.1+4"

[[FastGaussQuadrature]]
deps = ["LinearAlgebra", "SpecialFunctions", "StaticArrays"]
git-tree-sha1 = "06deaf05493f996135da3282a3c18f90144ad8df"
git-tree-sha1 = "5829b25887e53fb6730a9df2ff89ed24baa6abf6"
uuid = "442a2c76-b920-505d-bb47-c5924d526838"
version = "0.4.6"
version = "0.4.7"

[[FileIO]]
deps = ["Pkg"]
git-tree-sha1 = "fee8955b9dfa7bec67117ef48085fb2b559b9c22"
deps = ["Pkg", "Requires", "UUIDs"]
git-tree-sha1 = "9cdfbf5c0ed88ad0dcdb02544416c8e5a73addef"
uuid = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
version = "1.4.5"
version = "1.6.4"

[[FileWatching]]
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
Expand Down Expand Up @@ -297,10 +296,12 @@ uuid = "7746bdde-850d-59dc-9ae8-88ece973131d"
version = "2.59.0+4"

[[Gridap]]
deps = ["AbstractTrees", "BSON", "BlockArrays", "Combinatorics", "DocStringExtensions", "FastGaussQuadrature", "FileIO", "FillArrays", "ForwardDiff", "JLD2", "JSON", "LineSearches", "LinearAlgebra", "NLsolve", "QuadGK", "SparseArrays", "StaticArrays", "Test", "WriteVTK"]
git-tree-sha1 = "4d4e980c2d658fb0547382970a15feed87a44555"
deps = ["AbstractTrees", "BSON", "BlockArrays", "Combinatorics", "DocStringExtensions", "FastGaussQuadrature", "FileIO", "FillArrays", "ForwardDiff", "JLD2", "JSON", "LineSearches", "LinearAlgebra", "NLsolve", "QuadGK", "Random", "SparseArrays", "StaticArrays", "Test", "WriteVTK"]
git-tree-sha1 = "2e72b83ba6a8cffc5e2fac269e93e9aaea22267b"
repo-rev = "master"
repo-url = "https://github.com/gridap/Gridap.jl"
uuid = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"
version = "0.15.1"
version = "0.15.2"

[[Grisu]]
git-tree-sha1 = "03d381f65183cb2d0af8b3425fde97263ce9a995"
Expand Down Expand Up @@ -346,9 +347,9 @@ version = "1.0.0"

[[JLD2]]
deps = ["CodecZlib", "DataStructures", "MacroTools", "Mmap", "Pkg", "Printf", "Requires", "UUIDs"]
git-tree-sha1 = "9378bd9d392569c94d1722d4926ef9857b8f76fd"
git-tree-sha1 = "b8343a7f96591404ade118b3a7014e1a52062465"
uuid = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
version = "0.3.3"
version = "0.4.2"

[[JLLWrappers]]
git-tree-sha1 = "a431f5f2ca3f4feef3bd7a5e94b8b8d4f2f647a0"
Expand Down Expand Up @@ -777,9 +778,9 @@ version = "1.18.0+4"

[[WriteVTK]]
deps = ["Base64", "CodecZlib", "FillArrays", "LightXML", "Random", "TranscodingStreams"]
git-tree-sha1 = "f85ba11c5106809d95e44a7b0c1d279d79b9343d"
git-tree-sha1 = "37eef911a9c5211e0ae4362dc0477cfe6c537ffa"
uuid = "64499a7a-5c06-52f2-abe2-ccb03c286192"
version = "1.9.0"
version = "1.9.1"

[[XML2_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libiconv_jll", "Pkg", "Zlib_jll"]
Expand Down
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
Gridap = "0.15"
julia = "1.3"

[extras]
Expand Down

0 comments on commit 3bab6f5

Please sign in to comment.