easyconfigs-it4i/a/ASE/ASE-3.15.0-Python-3.6.2-base.eb
Lukáš Krupčík ad92fa9702 modified: a/ASE/ASE-3.15.0-Python-3.6.2-base.eb
new file:   m/matplotlib/matplotlib-2.1.1-Python-3.6.2-base.eb
	new file:   p/pyparsing/pyparsing-2.2.0-Python-3.6.2-base.eb
	new file:   p/python-dateutil/python-dateutil-2.6.1-Python-3.6.2-base.eb
	modified:   s/scipy/scipy-1.0.0-Python-3.6.2-base.eb
	new file:   s/six/six-1.11.0-Python-3.6.2-base.eb
	deleted:    a/ASE/.ASE-3.15.0-Python-3.6.2-base.eb.swp
2018-01-03 12:13:18 +01:00

32 lines
870 B
Plaintext

# IT4Innovations 2017
easyblock = 'PythonPackage'
name = 'ASE'
version = '3.15.0'
versionsuffix = '-Python-%(pyver)s-base'
homepage = 'https://wiki.fysik.dtu.dk/ase/'
description = """ASE is a python package providing an open source Atomic Simulation Environment
in the Python scripting language."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = [PYPI_LOWER_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['5e22d961b1311ef4ba2d83527f7cc7448abac8cf9bddd1593bee548459263fe8']
dependencies = [
('Python', '2.6.2', '-base'),
('numpy', '1.13.3', versionsuffix),
('scipy', '1.0.0', versionsuffix),
('matplotlib', '2.1.1', versionsuffix),
]
sanity_check_paths = {
'files': ['bin/ase-build', 'bin/ase-db', 'bin/ase-gui', 'bin/ase-info', 'bin/ase-run'],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
}
moduleclass = 'chem'