New version: py-pycuda 2021.1 (#27458)
This commit is contained in:
parent
9f6dd08e1c
commit
de916bd27b
@ -14,6 +14,7 @@ class PyPycuda(PythonPackage):
|
||||
homepage = "https://mathema.tician.de/software/pycuda/"
|
||||
pypi = "pycuda/pycuda-2019.1.2.tar.gz"
|
||||
|
||||
version('2021.1', sha256='ab87312d0fc349d9c17294a087bb9615cffcf966ad7b115f5b051008a48dd6ed')
|
||||
version('2020.1', sha256='effa3b99b55af67f3afba9b0d1b64b4a0add4dd6a33bdd6786df1aa4cc8761a5')
|
||||
version('2019.1.2', sha256='ada56ce98a41f9f95fe18809f38afbae473a5c62d346cfa126a2d5477f24cc8a')
|
||||
version('2016.1.2', sha256='a7dbdac7e2f0c0d2ad98f5f281d5a9d29d6673b3c20210e261b96e9a2d0b6e37')
|
||||
@ -36,8 +37,8 @@ def configure(self):
|
||||
depends_on('python@3.6:3', type=('build', 'run'), when='@2020.1:')
|
||||
depends_on('py-numpy@1.6:', type=('build', 'run'))
|
||||
depends_on('py-pytools@2011.2:', type=('build', 'run'))
|
||||
depends_on('py-six', type='run')
|
||||
depends_on('py-decorator@3.2.0:', type=('build', 'run'))
|
||||
depends_on('py-six', type='run', when='@:2020.1')
|
||||
depends_on('py-decorator@3.2.0:', type=('build', 'run'), when='@:2020.1')
|
||||
depends_on('py-appdirs@1.4.0:', type=('build', 'run'))
|
||||
depends_on('py-mako', type=('build', 'run'))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user