The Buildbot has detected a new failure of ffc-linux64-exp on FEniCS Buildbot.
Full details are available at:
http://fenics.org:8080/builders/ffc-linux64-exp/builds/186
Buildbot URL: http://fenics.org:8080/
Buildslave for this Build: linux64-exp
Build Reason:
Build Source Stamp: HEAD
Blamelist
The Buildbot has detected a new failure of ffc-jaunty-amd64 on FEniCS Buildbot.
Full details are available at:
http://fenics.org:8080/builders/ffc-jaunty-amd64/builds/187
Buildbot URL: http://fenics.org:8080/
Buildslave for this Build: jaunty-amd64
Build Reason:
Build Source Stamp: HEAD
Blamel
The Buildbot has detected a new failure of ffc-hardy-i386 on FEniCS Buildbot.
Full details are available at:
http://fenics.org:8080/builders/ffc-hardy-i386/builds/201
Buildbot URL: http://fenics.org:8080/
Buildslave for this Build: hardy-i386
Build Reason:
Build Source Stamp: HEAD
Blamelist: A
There is a problem when running the DOLFIN demos:
File "/usr/local/lib/python2.6/dist-packages/ffc/jitcompiler.py", line
75, in jit_form
if form.form_data() is None:
AttributeError: 'Form' object has no attribute 'form_data'
Garth
Original Message
Subject: [Branch ~ffc-cor
Looks like you need a new UFL version.
--
Anders
On Sun, Feb 07, 2010 at 10:09:10PM +, Garth N. Wells wrote:
> There is a problem when running the DOLFIN demos:
>
> File "/usr/local/lib/python2.6/dist-packages/ffc/jitcompiler.py", line
> 75, in jit_form
> if form.form_data() is None:
> A
Anders Logg wrote:
> Looks like you need a new UFL version.
>
I have the latest.
Looking in ufl.Form, I see
self._form_data = None
and
def is_preprocessed(self):
"Check if form has been preprocessed"
return self._form_data is not None
There is no 'self.form_data'
Gar
On Sun, Feb 07, 2010 at 11:00:19PM +, Garth N. Wells wrote:
>
>
> Anders Logg wrote:
> > Looks like you need a new UFL version.
> >
>
> I have the latest.
>
> Looking in ufl.Form, I see
>
>self._form_data = None
>
> and
>
> def is_preprocessed(self):
> "Check if form has been pr
7 matches
Mail list logo