Skip to content

Commit 43aaf61

Browse files
author
Samuel Moors
committedFeb 7, 2025·
allow installing from commit for LAMMPS
1 parent b0ce5ec commit 43aaf61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎easybuild/easyblocks/l/lammps.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,8 @@ def install_step(self):
480480

481481
mkdir(site_packages, parents=True)
482482

483-
self.lammpsdir = os.path.join(self.builddir, '%s-*_%s' % (self.name.lower(), self.version))
483+
# self.lammpsdir = os.path.join(self.builddir, '%s-*_%s' % (self.name.lower(), self.version))
484+
self.lammpsdir = os.path.join(self.builddir, '%s-*' % self.name.lower())
484485
self.python_dir = os.path.join(self.lammpsdir, 'python')
485486

486487
# The -i flag is added through a patch to the lammps source file python/install.py

0 commit comments

Comments
 (0)
Please sign in to comment.