declaration of dependencies moved to variant files
This commit is contained in:
5
Compiler/OpenBLAS/0/variants
Normal file
5
Compiler/OpenBLAS/0/variants
Normal file
@@ -0,0 +1,5 @@
|
||||
OpenBLAS/0.2.9 stable gcc/4.7.4
|
||||
OpenBLAS/0.2.9 stable gcc/4.8.3
|
||||
OpenBLAS/0.2.9 stable gcc/4.8.4
|
||||
OpenBLAS/0.2.9 stable gcc/4.9.2
|
||||
OpenBLAS/0.2.9 unstable gcc/6.1.0
|
||||
@@ -35,7 +35,6 @@ EOF
|
||||
}
|
||||
|
||||
pbuild::build() {
|
||||
cd "${MODULE_SRCDIR}"
|
||||
make
|
||||
}
|
||||
|
||||
@@ -50,8 +49,7 @@ pbuild::install() {
|
||||
}
|
||||
|
||||
pbuild::add_to_group 'Compiler'
|
||||
pbuild::set_runtime_dependencies "${COMPILER}"
|
||||
pbuild::set_build_dependencies "${COMPILER}"
|
||||
pbuild::compile_in_sourcetree
|
||||
pbuild::set_docfiles 'LICENSE' 'README.md'
|
||||
pbuild::set_supported_compilers 'gcc' 'intel'
|
||||
pbuild::make_all
|
||||
|
||||
Reference in New Issue
Block a user