Adding Trilinos to dealii package

2021-05-22 Thread Paul A. Patience
Hi, I would like to eventually package the Lethe CFD library [1], but it requires a version of dealii compiled with Trilinos, which is not currently available in Guix. PETSc and Trilinos (and many other libraries available in Guix) can be compiled with several different options. What is the stand

What is the standard path for documentation?

2021-06-06 Thread Paul A. Patience
Hi, What is the standard place to put documentation? The license files are automatically installed to the share/doc/NAME-VERSION directory (see install-licence-files in gnu-build-system.scm), but it seems like various packages install the actual documentation to share/doc/NAME. I ask because I'm

Re: What is the standard path for documentation?

2021-06-08 Thread Paul A. Patience
Hi Ludovic, On Tuesday, June 8th, 2021 at 09:31, Ludovic Courtès wrote: > Right, share/doc/NAME appears to be more common (perhaps we should fix > ‘install-licence-files’). I suppose the advantage of having the version name in the path is allowing several versions of a library to be installed s