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

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
32 lines
1009 B
Plaintext
32 lines
1009 B
Plaintext
easyblock = 'PythonPackage'
|
|
|
|
name = 'ScientificPython'
|
|
version = '2.9.4'
|
|
versionsuffix = '-Python-%(local_pyver)s'
|
|
|
|
homepage = 'https://sourcesup.cru.fr/projects/scientific-py/'
|
|
description = """ScientificPython is a collection of Python modules for scientific local_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%(local_pyshortver)s/site-packages/Scientific'],
|
|
}
|
|
|
|
moduleclass = 'math'
|