mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: b/bzip2/bzip2-1.0.8.eb new file: c/Cython/Cython-0.29.14-Py-3.7.eb new file: c/cairo/cairo-1.17.2.eb modified: e/Eigen/Eigen-3.3.7.eb new file: g/GLib/GLib-2.62.4.eb new file: l/libffi/libffi-3.3.eb new file: "l/libpng/\\" new file: l/libpng/libpng-1.6.37.eb new file: m/Meson/Meson-0.51.2-Py-3.7.eb new file: m/Meson/Meson-0.53.0-Py-3.7.eb new file: n/Ninja/Ninja-1.9.0-Py-3.7.eb modified: n/numpy/numpy-1.18.1-Py-3.6.eb new file: n/numpy/numpy-1.18.1-Py-3.7.eb modified: o/OpenBabel/OpenBabel-2.4.9-GCCcore-6.3.0-Python-3.7.3.eb new file: o/OpenBabel/OpenBabel-3.0.0-Py-3.7.eb new file: p/PCRE/PCRE-8.43.eb modified: p/Py/Py-3.7.eb new file: p/Python/Python-3.7.5-GCC-8.3.0-2.32-base.eb new file: p/phono3py/phono3py-1.18.2-conda.eb new file: p/phonopy/phono3py-1.18.2-conda.eb new file: p/phonopy/phonopy-2.4.2-conda.eb new file: p/pixman/pixman-0.38.4.eb new file: s/SQLite/SQLite-3.30.1.eb new file: s/SWIG/SWIG-3.0.12-Py-3.7.eb new file: s/SWIG/SWIG-4.0.1-Py-3.7.eb new file: t/Tcl/Tcl-8.6.10.eb new file: u/util-linux/util-linux-2.34.eb deleted: p/phono3py/phono3py-1.18.2-Py-3.6.eb
32 lines
794 B
Plaintext
32 lines
794 B
Plaintext
# IT4Innovations 2020
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'numpy'
|
|
version = '1.18.1'
|
|
|
|
homepage = 'http://www.numpy.org'
|
|
description = """NumPy is the fundamental package needed for scientific local_computing with Python."""
|
|
|
|
toolchain = {'name': 'Py', 'version': '3.6'}
|
|
|
|
source_urls = ['https://github.com/numpy/numpy/releases/download/v%(version)s']
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
local_patch = [
|
|
'numpy-1.8.1-mkl.local_patch',
|
|
'numpy-1.11.0-sse42.local_patch'
|
|
]
|
|
|
|
dependencies = [
|
|
('mkl', '2019.5.281', '', True),
|
|
]
|
|
|
|
sanity_check_paths = {'files': [], 'dirs': [
|
|
'lib/python3.6/site-packages/%(name)s-%(version)s-py3.6-linux-x86_64.egg/numpy'], }
|
|
|
|
sanity_check_commands = [
|
|
('python', '-c "import numpy; assert(numpy.__version__ == \'%(version)s\')"')]
|
|
|
|
moduleclass = 'python'
|