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 relion to 5.0.0 #52526

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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/relion/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -xe

mkdir build
cd build
cmake .. -DGUI=OFF -DCMAKE_INSTALL_PREFIX=$PREFIX
cmake .. ${CMAKE_ARGS} -DCMAKE_BUILD_TYPE=Release -DGUI=OFF -DCMAKE_INSTALL_PREFIX=$PREFIX
make -j"${CPU_COUNT}"
make install
make install
6 changes: 3 additions & 3 deletions recipes/relion/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "4.0.2" %}
{% set version = "5.0.0" %}

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

source:
url: https://github.com/3dem/relion/archive/refs/tags/{{ version }}.tar.gz
sha256: 7ccc941a6a885bd850efa8867ea908254d8dc260cf72cc24c375bb9f1d56bf91
sha256: 5d02d529bfdb396204310b35963f35e5ec40ed9fd10bc88c901119ae7d7739fc

build:
number: 1
number: 0
run_exports:
- {{ pin_subpackage('relion', max_pin='x') }}

Expand Down
Loading