Skip to content

Commit 80923bd

Browse files
author
Samuel Moors
committed
fix
1 parent 00a4baf commit 80923bd

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

easybuild/easyconfigs/c/CRYSTAL/CRYSTAL-23.1.0.1-gompi-2024a-Linux.eb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ toolchain = {'name': 'gompi', 'version': '2024a'}
1515

1616
sources = [
1717
f'utils{_ver[0]}.tar.gz',
18-
f'%(namelower)s{_ver[0]}_v{_ver[1]}_{_ver[2]}_{_ver[3]}_Linux-ifort21.4_openmpi4.1.1_exe.tar.gz',
18+
f'%(namelower)s{_ver[0]}_v{"_".join(_ver[1:])}_Linux-ifort21.4_openmpi4.1.1_exe.tar.gz',
1919
]
2020
patches = ['%(name)s-%(version)s_fix_run_scripts.patch']
2121
checksums = [
@@ -58,8 +58,4 @@ modextravars = {
5858

5959
sanity_check_commands = _runscripts
6060

61-
modluafooter = """
62-
setenv("CRY23_SCRDIR", pathJoin(os.getenv("VSC_SCRATCH"), "crystal_scrdir"))
63-
"""
64-
6561
moduleclass = 'chem'

0 commit comments

Comments
 (0)