impi: new build-block added

This commit is contained in:
2019-09-20 16:52:41 +02:00
parent 3aec4389ba
commit c355e201eb
3 changed files with 55 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/usr/bin/env modbuild
pbuild::add_to_group 'Compiler'
pbuild::prep() {
:
}
pbuild::configure() {
:
}
pbuild::compile() {
:
}
pbuild::install() {
:
}