mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00
27 lines
614 B
Plaintext
27 lines
614 B
Plaintext
easyblock = 'PythonPackage'
|
|
|
|
name = 'SCons'
|
|
version = '2.3.6'
|
|
|
|
homepage = 'http://www.scons.org/'
|
|
description = "SCons is a software construction tool."
|
|
|
|
toolchain = {'name': 'intel', 'version': '2015b'}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s']
|
|
|
|
python = 'Python'
|
|
pyver = '2.7.9'
|
|
versionsuffix = '-%s-%s' % (python, pyver)
|
|
dependencies = [(python, pyver)]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/scons', 'bin/scons-time', 'bin/sconsign'],
|
|
'dirs': ['lib/%(namelower)s-%(version)s/%(name)s'],
|
|
}
|
|
|
|
options = {'modulename': False}
|
|
|
|
moduleclass = 'devel'
|