Files
MX_Pmodule/Compiler/impi/build
T
2019-09-20 16:52:41 +02:00

21 lines
161 B
Python
Executable File

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