From d2da7e66718dcf51e1b8c0793cf8e72baddce87f Mon Sep 17 00:00:00 2001 From: Brian Van Essen Date: Fri, 2 Oct 2020 08:56:06 -0700 Subject: Added initial version hash (#19053) --- var/spack/repos/builtin/packages/dihydrogen/package.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/dihydrogen/package.py b/var/spack/repos/builtin/packages/dihydrogen/package.py index 071e95e400..9cf751bea4 100644 --- a/var/spack/repos/builtin/packages/dihydrogen/package.py +++ b/var/spack/repos/builtin/packages/dihydrogen/package.py @@ -14,13 +14,16 @@ class Dihydrogen(CMakePackage, CudaPackage): needs of the distributed machine learning effort, LBANN.""" 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" maintainers = ['bvanessen'] + version('develop', branch='develop') version('master', branch='master') + version('0.1', sha256='171d4b8adda1e501c38177ec966e6f11f8980bf71345e5f6d87d0a988fef4c4e') + variant('al', default=True, description='Builds with Aluminum communication library') variant('developer', default=False, -- cgit v1.2.3-70-g09d2