mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
modified: l/Lua/Lua-5.3.4.eb
new file: s/ScientificPython/ScientificPython-2.9.4-intel-2016a-Python-2.7.11.eb new file: s/ScientificPython/ScientificPython-2.9.4-intel-2017a-Python-2.7.13.eb deleted: s/ScientificPython/ScientificPython-2.9.4-foss-2016a-Python-2.7.11.eb
This commit is contained in:
parent
95e73ebecf
commit
37369484fb
@ -13,16 +13,18 @@ description = """Lua is a powerful, fast, lightweight, embeddable scripting lang
|
|||||||
|
|
||||||
toolchain = {'name': 'dummy', 'version': ''}
|
toolchain = {'name': 'dummy', 'version': ''}
|
||||||
|
|
||||||
sources = ['lua-%s.tar.gz' % version.replace('-', '.')]
|
|
||||||
source_urls = ['https://www.lua.org/ftp/']
|
source_urls = ['https://www.lua.org/ftp/']
|
||||||
|
sources = ['lua-%s.tar.gz' % version.replace('-', '.')]
|
||||||
|
|
||||||
builddependencies = [
|
builddependencies = [
|
||||||
('ncurses', '6.0'),
|
('ncurses', '6.0'),
|
||||||
('libreadline', '6.3')
|
('libreadline', '6.3')
|
||||||
]
|
]
|
||||||
|
|
||||||
# Use static linking for ncurses so it's not a runtime dep
|
skipsteps = ['configure' ]
|
||||||
#configopts = "--with-static=yes"
|
|
||||||
|
buildopts = "linux"
|
||||||
|
installopts = "INSTALL_TOP=%(installdir)s"
|
||||||
|
|
||||||
sanity_check_paths = {
|
sanity_check_paths = {
|
||||||
'files': ["bin/lua"],
|
'files': ["bin/lua"],
|
||||||
|
@ -9,9 +9,9 @@ description = """ScientificPython is a collection of Python modules for scientif
|
|||||||
It contains support for geometry, mathematical functions, statistics, physical units, IO, visualization,
|
It contains support for geometry, mathematical functions, statistics, physical units, IO, visualization,
|
||||||
and parallelization."""
|
and parallelization."""
|
||||||
|
|
||||||
toolchain = {'name': 'foss', 'version': '2016a'}
|
toolchain = {'name': 'intel', 'version': '2016a'}
|
||||||
|
|
||||||
source_urls = ['https://sourcesup.cru.fr/frs/download.php/file/4570']
|
source_urls = ['https://sourcesup.cru.fr/frs/download.php/file/4570']
|
||||||
sources = [SOURCE_TAR_GZ]
|
sources = [SOURCE_TAR_GZ]
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
@ -0,0 +1,32 @@
|
|||||||
|
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),
|
||||||
|
('netCDF-Fortran', '4.4.4'),
|
||||||
|
# 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'
|
Loading…
x
Reference in New Issue
Block a user