[Fedora-packaging] fortran .mod files

Jakub Jelinek jakub at redhat.com
Tue Oct 23 11:19:40 UTC 2007


On Tue, Oct 23, 2007 at 05:33:11AM +0200, Ralf Corsepius wrote:
> On Mon, 2007-10-22 at 16:50 -0400, Tom "spot" Callaway wrote:
> > On Mon, 2007-10-22 at 22:49 +0200, Patrice Dumas wrote:
> > > %{_libdir}/gfortran/modules
> > 
> > ^^^ I like this the best so far.
> Well, it actually is irrelevant what we think.
> 
> gfortran should have a default search path being implied by f90, and it
> there where packages should install it's *.mod's into.
> 
> If gfortran doesn't have a default search path, this would qualify as a
> bug in gcc-gfortran.

`gcc $RPM_OPT_FLAGS -print-file-name=finclude`

(which is /usr/lib/gcc/*-redhat-linux/*/finclude ).
This is a compiler version and arch dependent path, but *.mod files
are heavily compiler version dependent.
But I guess I'll need to make some changes, because say on
i386 this is /usr/lib/gcc/i386-redhat-linux/4.1.2/finclude,
while on x86_64 for 32-bit rpms
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/finclude/ ).

	Jakub




More information about the packaging mailing list