Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 540294 - multilib.eclass: export FC/F77 for multilib support
Summary: multilib.eclass: export FC/F77 for multilib support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords: Inclusion, PATCH
Depends on:
Blocks: 519700
  Show dependency tree
 
Reported: 2015-02-16 18:39 UTC by Christoph Junghans (RETIRED)
Modified: 2015-05-26 15:49 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch against gx86 (multilib.eclass.patch,1.28 KB, patch)
2015-02-16 18:39 UTC, Christoph Junghans (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Junghans (RETIRED) gentoo-dev 2015-02-16 18:39:44 UTC
Created attachment 396612 [details, diff]
patch against gx86

To build sys-cluster/openmpi[fortran] with multilib support one need to export F77="$(tc-getF77) $(get_abi_CFLAGS)"

The best place to add this is multilib.eclass.
Comment 1 SpanKY gentoo-dev 2015-05-25 23:51:02 UTC
(In reply to Christoph Junghans from comment #0)

looks fine; feel free to commit
Comment 2 Christoph Junghans (RETIRED) gentoo-dev 2015-05-26 14:25:21 UTC
+  26 May 2015; Christoph Junghans <ottxor@gentoo.org> multilib.eclass:
+  export FC/F77 for multilib support
+
Comment 3 SpanKY gentoo-dev 2015-05-26 15:25:19 UTC
(In reply to Christoph Junghans from comment #2)

please try to keep bug #'s in the commit message.  this makes history spelunking a lot easier.  otherwise short flat messages can be a pain to track to larger reasoning/explanations.

https://sources.gentoo.org/eclass/multilib.eclass?r1=1.106&r2=1.107
Comment 4 Christoph Junghans (RETIRED) gentoo-dev 2015-05-26 15:49:56 UTC
(In reply to SpanKY from comment #3)
> (In reply to Christoph Junghans from comment #2)
> 
> please try to keep bug #'s in the commit message.  this makes history
> spelunking a lot easier.  otherwise short flat messages can be a pain to
> track to larger reasoning/explanations.
> 
> https://sources.gentoo.org/eclass/multilib.eclass?r1=1.106&r2=1.107
Yeah, I realized it a min later and fixed the ChangeLog:
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1624&r2=1.1625