Skip to content

Commit

Permalink
Update revbayes to 1.2.5 (#52947)
Browse files Browse the repository at this point in the history
* Update revbayes to 1.2.5

* Update revbayes to 1.2.5

* Update build.sh

* Update build.sh

* Update meta.yaml

* Update build.sh

* Update meta.yaml

* Update meta.yaml

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Dec 23, 2024
1 parent 443f35a commit 82b7276
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 2 additions & 4 deletions recipes/revbayes/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ fi
-j "${CPU_COUNT}" \
"${CONFIG_ARGS}"

chmod 0755 rb-mpi rb-mpi-help2yml
mv rb-mpi rb-mpi-help2yml $PREFIX/bin/
install -v -m 0755 build-mpi/rb-mpi rb-mpi-help2yml "${PREFIX}/bin"


# Non-mpi version
Expand All @@ -41,7 +40,6 @@ rm -rf build-mpi
-j "${CPU_COUNT}" \
"${CONFIG_ARGS}"

chmod 0755 rb rb-help2yml
mv rb rb-help2yml $PREFIX/bin/
install -v -m 0755 build/rb rb-help2yml "${PREFIX}/bin"

rm -rf build
8 changes: 5 additions & 3 deletions recipes/revbayes/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "revbayes" %}
{% set version = "1.2.4" %}
{% set version = "1.2.5" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/revbayes/revbayes/archive/refs/tags/v{{ version }}.tar.gz
sha256: 020aa32b32db5896b081e14613c754fbb5523f01fa64262f502a6b693db9058a
sha256: 547fc4b9f7d3bd9ebc6ea7dd3e2d7ff824955d49a879b47d0bd6018f6e48b9f7

build:
number: 0
Expand Down Expand Up @@ -54,4 +54,6 @@ extra:
- doi:10.1093/sysbio/syw021
- doi:10.1093/sysbio/syu039
additional-platforms:
- osx-arm64
# Times out
#- osx-arm64
#- linux-aarch64

0 comments on commit 82b7276

Please sign in to comment.