easyconfigs-it4i/n/numpy/numpy-1.13.3-Py-3.6.eb
Lukáš Krupčík 98f117d90d new file: m/mkl/mkl-2017.4.239-GCC-6.3.0-2.27.eb
new file:   m/mkl/mkl-2017.4.239.eb
	modified:   n/numpy/numpy-1.13.3-Py-3.6.eb
	modified:   p/Python/Python-3.6.2-base.eb
	modified:   p/Python/Python-3.6.4-base.eb
	new file:   p/pudb/pudb-2017.1.4-Py-2.7.eb
	new file:   p/pudb/pudb-2017.1.4-Py-3.6.eb
	modified:   s/scipy/scipy-1.0.0-Py-3.6.eb
	deleted:    p/Python/.Python-3.6.4-base.eb.swp
2018-01-08 12:15:33 +01:00

28 lines
709 B
Plaintext

# IT4Innovations 2018
easyblock = 'PythonPackage'
name = 'numpy'
version = '1.13.3'
homepage = 'http://www.numpy.org'
description = """NumPy is the fundamental package needed for scientific computing with Python."""
toolchain = {'name': 'Py', 'version': '3.6'}
source_urls = ['https://github.com/numpy/numpy/releases/download/v%(version)s']
sources = ['%(name)s-%(version)s.tar.gz']
dependencies = [
('mkl', '2017.4.239', '', True),
]
sanity_check_paths = {
'files': [],
'dirs': ['lib/python3.6/site-packages/numpy-%(version)s-py3.6-linux-x86_64.egg/numpy'],
}
sanity_check_commands = [('python', '-c "import numpy; assert(numpy.__version__ == \'%(version)s\')"')]
moduleclass = 'python'