declaration of dependencies moved to variant files

This commit is contained in:
2016-06-03 17:53:01 +02:00
parent d0f3636e06
commit 7fa15b6acf
46 changed files with 219 additions and 140 deletions

View 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

View File

@@ -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