mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-17 04:00:49 +01:00

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
28 lines
709 B
Plaintext
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'
|