2017-10-26 4:02 GMT-06:00 Takahiro Ohkuma <[email protected]>: > Dear Christoph > > I put folders of "tools" and "csg" in a directory with build.sh and tried to > compile them with the --selfdownload option. > However, an error occurred in compiling the linalg.cc file. > The error is the following: > /home/ohkuma/cc/tools/votca/tools/src/libtools/linalg.cc(193): error: no > suitable user-defined conversion from "const > boost::numeric::ublas::unbounded_array<double, std::allocator<double>>" to > "const boost::numeric::ublas::vector<double, > boost::numeric::ublas::unbounded_array<double, std::allocator<double>>>" > exists > const ub::vector<double>& Aarray=A.data(); > ^ > /home/ohkuma/cc/tools/votca/tools/src/libtools/linalg.cc(194): error: no > suitable user-defined conversion from "const > boost::numeric::ublas::unbounded_array<double, std::allocator<double>>" to > "const boost::numeric::ublas::vector<double, > boost::numeric::ublas::unbounded_array<double, std::allocator<double>>>" > exists > const ub::vector<double>& Barray=B.data(); > > > Intel compiler was used. But, I confirmed errors in the same lines of > linalg.cc in case of gcc compiler. > The log file is attached. Can you try to compile without mkl, i.e. with -DCMAKE_DISABLE_FIND_PACKAGE_MKL=ON?
Christoph > > Thank you for your considerations. > Takahiro > > > > 2017年10月11日水曜日 0時24分16秒 UTC+9 Christoph Junghans: >> >> 2017-10-10 8:54 GMT-06:00 Takahiro Ohkuma <[email protected]>: >> > I need to install VOTCA on a computer (RedHat) which is not connecting >> > to >> > the internet. Could anyone tell me a way to manually install the >> > packages? >> > Thank you very much for your advice in advance. >> build.sh has the "--selfdownload" option, just put all the tarball, >> e.g. votca-tools-1.4.1.tar.gz, votca-csg-1.4.1.tar.gz, in same >> directory and run build.sh. >> >> Otherwise here are some hints on manual install: >> <https://github.com/votca/csg/wiki/Installing#manual-install> >> >> Christoph >> > >> > Takahiro >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups >> > "votca" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> > an >> > email to [email protected]. >> > To post to this group, send email to [email protected]. >> > Visit this group at https://groups.google.com/group/votca. >> > For more options, visit https://groups.google.com/d/optout. >> >> >> >> -- >> Christoph Junghans >> Web: http://www.compphys.de > > -- > You received this message because you are subscribed to the Google Groups > "votca" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/votca. > For more options, visit https://groups.google.com/d/optout. -- Christoph Junghans Web: http://www.compphys.de -- You received this message because you are subscribed to the Google Groups "votca" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/votca. For more options, visit https://groups.google.com/d/optout.
