Skip to content

Commit

Permalink
bump to 5.0.0 stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Jan 7, 2025
1 parent 453a6ec commit 7e542d4
Showing 1 changed file with 6 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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 = [
Expand Down Expand Up @@ -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'

0 comments on commit 7e542d4

Please sign in to comment.