summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorbernhardkaindl <43588962+bernhardkaindl@users.noreply.github.com>2021-09-26 09:40:18 +0200
committerGitHub <noreply@github.com>2021-09-26 09:40:18 +0200
commit7ca657aef649f3461093df33912aa223f4139d0d (patch)
tree783faf1f24effc4f8c7aea41b97657940c2afdd3 /var
parent27e6032f73fe3f8d5df5b05096fa813dad39ef38 (diff)
downloadspack-7ca657aef649f3461093df33912aa223f4139d0d.tar.gz
spack-7ca657aef649f3461093df33912aa223f4139d0d.tar.bz2
spack-7ca657aef649f3461093df33912aa223f4139d0d.tar.xz
spack-7ca657aef649f3461093df33912aa223f4139d0d.zip
libidl builds using flex and bison: Add them as build-depends (#26183)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/libidl/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libidl/package.py b/var/spack/repos/builtin/packages/libidl/package.py
index eaa108c7d7..be7dfd6caa 100644
--- a/var/spack/repos/builtin/packages/libidl/package.py
+++ b/var/spack/repos/builtin/packages/libidl/package.py
@@ -15,5 +15,7 @@ class Libidl(AutotoolsPackage):
version('0.8.14', sha256='c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220')
+ depends_on('flex', type='build')
+ depends_on('bison', type='build')
depends_on('pkgconfig', type='build')
depends_on('glib')