public inbox for gentoo-science@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-science] sci-mathematics/petsc-3.4.2, missing F90 includes
@ 2013-12-05  8:19 marco restelli
  0 siblings, 0 replies; only message in thread
From: marco restelli @ 2013-12-05  8:19 UTC (permalink / raw
  To: gentoo-science

Hi all,
   installing sci-mathematics/petsc-3.4.2 I see that the F90 include
files are not installed by the ebuild. Maybe, one can consider
changing the ebuild from

if use fortran; then
	insinto /usr/include/${PN}/finclude
	doins include/finclude/*.h
fi

to

if use fortran; then
	insinto /usr/include/${PN}/finclude
	doins include/finclude/*.h
	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/*
fi

(at least, for me it works).

Regards,
   Marco


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-05  8:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-05  8:19 [gentoo-science] sci-mathematics/petsc-3.4.2, missing F90 includes marco restelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox