dorsal team mailing list archive
-
dorsal team
-
Mailing list archive
-
Message #00299
Re: [Branch ~dorsal-core/dorsal/main] Rev 474: Removed some unused variables from snowleopard platform
On 8/25/10 2:14 PM, noreply@xxxxxxxxxxxxx wrote:
> ------------------------------------------------------------
> revno: 474
> committer: Harish Narayanan <hnarayanan@xxxxxxxxx>
> branch nick: dorsal
> timestamp: Wed 2010-08-25 14:11:24 +0530
> message:
> Removed some unused variables from snowleopard platform
> modified:
> FEniCS/platforms/supported/snowleopard.platform
Johannes, I am receiving the following error when pydolfin attempts to
call the JIT compiler. We've seen this before. Could you add BOOST_DIR
to an appropriate place (maybe just dolfin.conf) for darwin?
Calling FFC just-in-time (JIT) compiler, this may take some time.
Traceback (most recent call last):
File "demo.py", line 24, in <module>
V = FunctionSpace(mesh, "CG", 1)
[... snip...]
File
"/Users/harish/Work/FEniCS/test/lib/python2.6/site-packages/ufc_utils/build.py",
line 122, in configure_instant
"""
OSError: The Boost library was not found.
If Boost is installed in a nonstandard location,
set the environment variable BOOST_DIR.
Harish
Follow ups