Added initial version hash (#19053)

This commit is contained in:
Brian Van Essen 2020-10-02 08:56:06 -07:00 committed by GitHub
parent 7f2f2a01ff
commit d2da7e6671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,16 @@ class Dihydrogen(CMakePackage, CudaPackage):
needs of the distributed machine learning effort, LBANN.""" needs of the distributed machine learning effort, LBANN."""
homepage = "https://github.com/LLNL/DiHydrogen.git" homepage = "https://github.com/LLNL/DiHydrogen.git"
url = "https://github.com/LLNL/DiHydrogen.git" url = "https://github.com/LLNL/DiHydrogen/archive/v0.1.tar.gz"
git = "https://github.com/LLNL/DiHydrogen.git" git = "https://github.com/LLNL/DiHydrogen.git"
maintainers = ['bvanessen'] maintainers = ['bvanessen']
version('develop', branch='develop')
version('master', branch='master') version('master', branch='master')
version('0.1', sha256='171d4b8adda1e501c38177ec966e6f11f8980bf71345e5f6d87d0a988fef4c4e')
variant('al', default=True, variant('al', default=True,
description='Builds with Aluminum communication library') description='Builds with Aluminum communication library')
variant('developer', default=False, variant('developer', default=False,