Skip to content

Commit

Permalink
[Update] metabuli 1.0.9 (#52995)
Browse files Browse the repository at this point in the history
* metabuli 1.0.9

* release mode cmake

* Fix for merge test

* Fix for merge test

* Fix for merge test
  • Loading branch information
jaebeom-kim authored Jan 2, 2025
1 parent 5eb1b61 commit 1363ed6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipes/metabuli/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ fi

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX="${PREFIX}" -DHAVE_TESTS=0 -DHAVE_MPI=0 ${ARCH_BUILD} -DVERSION_OVERRIDE="${PKG_VERSION}" ..
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="${PREFIX}" -DHAVE_TESTS=0 -DHAVE_MPI=0 ${ARCH_BUILD} -DVERSION_OVERRIDE="${PKG_VERSION}" ..
make -j${CPU_COUNT} ${VERBOSE_CM}
make install
4 changes: 2 additions & 2 deletions recipes/metabuli/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "1.0.8" %}
{% set sha256 = "cc7e496ff82f00b56ef59aa2a04fa572a2025225b0558e0df144f166fade82d4" %}
{% set version = "1.0.9.2" %}
{% set sha256 = "eb95753ff15a3aa51f5bfa4c617443e6900848493e55f2abbbb663da28bfa330" %}

package:
name: metabuli
Expand Down

0 comments on commit 1363ed6

Please sign in to comment.