We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba7993 commit 351944dCopy full SHA for 351944d
1 file changed
var/spack/repos/builtin/packages/slurm-drmaa/package.py
@@ -27,13 +27,6 @@ class SlurmDrmaa(AutotoolsPackage):
27
28
depends_on("c", type="build") # generated
29
30
- # Remove this patch when it is merged into main:
31
- patch(
32
- "https://github.com/natefoo/slurm-drmaa/pull/62.patch?full_index=1",
33
- sha256="ec8d2963c731f7054f7d3c130232e731bc92366280100e108d93a3685fddfca7",
34
- when="@main",
35
- )
36
-
37
depends_on("autoconf", type="build", when="@main")
38
depends_on("automake", type="build", when="@main")
39
depends_on("libtool", type="build", when="@main")
0 commit comments