Files
MX_Pmodule/Compiler/impi/build

21 lines
161 B
Plaintext
Executable File

#!/usr/bin/env modbuild
pbuild::add_to_group 'Compiler'
pbuild::prep() {
:
}
pbuild::configure() {
:
}
pbuild::compile() {
:
}
pbuild::install() {
:
}