Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update revbayes to v1.1.0 #38524

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipes/revbayes/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cmake -DCMAKE_PREFIX_PATH=$PREFIX \
-DBOOST_ROOT=$PREFIX \
-DBoost_NO_SYSTEM_PATHS=ON \
-DBoost_NO_BOOST_CMAKE=ON \
.
..

make

Expand All @@ -43,7 +43,7 @@ cmake -DCMAKE_PREFIX_PATH=$PREFIX \
-DBOOST_ROOT=$PREFIX \
-DBoost_NO_SYSTEM_PATHS=ON \
-DBoost_NO_BOOST_CMAKE=ON \
.
..

make

Expand Down
8 changes: 4 additions & 4 deletions recipes/revbayes/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "1.0.13" %}
{% set version = "1.1.0" %}

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

build:
number: 5
number: 0

source:
url: https://github.com/revbayes/revbayes.archive/archive/v{{ version }}.tar.gz
sha256: e85e2e1fe182fe9f504900150d936a06d252a362c591b9d3d8272dd085aa85d9
url: https://github.com/revbayes/revbayes/archive/refs/tags/{{ version }}.tar.gz
sha256: a9f35178d8289d0dd32c9d936f6384f260e8e81e7b80a5155169064a24666012

requirements:
build:
Expand Down