From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 18:48:46
|
Thanks for that. Here's what I have: Opensuse uses Yast as a package manager and has libraries for both atlas and openblas. I did try installing atlas before, but I was thrown by the fact that no libatlas.so is provided. However there is a reason for my confusion. Opensuse packages provide both libsatlas and libtatlas so files. Evidently the 's' version is compiled for serial and the 't' version is for threaded. I think the latter is if you have a CUDA card installed. I added a symlink in /usr/lib64 for libatlas.so pointing at atlas/libsatlas.so (conservatively, this can be changed) and this allows configure to finish. There are some warnings about it being the wrong architecture, but so far make is running. I'm pretty sure I went through something similar to this in getting numpy and octave installed. All good practice, and plenty of hard drive space. Thank you for your prompt assistance. If I can return the favour sometime let me know. On 05/08/2013 02:05 PM, Mailing list used for User Communication and Updates wrote: > OK, it's complaining because you have no ATLAS package installed on your > system (or it doesn't know where to find it because we haven't worked > much with Suse). Compiling ATLAS tends to be tricky; this is inherent > to the way ATLAS works. > You could try installing OpenBlas (try "make openblas" in tools/) and > give suitable flags to "configure" in src. > Or you could find a suitable package for Atlas (does suse have a notion > of packages?) > Dan > > > On Wed, May 8, 2013 at 2:03 PM, Mailing list used for User Communication > and Updates <kal...@li... > <mailto:kal...@li...>> wrote: > > > > On 05/08/2013 12:53 PM, Daniel Povey wrote: > > Oh, OK. > > I have just committed some changes in the tools/ directory, > including a > > change to the Makefile that should automatically create a link from > > lib64 to lib. Colin, try doing "make" again in tools/ > > Dan > > > > Some good news, so I deleted the rest of the conversation. Did svn > update and the symlink from lib64 to lib is created. Now ./configure in > src gets past the libfst thing. So the symlink from one dir to another > seems to work well compared to symlinking individual files. > > Now stops at: > > Could not find libatlas.so in any of the obvious places. > > $ ls ../tools/ATLAS/ > include > > otherwise empty. > > I think it is traditional not to shoot the messenger. > Part of the output from the configure is advice to run install_atlas.sh > so I did that and this filled in a lot of directories alongside > /include/, but ended in error > > cp: cannot stat > ‘/home/colin/kaldi-trunk/tools/ATLAS/build/lib/libtatlas.so’: No such > file or directory > make[1]: [install_lib] Error 1 (ignored) > make[1]: Leaving directory `/home/colin/kaldi-trunk/tools/ATLAS/build' > > My first thought was just to do another make output file, but since, as > you are probably aware, the output from this command is huge, perhaps > you have a suggestion as to the shortest path from here. > > -- > --- > Colin Beckingham > 613-454-5369 <tel:613-454-5369> > http://www.it4gh.com > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and > their applications. This 200-page book is written by three acclaimed > leaders in the field. The early access version is available now. > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may > _______________________________________________ > Kaldi-users mailing list > Kal...@li... > <mailto:Kal...@li...> > https://lists.sourceforge.net/lists/listinfo/kaldi-users > > > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and > their applications. This 200-page book is written by three acclaimed > leaders in the field. The early access version is available now. > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may > > > > _______________________________________________ > Kaldi-users mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-users > -- --- Colin Beckingham 613-454-5369 http://www.it4gh.com |