declaration of dependencies moved to variant files
This commit is contained in:
5
Compiler/UMFPACK/5/variants
Normal file
5
Compiler/UMFPACK/5/variants
Normal file
@@ -0,0 +1,5 @@
|
||||
UMFPACK/5.6.2 stable gcc/4.7.4 OpenBLAS/0.2.9
|
||||
UMFPACK/5.6.2 stable gcc/4.8.3 OpenBLAS/0.2.9
|
||||
UMFPACK/5.6.2 stable gcc/4.8.4 OpenBLAS/0.2.9
|
||||
UMFPACK/5.6.2 stable gcc/4.9.2 OpenBLAS/0.2.9
|
||||
UMFPACK/5.6.2 unstable gcc/4.9.3 OpenBLAS/0.2.9
|
||||
@@ -30,13 +30,13 @@ pbuild::build() {
|
||||
}
|
||||
|
||||
pbuild::install() {
|
||||
cd "${MODULE_SRCDIR}/UMFPACK"
|
||||
install -d "${PREFIX}/include"
|
||||
install -d "${PREFIX}/lib"
|
||||
make PREFIX="${PREFIX}" install
|
||||
}
|
||||
|
||||
pbuild::add_to_group 'Compiler'
|
||||
pbuild::set_runtime_dependencies "${COMPILER}" 'OpenBLAS'
|
||||
pbuild::set_build_dependencies "${COMPILER}" 'OpenBLAS'
|
||||
pbuild::compile_in_sourcetree
|
||||
pbuild::make_all
|
||||
#pbuild::cleanup_src
|
||||
pbuild::cleanup_src
|
||||
|
||||
Reference in New Issue
Block a user