easyconfigs-it4i/s/ScientificPython/ScientificPython-2.9.4-intel-2017a-Python-2.7.13.eb
Easy Build b31f196b1b new file: l/Lmod/Lmod-7.4.8.eb
modified:   l/Lua/Lua-5.3.4.eb
	new file:   m/MIKE/MIKE-2017.eb
	new file:   q/QuantumESPRESSO/QuantumESPRESSO-5.4.0-foss-2016.04.eb
	modified:   s/ScientificPython/ScientificPython-2.9.4-intel-2017a-Python-2.7.13.eb
	deleted:    l/Lmod/Lmod-7.4.4.eb
2017-04-26 12:55:18 +02:00

32 lines
993 B
Plaintext

easyblock = 'PythonPackage'
name = 'ScientificPython'
version = '2.9.4'
versionsuffix = '-Python-%(pyver)s'
homepage = 'https://sourcesup.cru.fr/projects/scientific-py/'
description = """ScientificPython is a collection of Python modules for scientific computing.
It contains support for geometry, mathematical functions, statistics, physical units, IO, visualization,
and parallelization."""
toolchain = {'name': 'intel', 'version': '2017a'}
source_urls = ['https://sourcesup.cru.fr/frs/download.php/file/4570']
sources = [SOURCE_TAR_GZ]
dependencies = [
('Python', '2.7.13', '', True),
# older version of numpy than the one included in Python module required
# cfr. https://bitbucket.org/khinsen/scientificpython/issue/13/numpy-19-has-dropped-support-for
#('numpy', '1.12.1', versionsuffix),
]
options = {'modulename': 'Scientific'}
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages/Scientific'],
}
moduleclass = 'math'