2014-07-29 17:05 GMT+0200, marco restelli <[email protected]>: > 2014-07-29 16:20 GMT+0200, Justin (jlec) <[email protected]>: >> On 29/07/14 15:43, marco restelli wrote: >>> Hi all, >>> I notice that petsc-3.5.1.ebuild does not install some include >>> files which are useful when using the fortran interface of PETSC; for >>> me the problem is solved adding >>> >>> 191a192,196 >>>> doins include/finclude/*.h90 >>>> insinto /usr/include/${PN}/finclude/ftn-auto >>>> doins include/finclude/ftn-auto/* >>>> insinto /usr/include/${PN}/finclude/ftn-custom >>>> doins include/finclude/ftn-custom/* >>> >>> Regards, >>> Marco >>> >> >> Hi Marco, >> >> do you like to send us a pull request over github? > > Hi Justin, > OK, how exactly does it work? > > Another thing: I see now that, while the previous ebuild (petsc-3.4.2) > was installing the library /usr/lib64/libpetsc.so , the new one is > creating a symbolic link > > /usr/lib64/libpetsc.so -> libpetsc.so.3.5.1 > > and there is no libpetsc.so.3.5.1. I am using these options:
Hi Justin, I have created the pull request, it should solve both problems with the include files and with the .so libraries. Regards, Marco
