diff --git a/recipes/revbayes/build.sh b/recipes/revbayes/build.sh index 763ae5c759945..82fa739aeb816 100644 --- a/recipes/revbayes/build.sh +++ b/recipes/revbayes/build.sh @@ -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 @@ -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 diff --git a/recipes/revbayes/meta.yaml b/recipes/revbayes/meta.yaml index befcec1bb08bb..fb669c8bfd642 100644 --- a/recipes/revbayes/meta.yaml +++ b/recipes/revbayes/meta.yaml @@ -1,5 +1,5 @@ {% set name = "revbayes" %} -{% set version = "1.2.4" %} +{% set version = "1.2.5" %} package: name: {{ name }} @@ -7,7 +7,7 @@ package: source: url: https://github.com/revbayes/revbayes/archive/refs/tags/v{{ version }}.tar.gz - sha256: 020aa32b32db5896b081e14613c754fbb5523f01fa64262f502a6b693db9058a + sha256: 547fc4b9f7d3bd9ebc6ea7dd3e2d7ff824955d49a879b47d0bd6018f6e48b9f7 build: number: 0 @@ -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