declaration of dependencies moved to variant files
This commit is contained in:
3
Compiler/H5root/1/variants
Normal file
3
Compiler/H5root/1/variants
Normal 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
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
gcc/4.8.3
|
||||
hdf5_serial/1.8.12
|
||||
H5hut_serial/1.99.13
|
||||
root/5.34.26
|
||||
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
|
||||
|
||||
4
Compiler/OpenBLAS_OMP/0/variants
Normal file
4
Compiler/OpenBLAS_OMP/0/variants
Normal 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
|
||||
@@ -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
Compiler/SuperLU/4/variants
Normal file
8
Compiler/SuperLU/4/variants
Normal 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
|
||||
|
||||
@@ -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
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
|
||||
|
||||
1
Compiler/atlas/3/variants
Normal file
1
Compiler/atlas/3/variants
Normal file
@@ -0,0 +1 @@
|
||||
atlas/3.10.2 unstable gcc/4.9.2
|
||||
6
Compiler/boost/1/variants
Normal file
6
Compiler/boost/1/variants
Normal 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
|
||||
@@ -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
Compiler/gsl/1/variants
Normal file
5
Compiler/gsl/1/variants
Normal 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
|
||||
@@ -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
Compiler/hdf5_serial/1/variants
Normal file
9
Compiler/hdf5_serial/1/variants
Normal 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
|
||||
@@ -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
Compiler/openmpi/1.10/variants.Linux
Normal file
9
Compiler/openmpi/1.10/variants.Linux
Normal 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
|
||||
@@ -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
Compiler/openmpi/1.6/variants.Darwin
Normal file
7
Compiler/openmpi/1.6/variants.Darwin
Normal 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
Compiler/openmpi/1.6/variants.Linux
Normal file
9
Compiler/openmpi/1.6/variants.Linux
Normal 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
|
||||
|
||||
@@ -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
Compiler/openmpi/1.8/variants.Darwin
Normal file
16
Compiler/openmpi/1.8/variants.Darwin
Normal 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
Compiler/openmpi/1.8/variants.Linux
Normal file
17
Compiler/openmpi/1.8/variants.Linux
Normal 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
|
||||
Reference in New Issue
Block a user