dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #21521
Re: Circular dependency
On Mon, Feb 21, 2011 at 04:08:54PM +0000, Garth N. Wells wrote:
> We have something of a circular dependency since we have FFC-generated
> code in dolfin/ale, but to generate this code the dolfin_utils wrapper
> tools must be installed, and dolfin_utils isn't installed unless all of
> DOLFIN is installed.
Yes, I noticed. One needs to do something like
cp -r site-packages/dolfin_utils/wrappers local/lib/python2.6/site-packages/dolfin_utils/
> We should have a separate option for installing just dolfin_utils.
Yes, that would be good.
--
Anders
References