Skip to content

Commit

Permalink
add %(vsc-install) to sources (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
crbaird committed Oct 11, 2016
1 parent fe996f4 commit 4f14bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dev-tools/easybuild/SOURCES/bootstrap_eb.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def stage2(tmpdir, templates, install_path, distribute_egg_dir, sourcepath):
f = open(ebfile, "w")
templates.update({
'source_urls': '\n'.join(["'%s/%s/%s'," % (PYPI_SOURCE_URL, pkg[0], pkg) for pkg in EASYBUILD_PACKAGES]),
'sources': "%(vsc-base)s%(easybuild-framework)s%(easybuild-easyblocks)s%(easybuild-easyconfigs)s" % templates,
'sources': "%(vsc-install)s%(vsc-base)s%(easybuild-framework)s%(easybuild-easyblocks)s%(easybuild-easyconfigs)s" % templates,
'pythonpath': distribute_egg_dir,
})
f.write(EASYBUILD_EASYCONFIG_TEMPLATE % templates)
Expand Down

0 comments on commit 4f14bcf

Please sign in to comment.