From 8014c16e2afdc27cd76099fe777c9efbd7b011fd Mon Sep 17 00:00:00 2001 From: Spencer Bliven Date: Wed, 18 Nov 2020 21:00:01 +0100 Subject: [PATCH] Add MotionCor2 1.3.1, 1.3.2, & 1.4.0 --- EM/MotionCor2/README.md | 18 ++++++++++-------- EM/MotionCor2/build | 4 ++-- EM/MotionCor2/files/variants | 7 +++++-- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/EM/MotionCor2/README.md b/EM/MotionCor2/README.md index 56886f2..6bd8089 100644 --- a/EM/MotionCor2/README.md +++ b/EM/MotionCor2/README.md @@ -10,12 +10,14 @@ ## Cuda versions -| MotionCor2 | Cuda Versions | -|------------+---------------| -| 1.0.5 | 8.0 9.1 | -| 1.1.0 | 8.0 9.0 9.1 | -| 1.2.0 | 8.0 9.1 9.2 | -| 1.2.6 | 8.0 9.2 10.1 | -| 1.3.0 | 8.0 9.2 10.1 | - +| MotionCor2 | Cuda Versions | +|------------+-------------------------| +| 1.0.5 | 8.0 9.1 | +| 1.1.0 | 8.0 9.0 9.1 | +| 1.2.0 | 8.0 9.1 9.2 | +| 1.2.6 | 8.0 9.2 10.1 | +| 1.3.0 | 8.0 9.2 10.1 | +| 1.3.1 | 9.2 10.1 10.2 | +| 1.3.2 | 8.0 9.2 10.0 10.1 10.2 | +| 1.4.0 | 9.2 10.0 10.1 10.2 11.0 | diff --git a/EM/MotionCor2/build b/EM/MotionCor2/build index cf2204e..b9411f5 100755 --- a/EM/MotionCor2/build +++ b/EM/MotionCor2/build @@ -5,7 +5,7 @@ pbuild::add_to_group 'EM' pbuild::prep() { - cp $BUILDBLOCK_DIR/files/LICENSE $PREFIX/ + : } pbuild::configure() { @@ -17,6 +17,6 @@ pbuild::compile() { } pbuild::install() { - : + cp $BUILDBLOCK_DIR/files/LICENSE $PREFIX/ } diff --git a/EM/MotionCor2/files/variants b/EM/MotionCor2/files/variants index 2218f9d..f871400 100644 --- a/EM/MotionCor2/files/variants +++ b/EM/MotionCor2/files/variants @@ -3,5 +3,8 @@ MotionCor2/1.0.4 stable MotionCor2/1.0.5 stable MotionCor2/1.1.0 stable MotionCor2/1.2.0 stable -MotionCor2/1.2.6 unstable -MotionCor2/1.3.0 unstable +MotionCor2/1.2.6 stable +MotionCor2/1.3.0 stable +MotionCor2/1.3.1 stable +MotionCor2/1.3.2 stable +MotionCor2/1.4.0 stable -- GitLab