Swami, Le lun. 3 juin 2019 à 12:11, insaneSwami <[email protected]> a écrit : > If I install a local version of scalapack, willl I be able to pass it on to > cmake using -DSCALAPACK_DIR=/path/to/scalapack/installed/locally ? Yes, you will. However, looking at the detailed.log file it looks like you have several libraries that are static and thus, they could create problems later on the compilation. You may want to install all the libraries yourself using spack or candi (https://github.com/dealii/candi). These packages will take care of the installation of deal.II and its dependencies (candi won't install scalapack for you though).
Best, Bruno -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/CAGVt9eMczUEfiGrd8tJrLYB42hvMUxxeFO7NUtP2bt-i2Pxwzw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
