Skip to content

Commit

Permalink
Bump hoomd to 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Oct 30, 2024
1 parent b768453 commit 08bbf89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions conda/hoomd/build_hoomd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ if [[ $1 == "gpu" ]]; then
ENABLE_GPU="on"
fi

# TODO: Re-enable MPCD after HOOMD updates to automatically disable it for HIP builds.

# Use CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE to keep absolute links to mpi and other modules
cmake -B build \
${CMAKE_ARGS} \
-DBUILD_MPCD=off \
-DBUILD_MPCD=on \
-DENABLE_MPI=on \
-DENABLE_GPU=${ENABLE_GPU:-off} \
-DHOOMD_GPU_PLATFORM=$2 \
Expand Down
4 changes: 2 additions & 2 deletions conda/hoomd/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = "hoomd" %}
{% set version = "4.8.2" %}
{% set version = "4.9.0" %}
{% set build = 0 %}
{% set sha256 = "77b8d947cad99daf2b3ea977b32431bfc854db109be86fd404fe3f0c8e28c6c1" %}
{% set sha256 = "de06c4ccd236a7ed6447694ff42cff1b90909dacc973629c319e9f213d46e5ec" %}


package:
Expand Down

0 comments on commit 08bbf89

Please sign in to comment.