Skip to content

Commit

Permalink
fix new checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
WilleBell committed Apr 4, 2024
1 parent 67c03cf commit 664bb89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions easybuild/easyconfigs/c/CREST/CREST-20240319-gfbf-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ separate_build_dir = False
github_account = 'grimme-lab'
source_urls = [GITHUB_LOWER_SOURCE]
sources = [{'download_filename': '%s.tar.gz' % _commit, 'filename': SOURCE_TAR_GZ}]
checksums = ['2928a8af03aea02422859dfc7cb0b563a19d428e2383954f05786ec77474aff1']
checksums = ['770b7ca72bc47bc4e1ffd8ca56566df7b03f4d3b702b04ec6b83bad9a125884d']

builddependencies = [('CMake', '3.26.3')]

dependencies = [('xtb', '6.6.1')] # required to run the program

# Simple test command just to check if the program is working:
test_cmd = 'export PATH=%(builddir)s/%(namelower)s:$PATH && '
test_cmd += 'cd %(builddir)s/%(namelower)s/examples/expl-0/ && ./run.sh '
test_cmd = 'export PATH=%%(builddir)s/%%(namelower)s-%s:$PATH && ' % _commit
test_cmd += 'cd %%(builddir)s/%%(namelower)s-%s/examples/expl-0/ && ./run.sh ' % _commit

sanity_check_paths = {
'files': ['bin/%s' % name.lower()],
Expand Down

0 comments on commit 664bb89

Please sign in to comment.