Skip to content

Commit

Permalink
Merge pull request #22056 from sassy-crick/revert-22012-2024121117491…
Browse files Browse the repository at this point in the history
…0_new_pr_rDock2403192

Revert "{bio}[GCCcore/13.3.0] rDock v24.03.192"
  • Loading branch information
smoors authored Dec 25, 2024
2 parents 51cd066 + 0972271 commit 8bd5c7d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions easybuild/easyconfigs/r/rDock/rDock-24.03.192-GCCcore-13.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,18 @@ preinstallopts = 'export PREFIX=%(installdir)s && '

runtest = 'test'

postinstallcmds = ['sed -i "s|/bin/csh -f|/usr/bin/env tcsh -f|" %(installdir)s/bin/make_grid.csh']
postinstallcmds = [
'sed -i "s|/bin/csh -f|/usr/bin/env tcsh|" %(installdir)s/bin/make_grid.csh ; ',
'cp -ra %(builddir)s/%(name)s-%(version)s/data %(installdir)s ; ',
]

modextrapaths = {
'RBT_ROOT': '',
}

sanity_check_paths = {
'files': ['bin/rbhtfinder', 'bin/sdreport', 'bin/run_rbdock.pl', 'lib/libRbt.so'],
'dirs': ['include'],
'dirs': ['include', 'data'],
}

sanity_check_commands = [
Expand Down

0 comments on commit 8bd5c7d

Please sign in to comment.