Changeset 1b80763


Ignore:
Timestamp:
09/02/2023 04:48:20 PM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
eae99ef
Parents:
3864d23
git-author:
Xi Ruoyao <xry111@…> (09/02/2023 04:45:13 PM)
git-committer:
Xi Ruoyao <xry111@…> (09/02/2023 04:48:20 PM)
Message:

Add --no-cache-dir into pip3 wheel commands for Python modules

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r3864d23 r1b80763  
    4444      <para>2023-09-02</para>
    4545      <itemizedlist>
     46        <listitem>
     47           <para>[xry111] - Add --no-cache-dir option for pip3 wheel
     48           commands.  Addresses
     49           <ulink url='&blfs-ticket-root;18466'>BLFS #18466</ulink>.</para>
     50        </listitem>
    4651        <listitem>
    4752           <para>[bdubbs] - Update to vim-1837. Addresses
  • chapter08/flit-core.xml

    r3864d23 r1b80763  
    4343    <para>Build the package:</para>
    4444
    45 <screen><userinput remap="install">pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     45<screen><userinput remap="install">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>
    4646
    4747    <para>Install the package:</para>
     
    6464           <para>Instructs pip to put the created wheel into the
    6565           <filename class='directory'>dist</filename> directory.</para>
     66        </listitem>
     67      </varlistentry>
     68
     69      <varlistentry>
     70        <term><parameter>--no-cache-dir</parameter></term>
     71        <listitem>
     72          <para>Prevents pip from copying the created wheel into the
     73          <filename class='directory'>/root/.cache/pip</filename>
     74          directory.</para>
    6675        </listitem>
    6776      </varlistentry>
  • chapter08/jinja2.xml

    r3864d23 r1b80763  
    4343    <para>Build the package:</para>
    4444
    45 <screen><userinput remap="install">pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     45<screen><userinput remap="install">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>
    4646
    4747    <para>Install the package:</para>
  • chapter08/markupsafe.xml

    r3864d23 r1b80763  
    4343    <para>Compile MarkupSafe with the following command:</para>
    4444
    45 <screen><userinput remap="make">pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     45<screen><userinput remap="make">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>
    4646
    4747    <para>This package does not come with a test suite.</para>
  • chapter08/meson.xml

    r3864d23 r1b80763  
    4747    <para>Compile Meson with the following command:</para>
    4848
    49 <screen><userinput remap="make">pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     49<screen><userinput remap="make">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>
    5050
    5151    <para>The test suite requires some packages outside the scope of LFS.</para>
  • chapter08/wheel.xml

    r3864d23 r1b80763  
    4343    <para>Compile Wheel with the following command:</para>
    4444
    45 <screen><userinput remap="make">pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     45<screen><userinput remap="make">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>
    4646
    4747    <para>Install Wheel with the following command:</para>
  • general.ent

    r3864d23 r1b80763  
    104104-->
    105105<!ENTITY lfs-ticket-root "https://wiki.linuxfromscratch.org/lfs/ticket/">
     106<!ENTITY blfs-ticket-root "https://wiki.linuxfromscratch.org/blfs/ticket/">
    106107
    107108<!ENTITY anduin-sources  "https://anduin.linuxfromscratch.org/LFS">
Note: See TracChangeset for help on using the changeset viewer.