Update URL parsing regexes and tests (#13411)
* Update URL parsing regexes and tests * Get rid of no longer used README * Merge py-udunits and py-cf-units * netcdf -> netcdf-c * setup_environment -> setup_*_environment * Fix doc tests * Few last minute fixes * Simplify prefix removal copypasta
This commit is contained in:
@@ -11,7 +11,7 @@ class Cub(Package):
|
||||
and other utilities for CUDA kernel programming."""
|
||||
|
||||
homepage = "https://nvlabs.github.com/cub"
|
||||
url = "https://github.com/NVlabs/cub/archive/1.6.4.zip"
|
||||
url = "https://github.com/NVlabs/cub/archive/1.7.1.zip"
|
||||
|
||||
version('1.7.1', sha256='50b8777b83093fdfdab429a61fccdbfbbb991b3bbc08385118e5ad58e8f62e1d')
|
||||
|
||||
|
Reference in New Issue
Block a user