Skip to content

Commit ba333bf

Browse files
committed
See if making the manifest specify the master branch prevents tests from failing due to incomprehensible (to me) version bounds.
1 parent 0190a11 commit ba333bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Manifest.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,16 @@ uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
5050
[[SIMDPirates]]
5151
deps = ["VectorizationBase"]
5252
git-tree-sha1 = "4a33e07340324e2d3200c72231b5db829b7bad1f"
53+
repo-rev = "master"
54+
repo-url = "https://github.com/chriselrod/SIMDPirates.jl.git"
5355
uuid = "21efa798-c60a-11e8-04d3-e1a92915a26a"
5456
version = "0.3.16"
5557

5658
[[SLEEFPirates]]
5759
deps = ["Libdl", "SIMDPirates", "VectorizationBase"]
5860
git-tree-sha1 = "8e4277a226f4ce3b3d7b5a60ab66d8f9f1ffdbab"
61+
repo-rev = "master"
62+
repo-url = "https://github.com/chriselrod/SLEEFPirates.jl.git"
5963
uuid = "476501e8-09a2-5ece-8869-fb82de89a1fa"
6064
version = "0.3.7"
6165

@@ -72,5 +76,7 @@ uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7276
[[VectorizationBase]]
7377
deps = ["CpuId", "LinearAlgebra"]
7478
git-tree-sha1 = "794a8d4ad8c817f1c7b7598b3d858891ab100722"
79+
repo-rev = "master"
80+
repo-url = "https://github.com/chriselrod/VectorizationBase.jl.git"
7581
uuid = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
7682
version = "0.4.1"

0 commit comments

Comments
 (0)