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
+3
View File
@@ -0,0 +1,3 @@
H5root/1.2.0 stable b:autoconf/2.69 b:automake/1.14 b:libtool/2.4.2 gcc/4.7.4 hdf5_serial/1.8.12 b:H5hut_serial/1.99.13 root/5.34.19
H5root/1.2.0 stable b:autoconf/2.69 b:automake/1.14 b:libtool/2.4.2 gcc/4.8.3 hdf5_serial/1.8.12 b:H5hut_serial/1.99.13 root/5.34.19
H5root/1.3.0 unstable b:autoconf/2.69 b:automake/1.14 b:libtool/2.4.2 gcc/4.8.3 hdf5_serial/1.8.12 b:H5hut_serial/1.99.13 root/5.34.19
-2
View File
@@ -13,7 +13,5 @@ declare JOBS=1
pbuild::compile_in_sourcetree
pbuild::add_to_group 'Compiler'
pbuild::set_runtime_dependencies "${COMPILER}" 'hdf5_serial' 'root'
pbuild::set_build_dependencies 'autoconf' 'automake' 'libtool' "${COMPILER}" 'hdf5_serial' 'H5hut_serial' 'root'
pbuild::make_all
-4
View File
@@ -1,4 +0,0 @@
gcc/4.8.3
hdf5_serial/1.8.12
H5hut_serial/1.99.13
root/5.34.26
+5
View 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
+1 -3
View File
@@ -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
+4
View File
@@ -0,0 +1,4 @@
OpenBLAS_OMP/0.2.9 stable gcc/4.7.4
OpenBLAS_OMP/0.2.9 stable gcc/4.8.3
OpenBLAS_OMP/0.2.9 stable gcc/4.8.4
OpenBLAS_OMP/0.2.9 stable gcc/4.9.2
-2
View File
@@ -39,8 +39,6 @@ pbuild::install() {
}
pbuild::add_to_group 'Compiler'
pbuild::set_runtime_dependencies "${COMPILER}"
pbuild::set_build_dependencies "${COMPILER}"
pbuild::set_docfiles 'LICENSE' 'README.md'
pbuild::set_supported_compilers 'gcc'
pbuild::make_all
+8
View File
@@ -0,0 +1,8 @@
SuperLU/4.3 stable gcc/4.7.4 b:OpenBLAS/0.2.9
SuperLU/4.3 stable gcc/4.8.3 b:OpenBLAS/0.2.9
SuperLU/4.3 stable gcc/4.8.4 b:OpenBLAS/0.2.9
SuperLU/4.3 stable gcc/4.9.2 b:OpenBLAS/0.2.9
SuperLU/4.3 stable gcc/4.9.3 b:OpenBLAS/0.2.9
SuperLU/4.3 stable gcc/5.3.0 b:OpenBLAS/0.2.9
SuperLU/4.3 stable gcc/6.1.0 b:OpenBLAS/0.2.9
+1 -2
View File
@@ -39,8 +39,7 @@ pbuild::install() {
}
pbuild::add_to_group 'Compiler'
pbuild::set_runtime_dependencies "${COMPILER}"
pbuild::set_build_dependencies "${COMPILER}" 'OpenBLAS'
pbuild::compile_in_sourcetree
pbuild::set_docfiles 'README'
pbuild::make_all
pbuild::cleanup_src
+5
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
+3 -3
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
+1
View File
@@ -0,0 +1 @@
atlas/3.10.2 unstable gcc/4.9.2
+6
View File
@@ -0,0 +1,6 @@
boost/1.55.0 stable gcc/4.7.4 b:Python/3.4.0
boost/1.55.0 stable gcc/4.8.3 b:Python/3.4.0
boost/1.55.0 stable gcc/4.8.4 b:Python/3.4.0
boost/1.55.0 stable gcc/4.9.2 b:Python/3.4.0
boost/1.58.0 unstable gcc/4.8.4 b:Python/3.4.0
boost/1.58.0 unstable gcc/4.9.3 b:Python/2.7.11
-2
View File
@@ -38,7 +38,5 @@ pbuild::install() {
}
pbuild::add_to_group 'Compiler'
pbuild::set_runtime_dependencies "${COMPILER}"
pbuild::set_build_dependencies "${COMPILER}" 'Python'
pbuild::make_all
+5
View File
@@ -0,0 +1,5 @@
gsl/1.15 stable gcc/4.7.4
gsl/1.15 stable gcc/4.8.3
gsl/1.15 stable gcc/4.8.4
gsl/1.15 deprecated gcc/4.9.2
gsl/1.15 stable gcc/4.9.3
-2
View File
@@ -18,8 +18,6 @@ pbuild::set_docfiles \
'THANKS' \
'TODO'
pbuild::set_runtime_dependencies "${COMPILER}"
pbuild::set_build_dependencies "${COMPILER}"
pbuild::make_all
# Local Variables:
+9
View File
@@ -0,0 +1,9 @@
hdf5_serial/1.8.12 stable gcc/4.7.4
hdf5_serial/1.8.12 stable gcc/4.8.3
hdf5_serial/1.8.12 stable gcc/4.8.4
hdf5_serial/1.8.12 stable gcc/4.9.2
hdf5_serial/1.8.14 stable gcc/4.7.4
hdf5_serial/1.8.14 stable gcc/4.8.3
hdf5_serial/1.8.14 stable gcc/4.8.4
hdf5_serial/1.8.14 stable gcc/4.9.2
hdf5_serial/1.8.15-patch1 unstable gcc/5.2.0
-2
View File
@@ -12,7 +12,5 @@ pbuild::configure() {
}
pbuild::add_to_group 'Compiler'
pbuild::set_runtime_dependencies "${COMPILER}"
pbuild::set_build_dependencies "${COMPILER}"
pbuild::make_all
+9
View File
@@ -0,0 +1,9 @@
1.10.0 Linux,Darwin deprecated gcc/4.8.4
1.10.0 Linux,Darwin deprecated gcc/4.9.2
1.10.0 Linux,Darwin deprecated gcc/4.9.3
1.10.2 Linux,Darwin stable gcc/4.8.5
1.10.2 Linux,Darwin stable gcc/4.9.3
1.10.2 Linux,Darwin deprecated gcc/5.2.0
1.10.2 Linux,Darwin stable gcc/5.3.0
1.10.2 Linux,Darwin unstable gcc/6.1.0
1.10.2 Linux unstable intel/15.3
-9
View File
@@ -1,9 +0,0 @@
1.6.5 stable Linux,Darwin gcc/4.7.4
1.6.5 stable Linux,Darwin gcc/4.8.3
1.6.5 stable Linux,Darwin gcc/4.8.4
1.6.5 stable Linux,Darwin gcc/4.8.5
1.6.5 deprecated Linux,Darwin gcc/4.9.2
1.6.5 stable Linux,Darwin gcc/4.9.3
1.6.5 stable Linux intel/15.2
1.6.5 stable Linux intel/15.3
+7
View File
@@ -0,0 +1,7 @@
1.6.5 stable gcc/4.7.4
1.6.5 stable gcc/4.8.3
1.6.5 stable gcc/4.8.4
1.6.5 stable gcc/4.8.5
1.6.5 deprecated gcc/4.9.2
1.6.5 stable gcc/4.9.3
+9
View File
@@ -0,0 +1,9 @@
1.6.5 stable gcc/4.7.4
1.6.5 stable gcc/4.8.3
1.6.5 stable gcc/4.8.4
1.6.5 stable gcc/4.8.5
1.6.5 deprecated gcc/4.9.2
1.6.5 stable gcc/4.9.3
1.6.5 stable intel/15.2
1.6.5 stable intel/15.3
-17
View File
@@ -1,17 +0,0 @@
# comment
1.8.2 Linux,Darwin stable gcc/4.7.4
1.8.2 Linux,Darwin stable gcc/4.8.3
1.8.2 Linux,Darwin stable gcc/4.8.4
1.8.2 Linux,Darwin stable gcc/4.8.5
1.8.2 Linux,Darwin deprecated gcc/4.9.2
1.8.2 Linux,Darwin stable gcc/4.9.3
1.8.4 Linux,Darwin stable gcc/4.7.4
1.8.4 Linux,Darwin stable gcc/4.8.3
1.8.4 Linux,Darwin stable gcc/4.8.4
1.8.4 Linux,Darwin stable gcc/4.9.2
1.8.8 Linux,Darwin deprecated gcc/4.8.4
1.8.8 Linux,Darwin stable gcc/4.8.5
1.8.8 Linux,Darwin stable gcc/4.9.3
1.8.8 Linux,Darwin deprecated gcc/5.2.0
1.8.8 Linux,Darwin stable gcc/5.3.0
1.8.8 Linux,Darwin unstable gcc/6.1.0
+16
View File
@@ -0,0 +1,16 @@
1.8.2 stable gcc/4.7.4
1.8.2 stable gcc/4.8.3
1.8.2 stable gcc/4.8.4
1.8.2 stable gcc/4.8.5
1.8.2 deprecated gcc/4.9.2
1.8.2 stable gcc/4.9.3
1.8.4 stable gcc/4.7.4
1.8.4 stable gcc/4.8.3
1.8.4 stable gcc/4.8.4
1.8.4 stable gcc/4.9.2
1.8.8 deprecated gcc/4.8.4
1.8.8 stable gcc/4.8.5
1.8.8 stable gcc/4.9.3
1.8.8 deprecated gcc/5.2.0
1.8.8 stable gcc/5.3.0
1.8.8 unstable gcc/6.1.0
+17
View File
@@ -0,0 +1,17 @@
# comment
1.8.2 stable gcc/4.7.4
1.8.2 stable gcc/4.8.3
1.8.2 stable gcc/4.8.4
1.8.2 stable gcc/4.8.5
1.8.2 deprecated gcc/4.9.2
1.8.2 stable gcc/4.9.3
1.8.4 stable gcc/4.7.4
1.8.4 stable gcc/4.8.3
1.8.4 stable gcc/4.8.4
1.8.4 stable gcc/4.9.2
1.8.8 deprecated gcc/4.8.4
1.8.8 stable gcc/4.8.5
1.8.8 stable gcc/4.9.3
1.8.8 deprecated gcc/5.2.0
1.8.8 stable gcc/5.3.0
1.8.8 unstable gcc/6.1.0