diff --git a/packages.yml b/packages.yml index d34b6080..9452a026 100644 --- a/packages.yml +++ b/packages.yml @@ -20,7 +20,7 @@ fresnel: hoomd: ignore: beta,alpha,rc repository: https://github.com/glotzerlab/hoomd-blue - version: v4.3.0 + version: v4.4.0 osu_microbenchmark: repository: null version: 5.4.1 diff --git a/script/crusher/install.sh b/script/crusher/install.sh index 61337bb0..fa3af88d 100755 --- a/script/crusher/install.sh +++ b/script/crusher/install.sh @@ -180,7 +180,7 @@ fi if [ ! -n "$(ls -d $ROOT/lib/python*/site-packages/hoomd)" ] then - git clone --recursive --branch v4.3.0 --depth 1 https://github.com/glotzerlab/hoomd-blue hoomd \ + git clone --recursive --branch v4.4.0 --depth 1 https://github.com/glotzerlab/hoomd-blue hoomd \ && cd hoomd \ && mkdir -p build \ && cd build \ diff --git a/script/frontier/install.sh b/script/frontier/install.sh index 073ccc4b..584f5edb 100755 --- a/script/frontier/install.sh +++ b/script/frontier/install.sh @@ -208,7 +208,7 @@ fi if [ ! -n "$(ls -d $ROOT/lib/python*/site-packages/hoomd)" ] then - git clone --recursive --branch v4.3.0 --depth 1 https://github.com/glotzerlab/hoomd-blue hoomd \ + git clone --recursive --branch v4.4.0 --depth 1 https://github.com/glotzerlab/hoomd-blue hoomd \ && cd hoomd \ && mkdir -p build \ && cd build \ diff --git a/script/summit/install.sh b/script/summit/install.sh index b13ee681..458632af 100755 --- a/script/summit/install.sh +++ b/script/summit/install.sh @@ -171,7 +171,7 @@ done