I'm using archlinux and just built getfem++ from the source code.

https://aur.archlinux.org/packages.php?ID=51283

./configure --enable-python --enable-muparser --enable-qhull
--with-pic --prefix=/
make
make install DESTDIR=$pkgdir/usr



but all the python code fails with this error, (didn't check other
language interfaces)


[kkb110@myhost python]$ python demo_plasticity.py

Traceback (most recent call last):
 File "demo_plasticity.py", line 30, in <module>
  from getfem import *
 File "/usr/lib/python2.7/site-packages/getfem/__init__.py", line 26,
in <module>
  from getfem import *
 File "/usr/lib/python2.7/site-packages/getfem/getfem.py", line 40, in <module>
  from _getfem import *
ImportError: /usr/lib/python2.7/site-packages/getfem/_getfem.so:
undefined symbol: qh_qh



Thank you
-Kibeom Kim

_______________________________________________
Getfem-users mailing list
[email protected]
https://mail.gna.org/listinfo/getfem-users

Reply via email to