TRIQS / triqs_0.x

DEPRECATED -- This is the repository of the older versions of TRIQS
Other
11 stars 9 forks source link

missing libtriqs_solver_ctqmc.so in installation? #113

Closed aichhorn closed 11 years ago

aichhorn commented 11 years ago

Compilation of v1.0 works fine now, tests of ctqmc_hyb pass. Loading of the solver in the build directory works:

aichhorn@faepop01 TRIQS $ ./run_pytriqs_for_test.sh Python 2.7.3 (default, Jan 2 2013, 13:56:14) [GCC 4.7.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. from pytriqs.solvers.ctqmc_hyb import Solver Starting on 1 Nodes at : 2013-03-01 10:37:10.825411

After installation, doing the same stuff with the pytriqs executable:

aichhorn@faepop01 bin $ ./pytriqs Python 2.7.3 (default, Jan 2 2013, 13:56:14) [GCC 4.7.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. from pytriqs.solvers.ctqmc_hyb import Solver Traceback (most recent call last): File "", line 1, in File "/afs/itp.tugraz.at/user/aichhorn/work/progs/TRIQSv1.0/lib/python2.7/dist-packages/pytriqs/solvers/ctqmc_hyb/init.py", line 26, in from ctqmc_solver import Solver ImportError: libtriqs_solver_ctqmc.so: cannot open shared object file: No such file or directory

Is ther some naming problem?

mferrero commented 11 years ago

This is the same as issue #119 which is now fixed.