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