> So far, most of my problem come from missing packages. > > I tried to install as much required as I can. Some required packages > mentioned in yade-dem.org cannot be found in OpenSUSE repositories, for > example, libboost-date-time-dev and liblog4cxx10-dev. There is > libboost-date-time though. This may not be critical. Also, cannot find > python-scientific either. (please reply to the list directly)
It seems that log4cxx is in apache-log4cxx-develfor opensuse (at least that's what google tells me: http://rpm.pbone.net/index.php3/stat/4/idpl/11024108/com/apache-log4cxx-devel-0.10.0.svn20080724-1.1.x86_64.rpm.html), but generally you won't need this package. (you have to remove the 'log4cxx' feature, though). python-scientific is not used at all now. For boost, it seems that suse doesn't have shared libs and headers in separate packages (judging by http://forums.opensuse.org/programming-scripting/410135-upgrating-boost-libraries.html#post1958543), so what you propose should do. There is one more possible gotcha: if you have python>=2.6.3, you will need boost>=1.41, otherwise you will get an error at startup. Good luck, Vaclav _______________________________________________ Mailing list: https://launchpad.net/~yade-users Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp

