nightmorph 06/12/18 21:47:19 Modified: hpc-howto.xml Log: added nptl and nptlonly (standard system USE flags) to the HPC howto for bug 158491
Revision Changes Path 1.13 xml/htdocs/doc/en/hpc-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/hpc-howto.xml?rev=1.13&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/hpc-howto.xml?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/hpc-howto.xml?r1=1.12&r2=1.13 Index: hpc-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- hpc-howto.xml 2 Nov 2006 19:13:17 -0000 1.12 +++ hpc-howto.xml 18 Dec 2006 21:47:19 -0000 1.13 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v 1.12 2006/11/02 19:13:17 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v 1.13 2006/12/18 21:47:19 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/hpc-howto.xml"> @@ -35,8 +35,8 @@ System into a High Performance Computing (HPC) system. </abstract> -<version>1.5</version> -<date>2006-11-02</date> +<version>1.6</version> +<date>2006-12-18</date> <chapter> <title>Introduction</title> @@ -85,20 +85,20 @@ </note> <p> -During the installation process, you will have to set your USE variables in -<path>/etc/make.conf</path>. We recommended that you deactivate all the -defaults (see <path>/etc/make.profile/make.defaults</path>) by negating them -in make.conf. However, you may want to keep such use variables as x86, 3dnow, -gpm, mmx, sse, ncurses, pam and tcpd. Refer to the USE documentation for more -information. +During the installation process, you will have to set your USE variables in +<path>/etc/make.conf</path>. We recommended that you deactivate all the +defaults (see <path>/etc/make.profile/make.defaults</path>) by negating them in +make.conf. However, you may want to keep such use variables as x86, 3dnow, gpm, +mmx, nptl, nptlonly, sse, ncurses, pam and tcpd. Refer to the USE documentation +for more information. </p> <pre caption="USE Flags"> -USE="-oss 3dnow -apm -arts -avi -berkdb -crypt -cups -encode -gdbm --gif gpm -gtk -imlib -java -jpeg -kde -gnome -libg++ -libwww -mikmod -mmx -motif -mpeg ncurses -nls -oggvorbis -opengl pam -pdflib -png --python -qt3 -qt4 -qtmt -quicktime -readline -sdl -slang -spell -ssl --svga tcpd -truetype -X -xml2 -xv -zlib" +USE="-oss 3dnow -apm -arts -avi -berkdb -crypt -cups -encode -gdbm -gif gpm -gtk +-imlib -java -jpeg -kde -gnome -libg++ -libwww -mikmod mmx -motif -mpeg ncurses +-nls nptl nptlonly -oggvorbis -opengl pam -pdflib -png -python -qt3 -qt4 -qtmt +-quicktime -readline -sdl -slang -spell -ssl -svga tcpd -truetype -X -xml2 -xv +-zlib" </pre> <p> -- [email protected] mailing list
