Skip to content

Commit

Permalink
Merge pull request #210 from bear-rsg/SCons
Browse files Browse the repository at this point in the history
SCons system version
  • Loading branch information
branfosj authored Jul 20, 2023
2 parents 48ec05b + 2ee8f74 commit b5596f4
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions easyconfigs/s/SCons/SCons-4.4.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# This easyconfig was created by the BEAR Software team at the University of Birmingham.
easyblock = 'PythonPackage'

name = 'SCons'
version = '4.4.0'

homepage = 'https://www.scons.org/'
description = "SCons is a software construction tool."

toolchain = SYSTEM

# osdependencies = [('python-devel', 'python-dev')]

# allow use of system Python
allow_system_deps = [('Python', SYS_PYTHON_VERSION)]

source_urls = [SOURCEFORGE_SOURCE]
sources = [SOURCE_TAR_GZ]
checksums = ['3d43b2303a924816ea0e1b345ff04c9b3e27b53eadf0f26012fc0c29b019685f']

builddependencies = [('binutils', '2.38')]

download_dep_fail = True
use_pip = True
sanity_pip_check = True

sanity_check_paths = {
'files': ['bin/scons', 'bin/sconsign'],
'dirs': [],
}

# no Python module to import during sanity check
options = {'modulename': False}

moduleclass = 'devel'

0 comments on commit b5596f4

Please sign in to comment.