Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=542740 --- Comment #16 from Jussi Lehtola <jussi.lehtola@xxxxxx> 2009-12-02 13:12:11 EDT --- (In reply to comment #15) > Ok for mpqc, but not f2c. > > > it seems that f2c does not actually link against the libf2c shared libraries. > Looking at the source, f2c itself does not use any of the code in libf2c. I > think the c code *generated* by f2c needs the libf2c libraries. Well.. That's odd. OK, maybe libf2c contains some intrinsic Fortran functions, that are then called in the C code produced by f2c. Anyway, this means you will have to put in explicit dependencies. Better yet to version them fully. i.e. the main package has to Requires: %{name}-libs = %{version}-%{release} and the devel package just Requires: %{name} = %{version}-%{release} which pulls in f2c, which pulls in f2c-libs. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review