Skip to content

Commit

Permalink
tweak LDFLAGS to DL_Poly Classic installation with PLUMED
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Dec 1, 2016
1 parent ea613e8 commit 639ee44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easybuild/easyblocks/d/dl_poly_classic.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def configure_step(self):

if self.with_plumed:
source_dir = 'srcmod'
self.cfg.update('buildopts', 'LDFLAGS="${LDFLAGS} -lplumed -ldl"')
else:
source_dir = 'source'

Expand Down

0 comments on commit 639ee44

Please sign in to comment.