diff options
author | 吴坎 <i@wu-kan.cn> | 2024-03-14 02:00:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 11:00:54 -0700 |
commit | 7506acabe7cf7fd55dc4438d23d2af2bd0799c4e (patch) | |
tree | 3acdd18b1c38f64c21ed80c7123334096bc2a643 | |
parent | 3a828358cb9af60587eb338faf2f632b1f462e45 (diff) | |
download | spack-7506acabe7cf7fd55dc4438d23d2af2bd0799c4e.tar.gz spack-7506acabe7cf7fd55dc4438d23d2af2bd0799c4e.tar.bz2 spack-7506acabe7cf7fd55dc4438d23d2af2bd0799c4e.tar.xz spack-7506acabe7cf7fd55dc4438d23d2af2bd0799c4e.zip |
antlr4-cpp-runtime: update dependencies (#43115)
* update dependencies
* Update package.py
-rw-r--r-- | var/spack/repos/builtin/packages/antlr4-cpp-runtime/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/antlr4-cpp-runtime/package.py b/var/spack/repos/builtin/packages/antlr4-cpp-runtime/package.py index 281433c33f..d8a30eaf03 100644 --- a/var/spack/repos/builtin/packages/antlr4-cpp-runtime/package.py +++ b/var/spack/repos/builtin/packages/antlr4-cpp-runtime/package.py @@ -27,6 +27,8 @@ class Antlr4CppRuntime(CMakePackage): ) depends_on("libuuid", type=["build", "link"], when="@:4.10.1") + depends_on("git", type=["build"]) + depends_on("pkgconfig", type=["build"]) def cmake_args(self): args = [ |