commit:     9d554536bddca6aa5d766020a3513ec16bc5000b
Author:     layman <layman <AT> localhost>
AuthorDate: Sun Aug  3 08:55:23 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Aug  3 08:55:23 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9d554536

Install the .f90 fortran includes.

---
 sci-mathematics/petsc/petsc-3.5.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/petsc/petsc-3.5.1.ebuild 
b/sci-mathematics/petsc/petsc-3.5.1.ebuild
index e4ea76a..bacf55e 100644
--- a/sci-mathematics/petsc/petsc-3.5.1.ebuild
+++ b/sci-mathematics/petsc/petsc-3.5.1.ebuild
@@ -165,7 +165,7 @@ src_configure() {
                --with-imagemagick=0 \
                --with-python=0 \
                $(petsc_with boost) \
-               $(petsc_with fftw) \
+               $(petsc_with fftw)
 
 # not yet tested:
 #              python bindings, netcdf, fftw
@@ -188,7 +188,7 @@ src_install() {
        doins ${PETSC_ARCH}/include/*
        if use fortran; then
                insinto /usr/include/${PN}/finclude
-               doins include/finclude/*.h
+               doins -r include/finclude/*
        fi
        if ! use mpi ; then
                insinto /usr/include/${PN}/mpiuni
@@ -219,6 +219,7 @@ src_install() {
        doenvd 99petsc
 
        dolib.so ${PETSC_ARCH}/lib/*.so
+       dolib.so ${PETSC_ARCH}/lib/*.so.*
 
        if use doc ; then
                einfo "installing documentation (this could take a while)"

Reply via email to