Skip to content

Commit

Permalink
Build 4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Nov 18, 2024
1 parent 6bdcad9 commit 1716e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion conda/hoomd/build_hoomd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ 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=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.9.0" %}
{% set version = "4.9.1" %}
{% set build = 0 %}
{% set sha256 = "de06c4ccd236a7ed6447694ff42cff1b90909dacc973629c319e9f213d46e5ec" %}
{% set sha256 = "b48ff3d44fef56ddf95c64b462b5d7f670bfc7a76b47223207edd3e7438e52bd" %}


package:
Expand Down

0 comments on commit 1716e34

Please sign in to comment.