help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fem-fenics 0.0.1 released


From: c.
Subject: Re: fem-fenics 0.0.1 released
Date: Mon, 24 Feb 2014 17:37:36 +0100

On 24 Feb 2014, at 16:04, address@hidden wrote:

> Thanks! It solved the dolfin.h not found problem. I also found out that 
> setting CPPFLAGS to -I/usr/include/eigen3 alone is sufficient. In order to 
> use the package, it has to be set before starting octave as well. Otherwise I 
> still get "Eigen/Dense not found" when fem-fenics is run.

You can also do it from within Octave using 

setenv ("CPPFLAGS", "-I/usr/include/eigen3")


c.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]