heffte: added v0.2 (#14881)

This commit is contained in:
Christoph Junghans 2020-02-11 03:02:17 -06:00 committed by GitHub
parent 35df75ee77
commit 1a41ec766a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ class Heffte(CMakePackage):
git = "https://bitbucket.org/icl/heffte.git"
version('master', branch='master')
version('0.2', sha256='4e76ae60982b316c2e873b2e5735669b22620fefa1fc82f325cdb6989bec78d1')
version('0.1', sha256='d279a03298d2dc76574b1ae1031acb4ea964348cf359273d1afa4668b5bfe748')
variant('cuda', default=False, description='Builds with support for GPUs via CUDA')