Skip to content

Commit

Permalink
fpart: Confirm license and c dependency (spack#46509)
Browse files Browse the repository at this point in the history
  • Loading branch information
drkrynstrng authored Sep 22, 2024
1 parent 639990c commit 73125df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions var/spack/repos/builtin/packages/fpart/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@ class Fpart(AutotoolsPackage):

maintainers("drkrynstrng")

license("BSD-2-Clause")
license("BSD-2-Clause", checked_by="drkrynstrng")

version("master", branch="master")
version("1.6.0", sha256="ed1fac2853fc421071b72e4c5d8455a231bc30e50034db14af8b0485ece6e097")
version("1.5.1", sha256="c353a28f48e4c08f597304cb4ebb88b382f66b7fabfc8d0328ccbb0ceae9220c")

depends_on("c", type="build") # generated

variant("embfts", default=False, description="Build with embedded fts functions")
variant("static", default=False, description="Build static binary")
variant("debug", default=False, description="Build with debugging support")
Expand All @@ -37,6 +35,7 @@ class Fpart(AutotoolsPackage):
description="Tools used by fpsync to copy files",
)

depends_on("c", type="build")
depends_on("autoconf", type="build")
depends_on("automake", type="build")
depends_on("libtool", type="build")
Expand Down

0 comments on commit 73125df

Please sign in to comment.