cub: added v1.9.10, fixed typo in url (#17942)
This commit is contained in:
parent
8eef488e2c
commit
1fc02b801e
1 changed files with 5 additions and 1 deletions
|
@ -11,9 +11,13 @@ class Cub(Package):
|
|||
and other utilities for CUDA kernel programming."""
|
||||
|
||||
homepage = "https://nvlabs.github.com/cub"
|
||||
url = "https://github.com/NVlabs/cub/archive/v1.7.1.zip"
|
||||
url = "https://github.com/NVlabs/cub/archive/1.7.1.zip"
|
||||
git = "https://github.com/NVlabs/cub.git"
|
||||
|
||||
version('1.9.10', sha256='063fea7c9bf87677a5fc5889e3fcd51582b77a2b3af9fa599d846a9c98ce9407')
|
||||
version('1.9.9', sha256='162514b3cc264ac89d91898b58450190b8192e2af1142cf8ccac2d59aa160dda')
|
||||
version('1.9.8-1', sha256='f61d05367bd8fe8bfb0eafa20f7b14d27deb8b25a398c53d8a97a01a2399431b')
|
||||
version('1.9.8', sha256='694845bdca04fcc67d52c14d1fe6d9b627f41e6bfec0e0987d846a4e93a136f4')
|
||||
version('1.8.0', sha256='6bfa06ab52a650ae7ee6963143a0bbc667d6504822cbd9670369b598f18c58c3')
|
||||
version('1.7.5', sha256='8f8e0b101324a9839003ff1154c8439137cd38b2039f403a92e76d5c52cee23f')
|
||||
version('1.7.4', sha256='20a1a39fd97e5da7f40f5f2e7fd73fd2ea59f9dc4bb8a6c5f228aa543e727e31')
|
||||
|
|
Loading…
Reference in a new issue