I would like to try the fenics project for mesh generation.
For installation purposes on my Ubuntu 14.04 64bit system I followed the instructions on the website (
$sudo add-apt-repository ppa:fenics-packages/fenics
$sudo apt-get update
$sudo apt-get install fenics
$sudo apt-get dist-upgrade
).
During installation proces I received the error message
...
Processing triggers for python-support (1.0.15) ...
/usr/lib/pymodules/python2.7/scitools/pyreport/main.py:268: SyntaxWarning: import * only allowed at module level
def __call__(self, name, globals=None, locals=None, fromlist=None,
/usr/lib/pymodules/python2.7/scitools/pyreport/main.py:285: SyntaxWarning: import * only allowed at module level
def __call__(self, name, globals=None, locals=None,
However I tried to install FENICS using the given repositories:
$ sudo apt-get install fenics
Running the tutorial gives the following Error-Message:
DOLFIN must be compiled with CGAL to run this demo.
Any suggestions how I can fix this would be greatfuly acknowledged.