fpm: add dependency on git (#30158)
This commit is contained in:
parent
b792e08c15
commit
3552cfac1a
@ -27,6 +27,7 @@ class Fpm(Package):
|
||||
variant("openmp", default=True, description="Use OpenMP parallelisation")
|
||||
|
||||
depends_on("curl", type="build")
|
||||
depends_on("git@1.8.5:", type="build")
|
||||
|
||||
def setup_build_environment(self, env):
|
||||
if "@0.4.0" in self.spec:
|
||||
|
Loading…
Reference in New Issue
Block a user