diff --git a/c/CUDA/CUDA-7.5.18.eb b/c/CUDA/CUDA-7.5.18.eb new file mode 100644 index 00000000..51cc9d1f --- /dev/null +++ b/c/CUDA/CUDA-7.5.18.eb @@ -0,0 +1,16 @@ +name = 'CUDA' +version = '7.5.18' + +homepage = 'https://developer.nvidia.com/cuda-toolkit' +description = """CUDA (formerly Compute Unified Device Architecture) is a parallel + computing platform and programming model created by NVIDIA and implemented by the + graphics processing units (GPUs) that they produce. CUDA gives developers access + to the virtual instruction set and memory of the parallel computational elements in CUDA GPUs.""" + +toolchain = {'name': 'dummy', 'version': 'dummy'} + +source_urls = ['http://developer.download.nvidia.com/compute/cuda/%(version_major_minor)s/Prod/local_installers/'] + +sources = ['%(namelower)s_%(version)s_linux.run'] + +moduleclass = 'system' diff --git a/c/CUDA/CUDA-8.0.44.eb b/c/CUDA/CUDA-8.0.44.eb index 9407a639..d841663b 100644 --- a/c/CUDA/CUDA-8.0.44.eb +++ b/c/CUDA/CUDA-8.0.44.eb @@ -7,7 +7,7 @@ description = """CUDA (formerly Compute Unified Device Architecture) is a parall graphics processing units (GPUs) that they produce. CUDA gives developers access to the virtual instruction set and memory of the parallel computational elements in CUDA GPUs.""" -toolchain = {'name': 'dummy', 'version': 'dummy'} +toolchain = {'name': 'dummy', 'version': ''} source_urls = ['https://developer.nvidia.com/compute/cuda/%(version_major_minor)s/prod/local_installers/'] diff --git a/c/cuDNN/cuDNN-5.1-CUDA-7.5.18.eb b/c/cuDNN/cuDNN-5.1-CUDA-7.5.18.eb new file mode 100644 index 00000000..66ed2f41 --- /dev/null +++ b/c/cuDNN/cuDNN-5.1-CUDA-7.5.18.eb @@ -0,0 +1,35 @@ +## +# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild +# +# Author: Stephane Thiell +## +easyblock = 'Tarball' + +name = 'cuDNN' +version = '5.1' +cuda_version = '7.5.18' + +versionsuffix = '-CUDA-%s' % cuda_version + +homepage = 'https://developer.nvidia.com/cudnn' +description = """The NVIDIA CUDA Deep Neural Network library (cuDNN) is a GPU-accelerated library of primitives for + deep neural networks.""" + +toolchain = {'name': 'dummy', 'version': 'dummy'} + +# Nvidia developer registration required. +# Download link: https://developer.nvidia.com/rdp/cudnn-download +sources = ['%(namelower)s-8.0-linux-x64-v%(version)s.tgz'] + +dependencies = [('CUDA', cuda_version)] + +#checksums = [ +# '099ca6a9b21b35e32f3408eff2a1c06d', # cudnn-8.0-linux-x64-v5.1.tgz +#] + +sanity_check_paths = { + 'files': ['include/cudnn.h', 'lib64/libcudnn_static.a'], + 'dirs': ['include', 'lib64'], +} + +moduleclass = 'numlib' diff --git a/i/icc/icc-2013.5.192-GCC-4.8.3.eb b/i/icc/icc-2013.5.192-GCC-4.8.3.eb index 66937835..337989e0 100644 --- a/i/icc/icc-2013.5.192-GCC-4.8.3.eb +++ b/i/icc/icc-2013.5.192-GCC-4.8.3.eb @@ -4,7 +4,7 @@ version = '2013.5.192' homepage = 'http://software.intel.com/en-us/intel-compilers/' description = "C and C++ compiler from Intel" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_ccompxe_%(version)s.tgz'] diff --git a/i/icc/icc-2015.0.090-GCC-4.9.2.eb b/i/icc/icc-2015.0.090-GCC-4.9.2.eb index e63898b2..7dd7f75d 100644 --- a/i/icc/icc-2015.0.090-GCC-4.9.2.eb +++ b/i/icc/icc-2015.0.090-GCC-4.9.2.eb @@ -4,7 +4,7 @@ version = '2015.0.090' homepage = 'http://software.intel.com/en-us/intel-compilers/' description = "C and C++ compiler from Intel" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_ccompxe_%(version)s.tgz'] diff --git a/i/icc/icc-2015.1.133-GCC-4.9.2.eb b/i/icc/icc-2015.1.133-GCC-4.9.2.eb index b280489e..f9595c2d 100644 --- a/i/icc/icc-2015.1.133-GCC-4.9.2.eb +++ b/i/icc/icc-2015.1.133-GCC-4.9.2.eb @@ -4,7 +4,7 @@ version = '2015.1.133' homepage = 'http://software.intel.com/en-us/intel-compilers/' description = "C and C++ compiler from Intel" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_ccompxe_%(version)s.tgz'] diff --git a/i/icc/icc-2015.2.164-GCC-4.9.2.eb b/i/icc/icc-2015.2.164-GCC-4.9.2.eb index 18e9cad7..f0006df5 100644 --- a/i/icc/icc-2015.2.164-GCC-4.9.2.eb +++ b/i/icc/icc-2015.2.164-GCC-4.9.2.eb @@ -4,7 +4,7 @@ version = '2015.2.164' homepage = 'http://software.intel.com/en-us/intel-compilers/' description = "C and C++ compiler from Intel" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_ccompxe_%(version)s.tgz'] diff --git a/i/icc/icc-2015.3.187-GNU-4.9.3-2.25.eb b/i/icc/icc-2015.3.187-GNU-4.9.3-2.25.eb index 4571aaf9..1faddf63 100644 --- a/i/icc/icc-2015.3.187-GNU-4.9.3-2.25.eb +++ b/i/icc/icc-2015.3.187-GNU-4.9.3-2.25.eb @@ -4,7 +4,7 @@ version = '2015.3.187' homepage = 'http://software.intel.com/en-us/intel-compilers/' description = "C and C++ compiler from Intel" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_ccompxe_%(version)s.tgz'] diff --git a/i/icc/icc-2015.5.223-GCC-4.9.3-2.25.eb b/i/icc/icc-2015.5.223-GCC-4.9.3-2.25.eb index 928daf63..5be6473e 100644 --- a/i/icc/icc-2015.5.223-GCC-4.9.3-2.25.eb +++ b/i/icc/icc-2015.5.223-GCC-4.9.3-2.25.eb @@ -4,7 +4,7 @@ version = '2015.5.223' homepage = 'http://software.intel.com/en-us/intel-compilers/' description = "C and C++ compiler from Intel" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_ccompxe_%(version)s.tgz'] diff --git a/i/icc/icc-2016.0.109-GCC-4.9.3-2.25.eb b/i/icc/icc-2016.0.109-GCC-4.9.3-2.25.eb index cb694f3e..96386ee8 100644 --- a/i/icc/icc-2016.0.109-GCC-4.9.3-2.25.eb +++ b/i/icc/icc-2016.0.109-GCC-4.9.3-2.25.eb @@ -6,7 +6,7 @@ version = '2016.0.109' homepage = 'http://software.intel.com/en-us/intel-compilers/' description = "C and C++ compiler from Intel" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['parallel_studio_xe_%(version_major)s_composer_edition_for_cpp.tgz'] diff --git a/i/icc/icc-2016.1.150-GCC-4.9.3-2.25.eb b/i/icc/icc-2016.1.150-GCC-4.9.3-2.25.eb index 3be79790..de4dce6a 100644 --- a/i/icc/icc-2016.1.150-GCC-4.9.3-2.25.eb +++ b/i/icc/icc-2016.1.150-GCC-4.9.3-2.25.eb @@ -6,7 +6,7 @@ version = '2016.1.150' homepage = 'http://software.intel.com/en-us/intel-compilers/' description = "C and C++ compiler from Intel" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['parallel_studio_xe_%(version_major)s_composer_edition_for_cpp_update%(version_minor)s.tgz'] diff --git a/i/ifort/ifort-2013.5.192-GCC-4.8.3.eb b/i/ifort/ifort-2013.5.192-GCC-4.8.3.eb index a79c6014..144c28fc 100644 --- a/i/ifort/ifort-2013.5.192-GCC-4.8.3.eb +++ b/i/ifort/ifort-2013.5.192-GCC-4.8.3.eb @@ -4,7 +4,7 @@ version = '2013.5.192' homepage = 'http://software.intel.com/en-us/intel-compilers/' description = "Fortran compiler from Intel" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_fcompxe_%(version)s.tgz'] diff --git a/i/ifort/ifort-2015.0.090-GCC-4.9.2.eb b/i/ifort/ifort-2015.0.090-GCC-4.9.2.eb index 04358182..47653b1a 100644 --- a/i/ifort/ifort-2015.0.090-GCC-4.9.2.eb +++ b/i/ifort/ifort-2015.0.090-GCC-4.9.2.eb @@ -4,7 +4,7 @@ version = '2015.0.090' homepage = 'http://software.intel.com/en-us/intel-compilers/' description = "Fortran compiler from Intel" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_fcompxe_%(version)s.tgz'] diff --git a/i/ifort/ifort-2015.1.133-GCC-4.9.2.eb b/i/ifort/ifort-2015.1.133-GCC-4.9.2.eb index 9736f29c..68eaff71 100644 --- a/i/ifort/ifort-2015.1.133-GCC-4.9.2.eb +++ b/i/ifort/ifort-2015.1.133-GCC-4.9.2.eb @@ -4,7 +4,7 @@ version = '2015.1.133' homepage = 'http://software.intel.com/en-us/intel-compilers/' description = "Fortran compiler from Intel" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_fcompxe_%(version)s.tgz'] diff --git a/i/ifort/ifort-2015.2.164-GCC-4.9.2.eb b/i/ifort/ifort-2015.2.164-GCC-4.9.2.eb index 6376ad5a..b5e3c37a 100644 --- a/i/ifort/ifort-2015.2.164-GCC-4.9.2.eb +++ b/i/ifort/ifort-2015.2.164-GCC-4.9.2.eb @@ -4,7 +4,7 @@ version = '2015.2.164' homepage = 'http://software.intel.com/en-us/intel-compilers/' description = "Fortran compiler from Intel" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_fcompxe_%(version)s.tgz'] diff --git a/i/ifort/ifort-2015.3.187-GNU-4.9.3-2.25.eb b/i/ifort/ifort-2015.3.187-GNU-4.9.3-2.25.eb index 6e2aface..68c5d911 100644 --- a/i/ifort/ifort-2015.3.187-GNU-4.9.3-2.25.eb +++ b/i/ifort/ifort-2015.3.187-GNU-4.9.3-2.25.eb @@ -4,7 +4,7 @@ version = '2015.3.187' homepage = 'http://software.intel.com/en-us/intel-compilers/' description = "Fortran compiler from Intel" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_fcompxe_%(version)s.tgz'] diff --git a/i/ifort/ifort-2015.5.223-GCC-4.9.3-2.25.eb b/i/ifort/ifort-2015.5.223-GCC-4.9.3-2.25.eb index 9dca3647..27b37641 100644 --- a/i/ifort/ifort-2015.5.223-GCC-4.9.3-2.25.eb +++ b/i/ifort/ifort-2015.5.223-GCC-4.9.3-2.25.eb @@ -4,7 +4,7 @@ version = '2015.5.223' homepage = 'http://software.intel.com/en-us/intel-compilers/' description = "Fortran compiler from Intel" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_fcompxe_%(version)s.tgz'] diff --git a/i/ifort/ifort-2016.0.109-GCC-4.9.3-2.25.eb b/i/ifort/ifort-2016.0.109-GCC-4.9.3-2.25.eb index 0be625eb..713b498f 100644 --- a/i/ifort/ifort-2016.0.109-GCC-4.9.3-2.25.eb +++ b/i/ifort/ifort-2016.0.109-GCC-4.9.3-2.25.eb @@ -6,7 +6,7 @@ version = '2016.0.109' homepage = 'http://software.intel.com/en-us/intel-compilers/' description = "Fortran compiler from Intel" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['parallel_studio_xe_%(version_major)s_composer_edition_for_fortran.tgz'] diff --git a/i/ifort/ifort-2016.1.150-GCC-4.9.3-2.25.eb b/i/ifort/ifort-2016.1.150-GCC-4.9.3-2.25.eb index bb6501b0..d38dd9a1 100644 --- a/i/ifort/ifort-2016.1.150-GCC-4.9.3-2.25.eb +++ b/i/ifort/ifort-2016.1.150-GCC-4.9.3-2.25.eb @@ -6,7 +6,7 @@ version = '2016.1.150' homepage = 'http://software.intel.com/en-us/intel-compilers/' description = "Fortran compiler from Intel" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['parallel_studio_xe_%(version_major)s_composer_edition_for_fortran_update%(version_minor)s.tgz'] diff --git a/i/imkl/imkl-10.2.6.038-32bit.eb b/i/imkl/imkl-10.2.6.038-32bit.eb index 56255b6a..04aa02e6 100644 --- a/i/imkl/imkl-10.2.6.038-32bit.eb +++ b/i/imkl/imkl-10.2.6.038-32bit.eb @@ -8,7 +8,7 @@ description = """Intel Math Kernel Library is a library of highly optimized, applications that require maximum performance. Core math functions include BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more.""" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_mkl_p_%(version)s.tar.gz'] diff --git a/i/imkl/imkl-10.2.6.038.eb b/i/imkl/imkl-10.2.6.038.eb index 1c49c983..e89d3e13 100644 --- a/i/imkl/imkl-10.2.6.038.eb +++ b/i/imkl/imkl-10.2.6.038.eb @@ -7,7 +7,7 @@ description = """Intel Math Kernel Library is a library of highly optimized, applications that require maximum performance. Core math functions include BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more.""" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_mkl_p_%(version)s.tar.gz'] diff --git a/i/imkl/imkl-10.3.10.319.eb b/i/imkl/imkl-10.3.10.319.eb index 02e7e2e3..03879a52 100644 --- a/i/imkl/imkl-10.3.10.319.eb +++ b/i/imkl/imkl-10.3.10.319.eb @@ -7,7 +7,7 @@ description = """Intel Math Kernel Library is a library of highly optimized, applications that require maximum performance. Core math functions include BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more.""" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_mkl_%(version)s_intel64.tgz'] diff --git a/i/imkl/imkl-10.3.12.361.eb b/i/imkl/imkl-10.3.12.361.eb index 73d5bfd4..370a649f 100644 --- a/i/imkl/imkl-10.3.12.361.eb +++ b/i/imkl/imkl-10.3.12.361.eb @@ -7,7 +7,7 @@ description = """Intel Math Kernel Library is a library of highly optimized, applications that require maximum performance. Core math functions include BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more.""" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_mkl_%(version)s.tgz'] diff --git a/i/imkl/imkl-10.3.6.233.eb b/i/imkl/imkl-10.3.6.233.eb index 7222c356..3578b76f 100644 --- a/i/imkl/imkl-10.3.6.233.eb +++ b/i/imkl/imkl-10.3.6.233.eb @@ -7,7 +7,7 @@ description = """Intel Math Kernel Library is a library of highly optimized, applications that require maximum performance. Core math functions include BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more.""" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_mkl_%(version)s_intel64.tgz'] diff --git a/i/imkl/imkl-11.0.1.117.eb b/i/imkl/imkl-11.0.1.117.eb index 7d178a18..d51001ee 100644 --- a/i/imkl/imkl-11.0.1.117.eb +++ b/i/imkl/imkl-11.0.1.117.eb @@ -7,7 +7,7 @@ description = """Intel Math Kernel Library is a library of highly optimized, applications that require maximum performance. Core math functions include BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more.""" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_mkl_%(version)s.tgz'] diff --git a/i/imkl/imkl-11.0.2.146.eb b/i/imkl/imkl-11.0.2.146.eb index b414c656..a45c6fb2 100644 --- a/i/imkl/imkl-11.0.2.146.eb +++ b/i/imkl/imkl-11.0.2.146.eb @@ -7,7 +7,7 @@ description = """Intel Math Kernel Library is a library of highly optimized, applications that require maximum performance. Core math functions include BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more.""" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_mkl_%(version)s.tgz'] diff --git a/i/imkl/imkl-11.0.3.163.eb b/i/imkl/imkl-11.0.3.163.eb index edaed267..c8f9ffb9 100644 --- a/i/imkl/imkl-11.0.3.163.eb +++ b/i/imkl/imkl-11.0.3.163.eb @@ -7,7 +7,7 @@ description = """Intel Math Kernel Library is a library of highly optimized, applications that require maximum performance. Core math functions include BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more.""" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_mkl_%(version)s.tgz'] diff --git a/i/imkl/imkl-11.0.4.183.eb b/i/imkl/imkl-11.0.4.183.eb index 9bc641d9..5f2baeab 100644 --- a/i/imkl/imkl-11.0.4.183.eb +++ b/i/imkl/imkl-11.0.4.183.eb @@ -7,7 +7,7 @@ description = """Intel Math Kernel Library is a library of highly optimized, applications that require maximum performance. Core math functions include BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more.""" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_mkl_%(version)s.tgz'] diff --git a/i/imkl/imkl-11.0.5.192.eb b/i/imkl/imkl-11.0.5.192.eb index f27e34b0..51f81e1a 100644 --- a/i/imkl/imkl-11.0.5.192.eb +++ b/i/imkl/imkl-11.0.5.192.eb @@ -7,7 +7,7 @@ description = """Intel Math Kernel Library is a library of highly optimized, applications that require maximum performance. Core math functions include BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more.""" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_mkl_%(version)s.tgz'] diff --git a/i/imkl/imkl-11.1.0.080.eb b/i/imkl/imkl-11.1.0.080.eb index 4f068d52..eb81de8d 100644 --- a/i/imkl/imkl-11.1.0.080.eb +++ b/i/imkl/imkl-11.1.0.080.eb @@ -7,7 +7,7 @@ description = """Intel Math Kernel Library is a library of highly optimized, applications that require maximum performance. Core math functions include BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more.""" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_mkl_%(version)s.tgz'] diff --git a/i/imkl/imkl-11.1.1.106.eb b/i/imkl/imkl-11.1.1.106.eb index a6dcad7e..7a94a2c9 100644 --- a/i/imkl/imkl-11.1.1.106.eb +++ b/i/imkl/imkl-11.1.1.106.eb @@ -7,7 +7,7 @@ description = """Intel Math Kernel Library is a library of highly optimized, applications that require maximum performance. Core math functions include BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more.""" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_mkl_%(version)s.tgz'] diff --git a/i/imkl/imkl-11.1.2.144-2013.5.192-GCC-4.8.3.eb b/i/imkl/imkl-11.1.2.144-2013.5.192-GCC-4.8.3.eb index fde56b2a..9a36dada 100644 --- a/i/imkl/imkl-11.1.2.144-2013.5.192-GCC-4.8.3.eb +++ b/i/imkl/imkl-11.1.2.144-2013.5.192-GCC-4.8.3.eb @@ -7,7 +7,7 @@ description = """Intel Math Kernel Library is a library of highly optimized, applications that require maximum performance. Core math functions include BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more.""" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_mkl_%(version)s.tgz'] diff --git a/i/imkl/imkl-11.1.2.144-GCC-4.8.3.eb b/i/imkl/imkl-11.1.2.144-GCC-4.8.3.eb index a613cbe8..63c351c5 100644 --- a/i/imkl/imkl-11.1.2.144-GCC-4.8.3.eb +++ b/i/imkl/imkl-11.1.2.144-GCC-4.8.3.eb @@ -7,7 +7,7 @@ description = """Intel Math Kernel Library is a library of highly optimized, applications that require maximum performance. Core math functions include BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more.""" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_mkl_%(version)s.tgz'] diff --git a/i/imkl/imkl-11.1.2.144-OpenMPI-1.6.5.eb b/i/imkl/imkl-11.1.2.144-OpenMPI-1.6.5.eb index c9e7be5f..5384d062 100644 --- a/i/imkl/imkl-11.1.2.144-OpenMPI-1.6.5.eb +++ b/i/imkl/imkl-11.1.2.144-OpenMPI-1.6.5.eb @@ -6,7 +6,7 @@ description = """Intel Math Kernel Library is a library of highly optimized, ext for science, engineering, and financial applications that require maximum performance. Core math functions include BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more.""" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_mkl_%(version)s.tgz'] diff --git a/i/imkl/imkl-11.1.2.144.eb b/i/imkl/imkl-11.1.2.144.eb index 374e1cfa..96981bf5 100644 --- a/i/imkl/imkl-11.1.2.144.eb +++ b/i/imkl/imkl-11.1.2.144.eb @@ -7,7 +7,7 @@ description = """Intel Math Kernel Library is a library of highly optimized, applications that require maximum performance. Core math functions include BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more.""" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_mkl_%(version)s.tgz'] diff --git a/i/imkl/imkl-11.1.3.174.eb b/i/imkl/imkl-11.1.3.174.eb index 984a3d41..e7a3389c 100644 --- a/i/imkl/imkl-11.1.3.174.eb +++ b/i/imkl/imkl-11.1.3.174.eb @@ -7,7 +7,7 @@ description = """Intel Math Kernel Library is a library of highly optimized, applications that require maximum performance. Core math functions include BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more.""" -toolchain = {'name': 'dummy', 'version': '} +toolchain = {'name': 'dummy', 'version': ''} sources = ['l_mkl_%(version)s.tgz'] diff --git a/i/impi/impi-5.1.2.150-iccifort-2016.1.150-GCC-4.9.3-2.25.eb b/i/impi/impi-5.1.2.150-iccifort-2016.1.150-GCC-4.9.3-2.25.eb index d720462c..38698043 100644 --- a/i/impi/impi-5.1.2.150-iccifort-2016.1.150-GCC-4.9.3-2.25.eb +++ b/i/impi/impi-5.1.2.150-iccifort-2016.1.150-GCC-4.9.3-2.25.eb @@ -4,6 +4,9 @@ name = 'impi' version = '5.1.2.150' homepage = 'http://software.intel.com/en-us/intel-mpi-library/' +description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message + passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for + Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification.""" toolchain = {'name': 'iccifort', 'version': '2016.1.150-GCC-4.9.3-2.25'}