From 021aeb60fe08d6eb2b4f7b5dfee9d0586c134428 Mon Sep 17 00:00:00 2001 From: cmaurini Date: Mon, 20 Jun 2016 12:16:38 +0200 Subject: [PATCH] add boost dependency in ffc I had problem at run-time with JIT compilation in linking with `boost` (it was picking the system boost). Adding the `boost` dependency in `ffc` package solves the problem for me. --- pkgs/ffc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/ffc.yaml b/pkgs/ffc.yaml index 8d269c472..9c1cf916b 100644 --- a/pkgs/ffc.yaml +++ b/pkgs/ffc.yaml @@ -1,7 +1,7 @@ extends: [distutils_package] dependencies: - build: [numpy, swig] - run: [fiat, instant, numpy, six, ufl] + build: [numpy, swig, boost] + run: [fiat, instant, numpy, six, ufl, boost] sources: - key: tar.gz:haxhoe76owljjzpqoudlcrho5llidylj