You can find tarballs of all releases here:

  http://fenicsproject.org/pub/software

Johan


On Fri, Sep 13, 2013 at 1:23 PM, Dominique Orban
<[email protected]>wrote:

> Ok. I installed ffc with pip. Where do I get a release of Dolfin, though?
> The Bitbucket site doesn't seem to have downloads.
>
> Alternatively, I'll try with the dev version of everything.
>
> Thanks.
>
> Dominique
>
>
> On Friday, September 13, 2013, Johan Hake wrote:
>
>> It looks like a version mismatch. If you are compiling development
>> version of DOLFIN you need the development version of FFC.
>>
>> Johan
>>
>>
>> On Fri, Sep 13, 2013 at 12:37 AM, Dominique Orban <
>> [email protected]> wrote:
>>
>>> Thanks. That still fails with:
>>>
>>> --
>>> Compiling forms in dolfin/ale...
>>>   ffc -v -O -f no_ferari -l dolfin  Poisson1D.ufl >> compile.log
>>> Traceback (most recent call last):
>>>   File "/Users/dpo/.virtualenvs/fenics-from-scratch/bin/ffc", line 195,
>>> in <module>
>>>     sys.exit(main(sys.argv[1:]))
>>>   File "/Users/dpo/.virtualenvs/fenics-from-scratch/bin/ffc", line 176,
>>> in main
>>>     compile_form(ufd.forms, ufd.object_names, prefix, parameters)
>>>   File
>>> "/Users/dpo/.virtualenvs/fenics-from-scratch/lib/python2.7/site-packages/ffc/compiler.py",
>>> line 171, in compile_form
>>>     wrapper_code = generate_wrapper_code(analysis, prefix, parameters)
>>>   File
>>> "/Users/dpo/.virtualenvs/fenics-from-scratch/lib/python2.7/site-packages/ffc/wrappers.py",
>>> line 44, in generate_wrapper_code
>>>     error("Unable to generate new DOLFIN wrappers, missing module
>>> dolfin_utils.wrappers.")
>>>   File "<string>", line 1, in <lambda>
>>>   File
>>> "/Users/dpo/.virtualenvs/fenics-from-scratch/lib/python2.7/site-packages/ufl/log.py",
>>> line 154, in error
>>>     raise self._exception_type(self._format_raw(*message))
>>> Exception: Unable to generate new DOLFIN wrappers, missing module
>>> dolfin_utils.wrappers.
>>> --
>>>
>>> There's no `wrappers` module in `site-packages/dolfin_utils`:
>>>
>>> $ ls site-packages/dolfin_utils/
>>> __init__.py    __init__.pyc   commands.py    cppparser
>>>  documentation  meshconvert    ordereddict.py pjobs
>>>
>>> Dominique
>>>
>>>
>>> On 2013-09-12, at 8:34 AM, Johan Hake <[email protected]> wrote:
>>>
>>> > This looks like a bug.
>>> >
>>> > Try:
>>> >   PYTHONPATH=$PYTHONPATH:site-packages cmake/scripts/generate-all
>>> >
>>> > Johan
>>> >
>>> >
>>> >
>>> >
>>> > On Thu, Sep 12, 2013 at 1:12 PM, Dominique Orban <
>>> [email protected]> wrote:
>>> >
>>> >
>>> > On Thursday, September 12, 2013, Garth N. Wells wrote:
>>> > On 12 September 2013 10:16, Johannes Ring <[email protected]> wrote:
>>> > > On Tue, Sep 10, 2013 at 12:37 AM, Dominique Orban
>>> > > <[email protected]> wrote:
>>> > >> In OSX 10.8.4, I installed all the Dolfin dependencies. Running
>>> `cmake` leaves me with:
>>> > >>
>>> > >>     Exception: Unable to generate new DOLFIN wrappers, missing
>>> module dolfin_utils.wrappers.
>>> > >>
>>> > >> This error comes from `ffc/wrappers.py` (line 44). But dolfin_utils
>>> is part of the Dolfin source tree, which in turn has FFC as a prerequisite.
>>> Are you supposed to `python install` that stuff before running `cmake`?
>>> > >
>>> > > Yes, FFC is needed to run cmake.
>>> > >
>>> >
>>> > FFC is required for the development version because we do not keep the
>>> > generated files under version control.
>>> >
>>> > FFC is not required to build release versions of DOLFIN.
>>> >
>>> >
>>> > Thanks for the reply. My question is a bit different and may not have
>>> been clear. I installed FFC. But while running cmake in the Dolfin source
>>> tree,  FFC complains that it can't import dolfin_utils. My problem is that
>>> dolfin_utils seems to be part of Dolfin, not of FFC, and so it hasn't been
>>> installed yet. I seem to be stuck in a circular dependency.
>>> >
>>> > Am I doing something wrong?
>>> >
>>> > Thanks!
>>> >
>>> >
>>> > --
>>> > Dominique
>>> >
>>> > _______________________________________________
>>> > fenics-support mailing list
>>> > [email protected]
>>> > http://fenicsproject.org/mailman/listinfo/fenics-support
>>> >
>>> >
>>>
>>>
>>>
>>>
>>>
>>>
>>
>
> --
> Dominique
>
_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support

Reply via email to