Files
MX_Pmodule/EM/MotionCor2/build
Spencer Bliven 98daea70bd Add new MotionCor2 variants
Also standardize the MotionCor2 wrapper so that it's the same for all
module versions regardless of cuda support
2022-11-10 16:23:05 +01:00

24 lines
309 B
Plaintext
Executable File

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