getfem-users
[Top][All Lists]
Advanced

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

Re: [Getfem-users] Python tests do not work


From: Dennis Ernens
Subject: Re: [Getfem-users] Python tests do not work
Date: Mon, 14 Nov 2011 09:31:46 +0100

Hi Luis,

Thanks for your reply. I do not have svn installed, I am building a stable release. I installed the libqhull-dev prior to the build.

Regards,
Dennis

On 12 November 2011 00:57, Luis Saavedra <address@hidden> wrote:
please send your

$ svn info

and config.log file.

For the moment tries with:

# aptitude install libqhull-dev

before compiling getfem++,

regards,
Luis

2011/11/11 Dennis Ernens <address@hidden>

Hello All,


I am playing around with getfem++ on Kubuntu 11.10, but I cannot get the

python examples to work.


I ran configure with ./configure --with-pic --with-blas="-lf77blas -latlas"

using qhull libraries for the mesh creation. The "make" runs without errors.


Traceback (most recent call last):

File "demo_laplacian.py", line 30, in <module>

import getfem as gf

File "/usr/local/lib/python2.7/dist-packages/getfem/__init__.py", line 26,

in <module>

from getfem import *

File "/usr/local/lib/python2.7/dist-packages/getfem/getfem.py", line 40, in

<module>

from _getfem import *

ImportError: /usr/local/lib/python2.7/dist-packages/getfem/_getfem.so:

undefined symbol: qh_qh


This indicates that something is wrong with the linking to qhull (qh_qh is a

global pointer of qhull). Any ideas what might cause this?


Kind regards,

Dennis


_______________________________________________
Getfem-users mailing list
address@hidden
https://mail.gna.org/listinfo/getfem-users



Attachment: config.log
Description: Text Data


reply via email to

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