pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files *** empty log message ***



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2d94b1b9162
branches:  trunk
changeset: 352313:a2d94b1b9162
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Sep 12 12:18:43 2016 +0000

description:
*** empty log message ***

diffstat:

 doc/guide/files/configuring.xml |  29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)

diffs (43 lines):

diff -r 134bcfd09193 -r a2d94b1b9162 doc/guide/files/configuring.xml
--- a/doc/guide/files/configuring.xml   Mon Sep 12 12:18:13 2016 +0000
+++ b/doc/guide/files/configuring.xml   Mon Sep 12 12:18:43 2016 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: configuring.xml,v 1.50 2016/07/10 07:43:23 rillig Exp $ -->
+<!-- $NetBSD: configuring.xml,v 1.51 2016/09/12 12:18:43 maya Exp $ -->
 
 <chapter id="configuring">
   <title>Configuring pkgsrc</title>
@@ -286,6 +286,33 @@
          install one of the GCC packages to use instead.</para>
        </listitem>
       </varlistentry>
+
+      <varlistentry>
+       <term><varname>PYTHON_DEFAULT_VERSION</varname>:</term>
+       <listitem>
+         <para>Specifies which version of python to use when several
+         options are available.</para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry>
+       <term><varname>PKGSRC_FORTRAN</varname>:</term>
+       <listitem>
+         <para>Specifies the fortran compiler to use.
+         The default is <varname>g95</varname>, and
+         <varname>gfortran</varname> is an alternative.</para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry>
+       <term><varname>GFORTRAN_VERSION</varname>:</term>
+       <listitem>
+         <para>If <varname>PKGSRC_FORTRAN</varname><literal>=</literal>
+         <varname>gfortran</varname> is used, this option specifies which
+         version to use.</para>
+       </listitem>
+      </varlistentry>
+
     </variablelist>
   </sect2>
 



Home | Main Index | Thread Index | Old Index