Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerging IFC - Intel Fortran Compiler
Date: Sun, 30 Jul 2006 00:18:59
Message-Id: 7573e9640607291714r44c5a47al87d618666b7c86dc@mail.gmail.com
In Reply to: [gentoo-user] emerging IFC - Intel Fortran Compiler by Richard Broersma Jr
1 On 7/29/06, Richard Broersma Jr <rabroersma@×××××.com> wrote:
2 > Hello all,
3 >
4 > I am trying to install Fortran for a school project
5 > my wife is working on.
6 >
7 > Are there any installation instructions better
8 > than the following ones?:
9 >
10 > 1) http://bugs.gentoo.org/show_bug.cgi?id=117452
11 > - my question with this link is, where is this overlay
12 > directory that is mentioned?
13
14 This is talking about creating a local portage overlay for your own
15 ebuilds. You can set PORTDIR_OVERLAY=/usr/local/portage in
16 /etc/make.conf, and then create your own portage tree under
17 /usr/local/portage [1].
18
19 You really should not mess with overlays unless you really know what
20 you are doing. However, you generally start by either:
21
22 1. Copying an existing category/package directory from the official
23 tree, and hacking on it your overlay. This is useful if you want to
24 do a version bump or apply a patch that is not in the offical tree.
25
26 2. Creating your own category/package directory, and adding your own
27 ebuilds and/or patches.
28
29 Once you have created your ebuild, "ebuild <path_to_ebuild> digest"
30 will generate the MANIFEST and other necessary files.
31
32 However, dev-lang/ifc already exists. If you want the latest 9.0.031
33 version, you'll have to accept the ~arch keyword, but this is
34 certainly a lot easier than trying to maintain your own overlay.
35
36 -Richard
37
38 [1] http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3&chap=5
39 --
40 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerging IFC - Intel Fortran Compiler Richard Broersma Jr <rabroersma@×××××.com>