Skip to content

Commit

Permalink
Bump to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Dec 3, 2024
1 parent 1716e34 commit 62194f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions conda/hoomd/build_hoomd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ cmake -B build \
-DENABLE_GPU=${ENABLE_GPU:-off} \
-DHOOMD_GPU_PLATFORM=$2 \
-DBUILD_TESTING=off \
-DENABLE_TBB=off \
-DENABLE_LLVM=off \
-DPLUGINS="" \
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE \
-DCMAKE_CXX_FLAGS=-march=native -DCMAKE_C_FLAGS=-march=native \
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.1" %}
{% set version = "5.0.0" %}
{% set build = 0 %}
{% set sha256 = "b48ff3d44fef56ddf95c64b462b5d7f670bfc7a76b47223207edd3e7438e52bd" %}
{% set sha256 = "03105526282b735ab317a4c30fb8e503da26448cf179d389ae9db3401548c155" %}


package:
Expand Down

0 comments on commit 62194f9

Please sign in to comment.