easyconfigs-it4i/s/SCons/SCons-2.3.6-intel-2015b-Python-2.7.9.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

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'