diff --git a/conda/frontier.sh b/conda/frontier.sh index 8cb4210..b1368e5 100755 --- a/conda/frontier.sh +++ b/conda/frontier.sh @@ -2,7 +2,7 @@ # Load modules used to build packages with native MPI and HIP support module purge -module load PrgEnv-gnu rocm/5.4.3 +module load PrgEnv-gnu/8.5.0 gcc/12.2.0 rocm/5.4.3 module unload darshan-runtime export OUTPUT_FOLDER=/ccs/proj/mat110/software/frontier/conda diff --git a/conda/hoomd/build_hoomd.sh b/conda/hoomd/build_hoomd.sh index 922d7f0..da04918 100644 --- a/conda/hoomd/build_hoomd.sh +++ b/conda/hoomd/build_hoomd.sh @@ -5,6 +5,7 @@ fi # 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 \ -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 32f0363..e737c29 100644 --- a/conda/hoomd/meta.yaml +++ b/conda/hoomd/meta.yaml @@ -1,6 +1,6 @@ {% set name = "hoomd" %} {% set version = "4.8.0" %} -{% set build = 0 %} +{% set build = 1 %} {% set sha256 = "55749e234e94eddc3a52a0ddd75d69d0a8d5271a45b8814b9ee2c2b30b97d4fa" %}