mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

new file: a/ASE/ASE-3.15.0-Python-2.7.13-base-test.eb new file: a/ASE/ASE-3.15.0-Python-3.6.4-base-test.eb new file: b/Bash/Bash-4.4-GCC-6.3.0-2.27.eb new file: b/Bash/Bash-4.4-intel-2017b.eb new file: b/Boost/Boost-1.66.0-foss-2018a-Py-2.7.eb new file: f/foss/foss-2018a.eb new file: n/numpy/numpy-1.14.1-Py-3.6.eb new file: n/numpy/numpy-1.14.1-mkl.patch new file: o/OpenMPI/OpenMPI-3.0.0-GCC-6.3.0-2.27.eb new file: s/SQLite/SQLite-3.21.0.eb
32 lines
894 B
Plaintext
32 lines
894 B
Plaintext
# IT4Innovations 2017
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'ASE'
|
|
version = '3.15.0'
|
|
versionsuffix = '-Python-%(pyver)s-base-test'
|
|
|
|
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', '3.6.1'),
|
|
# ('numpy', '1.13.0', '-Python-2.7.13-base'),
|
|
# ('scipy', '0.19.1', '-Python-2.7.13-base'),
|
|
# ('matplotlib', '2.0.2', '-Python-2.7.13-base'),
|
|
]
|
|
|
|
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'
|