We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4d7bb commit 83052cfCopy full SHA for 83052cf
1 file changed
planemo/commands/cmd_slurm_init.py
@@ -31,7 +31,7 @@ def cli(ctx, **kwds):
31
shell(["./autogen.sh"], cwd=tempdir)
32
shell(["./configure", f"--prefix={tempdir}/dist"], cwd=tempdir)
33
shell(["make"], cwd=tempdir)
34
- shell(["make install"], cwd=tempdir)
+ shell(["make", "install"], cwd=tempdir)
35
shutil.move(f"{tempdir}/dist/lib/libdrmaa.so", dest)
36
info(f"SLURM DRMAA library initialized successfully and copied to {dest}.")
37
finally:
0 commit comments