Skip to content

Commit

Permalink
change vsc install order (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
crbaird committed Oct 7, 2016
1 parent aac22f1 commit 3f9442a
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 @@ -55,7 +55,7 @@

VSC_BASE = 'vsc-base'
VSC_INSTALL = 'vsc-install'
EASYBUILD_PACKAGES = [VSC_BASE, VSC_INSTALL, 'easybuild-framework', 'easybuild-easyblocks', 'easybuild-easyconfigs']
EASYBUILD_PACKAGES = [VSC_INSTALL, VSC_BASE, 'easybuild-framework', 'easybuild-easyblocks', 'easybuild-easyconfigs']

# set print_debug to True for detailed progress info
print_debug = os.environ.pop('EASYBUILD_BOOTSTRAP_DEBUG', False)
Expand Down

0 comments on commit 3f9442a

Please sign in to comment.