Skip to content

Commit

Permalink
Updated project and manifest, added compat info.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Dec 29, 2019
1 parent 1f3ee4f commit a011fd2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[[SIMDPirates]]
deps = ["MacroTools", "VectorizationBase"]
git-tree-sha1 = "3e45c76dfcc349ff208a955e1ce6e92b1be6d15e"
git-tree-sha1 = "296cae2ccd6e4766aad669e748c1248fb99ab69c"
repo-rev = "master"
repo-url = "https://github.com/chriselrod/SIMDPirates.jl"
uuid = "21efa798-c60a-11e8-04d3-e1a92915a26a"
version = "0.1.0"

[[SLEEFPirates]]
deps = ["SIMDPirates", "VectorizationBase"]
git-tree-sha1 = "ba032bbcc7038853867119f4cac383a0051b62a8"
git-tree-sha1 = "01ff5ddb2fe743e93a6d80b072a02cceb90592bf"
repo-rev = "master"
repo-url = "https://github.com/chriselrod/SLEEFPirates.jl"
uuid = "476501e8-09a2-5ece-8869-fb82de89a1fa"
Expand All @@ -81,8 +81,8 @@ uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[[VectorizationBase]]
deps = ["CpuId", "LinearAlgebra"]
git-tree-sha1 = "1cc48a9bce5c18f2f70fa16cc5b2b39b39332a9e"
git-tree-sha1 = "65899621cef5ae2a24f698c56af795de7e4e602b"
repo-rev = "master"
repo-url = "https://github.com/chriselrod/VectorizationBase.jl"
uuid = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
version = "0.1.0"
version = "0.1.2"
6 changes: 6 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@ SIMDPirates = "21efa798-c60a-11e8-04d3-e1a92915a26a"
SLEEFPirates = "476501e8-09a2-5ece-8869-fb82de89a1fa"
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"

[compat]
SIMDPirates = "0.1.0"
SLEEFPirates = "0.1.0"
VectorizationBase = "0.1.2"
julia = "1.0.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

2 comments on commit a011fd2

@chriselrod
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/7289

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" a011fd2dc94072af64e2d352fda3bbaa8badf92d
git push origin v0.1.0

Please sign in to comment.