<div dir="ltr"><div>Hi all,</div><div><br></div><div>While compiling 3.13.0 I have previously run</div><div><br></div><div>$ ./configure ... --download-mumps --download-scalapack ...</div><div><br></div><div>and now I have</div><div><br></div><div>$ ls arch-linux2-c-opt/externalpackages/<br>fblaslapack-3.4.2/ petsc-pkg-fblaslapack-e8a03f57d64c/ petsc-pkg-mumps-d1a5c931b762/ petsc-pkg-scalapack-3ba8f741b828/</div><div><br></div><div>Are there any flags for configure that let me reuse the compiled versions I have?</div><div>I did not try separate --with-mumps-include and --with-mumps-lib, as I think there should be a more rational approach</div><div>
<div>All the combinations I tried failed (<loc> stands for the current dir):<br></div><br>1. <br>--with-packages-search-path=<loc> --with-mumps<br>(what I would like best, as it would allow for a single search path for all external packages already compiled)<br><br>2. <br>--with-packages-search-path=<loc>/arch-linux2-c-opt --with-mumps<br><br>3. <br>--with-packages-search-path=<loc>/arch-linux2-c-opt/externalpackages --with-mumps<br><br>4. <br>--with-packages-search-path=<loc>/arch-linux2-c-opt/externalpackages/petsc-pkg-mumps-d1a5c931b762 --with-mumps<br><br>5. <br>--with-packages-search-path=<loc>/arch-linux2-c-opt/externalpackages/petsc-pkg-mumps-d1a5c931b762 --with-mumps-dir=<loc>/arch-linux2-c-opt/externalpackages/petsc-pkg-mumps-d1a5c931b762 --with-mumps<br><br>Note that the directory is well written. If that weren't the case, --with-packages-search-path would simply not find it, but --with-mumps-dir would complain.<br><br></div><div>Thanks in advance,</div><div>Santiago</div><div><br></div><div><br></div></div>