Howdy Joachim,
If you go to the EB Github, you can select the 'develop' branch
to download the easyconfig for the current release. That's what
I typically do. e.g.
# go to EB-easyconfig Github, select 'develop' branch, navigate to
EasyBuild easyconfigs, select latest, click on 'Raw' and then copy
the URL
# wget/curl the URL e.g.
curl -O
https://raw.githubusercontent.com/hpcugent/easybuild-easyconfigs/develop/easybuild/easyconfigs/e/EasyBuild/EasyBuild-2.4.0.eb
# load EB config for local cluster
ml EasyBuild-ada
# build new version
eb EasyBuild-2.4.0.eb
Jack Perdue
Lead Systems Administrator
High Performance Research Computing
TAMU Division of Research
[email protected] http://sc.tamu.edu
SC Helpdesk: [email protected]
On 12/01/2015 05:38 AM, Joachim Hein wrote:
Hi,
After all the recent discussions on building EasyBuild sandboxes on a
machine with an EasyBuild installation (e.g. conflicts due to config
files) I am now wondering what is the recommended procedure to upgrade
an EasyBuild installation from 2.3 to 2.4. I assumed I would just
build that within the old EasyBuild 2.3 and have that creating modules
etc for me. Though eb --search EasyBuild does only provide blocks for
legacy versions.
Sorry if this is in the user guide and I missed it. Please advised -
thanks.
Best wishes
Joachim