Skip to content

Commit

Permalink
Merge pull request #351 from glotzerlab/update-packages-trunk
Browse files Browse the repository at this point in the history
Update packages on trunk
  • Loading branch information
joaander authored Dec 5, 2023
2 parents 38882ed + 002f341 commit 175cb5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion script/crusher/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion script/frontier/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion script/summit/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ done <requirements-source-summit.txt
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 \
Expand Down

0 comments on commit 175cb5b

Please sign in to comment.