From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 18:05:31
|
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...> 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 > 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... > https://lists.sourceforge.net/lists/listinfo/kaldi-users > |