mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00
Merge branch 'easyconfigs-it4i-salomon'
This commit is contained in:
commit
b76478a6cb
44
p/Python/Python-2.7.13.eb
Normal file
44
p/Python/Python-2.7.13.eb
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
# Built with EasyBuild version 2.8.0 on 2016-07-13_09-40-51
|
||||||
|
easyblock = "EB_Python"
|
||||||
|
name = 'Python'
|
||||||
|
version = '2.7.13'
|
||||||
|
|
||||||
|
homepage = 'http://python.org/'
|
||||||
|
description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively."
|
||||||
|
|
||||||
|
toolchain = {'name': 'dummy', 'version': ''}
|
||||||
|
toolchainopts = {'pic': True, 'opt': True, 'optarch': True}
|
||||||
|
|
||||||
|
source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/']
|
||||||
|
sources = [SOURCE_TGZ]
|
||||||
|
|
||||||
|
# python needs bzip2 to build the bz2 package
|
||||||
|
dependencies = [
|
||||||
|
('bzip2', '1.0.6'),
|
||||||
|
('zlib', '1.2.8'),
|
||||||
|
('libreadline', '6.3'),
|
||||||
|
('ncurses', '5.9'),
|
||||||
|
('SQLite', '3.8.8.1'),
|
||||||
|
# ('OpenSSL', '1.0.1k'), # OS dependency should be preferred if the os version is more recent then this version, it's
|
||||||
|
# nice to have an up to date openssl for security reasons
|
||||||
|
]
|
||||||
|
|
||||||
|
osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')]
|
||||||
|
|
||||||
|
#buildopts = 'CPPFLAGS="-I/apps/all/bzip2/1.0.6/include -I/apps/all/zlib/1.2.8/include -I/apps/all/ncurses/5.9/include -I/apps/all/SQLite/3.8.8.1/include" LDFLAGS="-L/apps/all/bzip2/1.0.6/lib -L/apps/all/zlib/1.2.8/lib -L/apps/all/ncurses/5.9/lib -L/apps/all/SQLite/3.8.8.1/lib:$CPPFLAGS"'
|
||||||
|
|
||||||
|
# order is important!
|
||||||
|
# package versions updated Jan 19th 2015
|
||||||
|
exts_list = [
|
||||||
|
('setuptools', '11.3.1', {
|
||||||
|
'source_urls': ['http://pypi.python.org/packages/source/s/setuptools/'],
|
||||||
|
}),
|
||||||
|
('pip', '6.0.6', {
|
||||||
|
'source_urls': ['http://pypi.python.org/packages/source/p/pip/'],
|
||||||
|
}),
|
||||||
|
('nose', '1.3.4', {
|
||||||
|
'source_urls': ['http://pypi.python.org/packages/source/n/nose/'],
|
||||||
|
}),
|
||||||
|
]
|
||||||
|
|
||||||
|
moduleclass = 'lang'
|
@ -7,16 +7,14 @@ homepage = 'http://www.tcl.tk/'
|
|||||||
description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for
|
description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for
|
||||||
building a graphical user interface (GUI) in many different programming languages."""
|
building a graphical user interface (GUI) in many different programming languages."""
|
||||||
|
|
||||||
toolchain = {'name': 'dummy', 'version': 'dummy'}
|
toolchain = {'name': 'dummy', 'version': ''}
|
||||||
|
|
||||||
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
|
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
|
||||||
sources = ['%(namelower)s%(version)s-src.tar.gz']
|
sources = ['%(namelower)s%(version)s-src.tar.gz']
|
||||||
|
|
||||||
patches = ['Tk-8.6.4_different-prefix-with-tcl.patch']
|
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('Tcl', version),
|
('Tcl', '8.6.5'),
|
||||||
('zlib', '1.2.8'),
|
('zlib', '1.2.11'),
|
||||||
]
|
]
|
||||||
|
|
||||||
configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib CFLAGS="-I$EBROOTTCL/include"'
|
configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib CFLAGS="-I$EBROOTTCL/include"'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user