From 7e542d48a6c6e33173eea931542ffebb37359cff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Tue, 7 Jan 2025 13:29:01 +0100 Subject: [PATCH] bump to 5.0.0 stable version --- ..._beta.2024.05.03-foss-2023a-CUDA-12.1.1.eb | 26 +++++-------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/easybuild/easyconfigs/r/RELION/RELION-5.0.0_beta.2024.05.03-foss-2023a-CUDA-12.1.1.eb b/easybuild/easyconfigs/r/RELION/RELION-5.0.0_beta.2024.05.03-foss-2023a-CUDA-12.1.1.eb index e2aaf0cccb2..98e96ebb5a2 100644 --- a/easybuild/easyconfigs/r/RELION/RELION-5.0.0_beta.2024.05.03-foss-2023a-CUDA-12.1.1.eb +++ b/easybuild/easyconfigs/r/RELION/RELION-5.0.0_beta.2024.05.03-foss-2023a-CUDA-12.1.1.eb @@ -2,8 +2,7 @@ easyblock = 'CMakeMake' name = 'RELION' -version = '5.0.0_beta.2024.05.03' -_commit = '6331fe6' +version = '5.0.0' versionsuffix = '-CUDA-%(cudaver)s' homepage = 'http://www2.mrc-lmb.cam.ac.uk/relion/index.php/Main_Page' @@ -45,22 +44,13 @@ build_info_msg = """To install RELION, it's recommended to change the defaults i toolchain = {'name': 'foss', 'version': '2023a'} toolchainopts = {'opt': True} -sources = [{ - 'download_filename': '%(version)s.tar.gz', - 'filename': SOURCELOWER_TAR_GZ, - 'git_config': { - 'url': 'https://github.com/3dem', - 'repo_name': '%(namelower)s', - 'commit': _commit, - 'keep_git_dir': True, - }, -}] +source_urls = ['https://github.com/3dem/relion/archive'] +sources = ['%(version)s.tar.gz'] patches = ['%(name)s-5.0.0_target-all-cuda-compute-capabilities.patch'] checksums = [ - # Note: no checksum for RELION tarball, due to use of `git_config` - None, - # RELION-5.0.0_target-all-cuda-compute-capabilities.patch - 'd53ca4873278ebf8d297f062218c7096679531b1289b76d8bd4b35152a6c1543', + {'5.0.0.tar.gz': '5d02d529bfdb396204310b35963f35e5ec40ed9fd10bc88c901119ae7d7739fc'}, + {'RELION-5.0.0_target-all-cuda-compute-capabilities.patch': + 'd53ca4873278ebf8d297f062218c7096679531b1289b76d8bd4b35152a6c1543'}, ] builddependencies = [ @@ -242,8 +232,4 @@ setenv RELION_PDFVIEWER_EXECUTABLE $::env(EBROOTXPDF)/bin/xpdf setenv RELION_SHELL $::env(EBROOTTCSH)/bin/tcsh """ -_version_maj = version.split('_')[0] -modloadmsg = "Current version pulled from commit %s from https://github.com/3dem/relion ver%s branch" % (_commit, - _version_maj) - moduleclass = 'bio'