Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hpc-howto.xml
Date: Mon, 18 Dec 2006 21:47:39
Message-Id: 20061218214719.A9BAB64837@smtp.gentoo.org
1 nightmorph 06/12/18 21:47:19
2
3 Modified: hpc-howto.xml
4 Log:
5 added nptl and nptlonly (standard system USE flags) to the HPC howto for bug 158491
6
7 Revision Changes Path
8 1.13 xml/htdocs/doc/en/hpc-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/hpc-howto.xml?rev=1.13&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/hpc-howto.xml?rev=1.13&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/hpc-howto.xml?r1=1.12&r2=1.13
13
14 Index: hpc-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v
17 retrieving revision 1.12
18 retrieving revision 1.13
19 diff -u -r1.12 -r1.13
20 --- hpc-howto.xml 2 Nov 2006 19:13:17 -0000 1.12
21 +++ hpc-howto.xml 18 Dec 2006 21:47:19 -0000 1.13
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v 1.12 2006/11/02 19:13:17 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v 1.13 2006/12/18 21:47:19 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/hpc-howto.xml">
29 @@ -35,8 +35,8 @@
30 System into a High Performance Computing (HPC) system.
31 </abstract>
32
33 -<version>1.5</version>
34 -<date>2006-11-02</date>
35 +<version>1.6</version>
36 +<date>2006-12-18</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -85,20 +85,20 @@
41 </note>
42
43 <p>
44 -During the installation process, you will have to set your USE variables in
45 -<path>/etc/make.conf</path>. We recommended that you deactivate all the
46 -defaults (see <path>/etc/make.profile/make.defaults</path>) by negating them
47 -in make.conf. However, you may want to keep such use variables as x86, 3dnow,
48 -gpm, mmx, sse, ncurses, pam and tcpd. Refer to the USE documentation for more
49 -information.
50 +During the installation process, you will have to set your USE variables in
51 +<path>/etc/make.conf</path>. We recommended that you deactivate all the
52 +defaults (see <path>/etc/make.profile/make.defaults</path>) by negating them in
53 +make.conf. However, you may want to keep such use variables as x86, 3dnow, gpm,
54 +mmx, nptl, nptlonly, sse, ncurses, pam and tcpd. Refer to the USE documentation
55 +for more information.
56 </p>
57
58 <pre caption="USE Flags">
59 -USE="-oss 3dnow -apm -arts -avi -berkdb -crypt -cups -encode -gdbm
60 --gif gpm -gtk -imlib -java -jpeg -kde -gnome -libg++ -libwww -mikmod
61 -mmx -motif -mpeg ncurses -nls -oggvorbis -opengl pam -pdflib -png
62 --python -qt3 -qt4 -qtmt -quicktime -readline -sdl -slang -spell -ssl
63 --svga tcpd -truetype -X -xml2 -xv -zlib"
64 +USE="-oss 3dnow -apm -arts -avi -berkdb -crypt -cups -encode -gdbm -gif gpm -gtk
65 +-imlib -java -jpeg -kde -gnome -libg++ -libwww -mikmod mmx -motif -mpeg ncurses
66 +-nls nptl nptlonly -oggvorbis -opengl pam -pdflib -png -python -qt3 -qt4 -qtmt
67 +-quicktime -readline -sdl -slang -spell -ssl -svga tcpd -truetype -X -xml2 -xv
68 +-zlib"
69 </pre>
70
71 <p>
72
73
74
75 --
76 gentoo-doc-cvs@g.o mailing list