diff --git a/EM/MotionCor2/README.md b/EM/MotionCor2/README.md index 56886f2343f8e9cbd53f6df34cba69399ecde1bd..6bd8089f8380aad2fda9558cae6fb9a2bb43ed5b 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 cf2204e31b23188611dee77648e0692d02225dd9..b9411f5e7e68ed7c1cbb4470c583d672c15e4e53 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 2218f9d8f52aee8c9f56dd933350eb46f7d895e2..f8714005e47ea538b826b84abc55f182b0f1627a 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