Remove patch on main (#48798)

Patch got merged: https://github.com/natefoo/slurm-drmaa/pull/62
This commit is contained in:
Dominic Hofer 2025-01-31 20:51:34 +01:00 committed by GitHub
parent fb0493a366
commit 2c128751f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,13 +27,6 @@ class SlurmDrmaa(AutotoolsPackage):
depends_on("c", type="build") # generated
# Remove this patch when it is merged into main:
patch(
"https://github.com/natefoo/slurm-drmaa/pull/62.patch?full_index=1",
sha256="ec8d2963c731f7054f7d3c130232e731bc92366280100e108d93a3685fddfca7",
when="@main",
)
depends_on("autoconf", type="build", when="@main")
depends_on("automake", type="build", when="@main")
depends_on("libtool", type="build", when="@main")