From 08bbf890f6e0080ad11e158d32d373e72c184250 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Wed, 30 Oct 2024 08:53:38 -0400 Subject: [PATCH] Bump hoomd to 4.9.0 --- conda/hoomd/build_hoomd.sh | 4 +--- conda/hoomd/meta.yaml | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/conda/hoomd/build_hoomd.sh b/conda/hoomd/build_hoomd.sh index 3d82505..b16797d 100644 --- a/conda/hoomd/build_hoomd.sh +++ b/conda/hoomd/build_hoomd.sh @@ -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 \ diff --git a/conda/hoomd/meta.yaml b/conda/hoomd/meta.yaml index 8bd5728..bad4ec0 100644 --- a/conda/hoomd/meta.yaml +++ b/conda/hoomd/meta.yaml @@ -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: