From 2d823dcf90d2f23d8be355d338ffe27767bc80e4 Mon Sep 17 00:00:00 2001 From: Gregory Lee Date: Wed, 11 May 2022 04:29:54 -0700 Subject: gobject-introspection: add libffi dependency (#30601) --- var/spack/repos/builtin/packages/gobject-introspection/package.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/gobject-introspection/package.py b/var/spack/repos/builtin/packages/gobject-introspection/package.py index 28b2db804c..511ba07a50 100644 --- a/var/spack/repos/builtin/packages/gobject-introspection/package.py +++ b/var/spack/repos/builtin/packages/gobject-introspection/package.py @@ -27,6 +27,9 @@ class GobjectIntrospection(Package): depends_on("bison", type="build") depends_on("flex", type="build") depends_on("pkgconfig", type="build") + depends_on('libffi') + # https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/283 + depends_on('libffi@:3.3', when='@:1.70') # libffi 3.4 caused seg faults # GobjectIntrospection does not build with sed from darwin: depends_on('sed', when='platform=darwin', type='build') -- cgit v1.2.3-60-g2f50