Skip to content

Commit

Permalink
revert format change of checksums in ORCA-6.0.1-gompi-2023b-avx2.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
lexming authored Nov 12, 2024
1 parent 36404a3 commit 5d01bc5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions easybuild/easyconfigs/o/ORCA/ORCA-6.0.1-gompi-2023b-avx2.eb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ toolchain = {'name': 'gompi', 'version': '2023b'}
download_instructions = "Shared build of ORCA: download from https://orcaforum.kofo.mpg.de"
# mostly dynamically linked (SCALAPACK, OpenBLAS are still embedded)
sources = ['%%(namelower)s_%s_linux_%%(orcaarch)s_shared_openmpi416_avx2.tar.xz' % version.replace('.', '_')]

# orca_6_0_1_linux_x86-64_shared_openmpi416_avx2.tar.xz
checksums = ['f31f98256a0c6727b6ddfe50aa3ac64c45549981138d670a57e90114b4b9c9d2']
checksums = [
# orca_6_0_1_linux_x86-64_shared_openmpi416_avx2.tar.xz
'f31f98256a0c6727b6ddfe50aa3ac64c45549981138d670a57e90114b4b9c9d2',
]

moduleclass = 'chem'

0 comments on commit 5d01bc5

Please # to comment.