Files
MX_Pmodule/EM/MotionCor2/build
bliven_s 606f3cacaa Add MotionCor2 build script
Installation is highly manual. This documents the MotionCor2
installation procedure and automates shared file installation.

Adds 1.2.6 and 1.3.0 variants.
2019-12-03 17:14:37 +01:00

23 lines
270 B
Plaintext
Executable File

#!/usr/bin/env modbuild
# Binary distribution with manual installation. See README.md
pbuild::add_to_group 'EM'
pbuild::prep() {
cp $BUILDBLOCK_DIR/files/LICENSE $PREFIX/
}
pbuild::configure() {
:
}
pbuild::compile() {
:
}
pbuild::install() {
:
}