Hi and welcome!
On 2 Mar 2012, at 22:51, Rafał wrote:
Welcome everyone,
It's my first mail to this mailing list, I'm using that's kind of thing first time so if my behave is unpropriate please don't take it offensive.
No, on the contrary, this is just the right place to ask such questions!
I'd like to ask if anyone of you tried to run ALPS on ubuntu 11.10. I've tried to build ALPS, after doing everyting under "Get dependent libraries and tools on Debian GNU/Linux (sid)", as it was on the wiki: http://alps.comp-phys.org/mediawiki/index.php/Download_and_install_ALPS_2#Bu...
but I've get some serious problem. When I execute "make install" I get something like that:
CMake Error at lib/pyalps/cmake_install.cmake:42 (FILE): file INSTALL cannot find "/opt/alps/lib/pyalps/pyhdf5_c.so". Call Stack (most recent call first): cmake_install.cmake:94 (INCLUDE)
Do you by chance build inside the source directory? That should never be done and might lead to such problems.
I've manage to workaround it by disabling #INCLUDE("/opt/alps/lib/pyalps/cmake_install.cmake") in cmake_install.cmake and executing it manualy before using "make install". Everything was build with success but when I tried to run some example scripts like this one there:
http://alps.comp-phys.org/mediawiki/index.php/ALPS_using_Python
python reported that he (it?) couldn't find pyalps....
That's no wonder since you commented out the installation of pyalps