summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/hoomd-blue/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/hoomd-blue/package.py')
-rw-r--r--var/spack/repos/builtin/packages/hoomd-blue/package.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/hoomd-blue/package.py b/var/spack/repos/builtin/packages/hoomd-blue/package.py
index a1b108e10f..9d58a05ac6 100644
--- a/var/spack/repos/builtin/packages/hoomd-blue/package.py
+++ b/var/spack/repos/builtin/packages/hoomd-blue/package.py
@@ -28,8 +28,12 @@ class HoomdBlue(CMakePackage):
# with a .git directory, causing the build to fail. As a workaround,
# clone a specific tag from Bitbucket instead of using the tarballs.
# https://bitbucket.org/glotzer/hoomd-blue/issues/238
- version("2.2.2", tag="v2.2.2", submodules=True)
- version("2.1.6", tag="v2.1.6", submodules=True)
+ version(
+ "2.2.2", tag="v2.2.2", commit="5007cf262c48aa72210bf93266aa175898ebb254", submodules=True
+ )
+ version(
+ "2.1.6", tag="v2.1.6", commit="aa650aaf13721f2abf945e868f65b806fcc54fea", submodules=True
+ )
variant("mpi", default=True, description="Compile with MPI enabled")
variant("cuda", default=True, description="Compile with CUDA Toolkit")