Changeset 40e6b6cb


Ignore:
Timestamp:
07/03/2024 03:41:41 PM (3 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
a649d195
Parents:
2898a70
Message:

Update to fmt-11.0.0.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/fmt.xml

    r2898a70 r40e6b6cb  
    77  <!ENTITY fmt-download-http "https://github.com/fmtlib/fmt/archive/&fmt-version;/fmt-&fmt-version;.tar.gz">
    88  <!ENTITY fmt-download-ftp  " ">
    9   <!ENTITY fmt-md5sum        "dc09168c94f90ea890257995f2c497a5">
    10   <!ENTITY fmt-size          "836 KB">
    11   <!ENTITY fmt-buildsize     "4.5 MB (add 40 MB for tests)">
    12   <!ENTITY fmt-time          "less than 0.1 SBU (add 0.2 SBU for tests)">
     9  <!ENTITY fmt-md5sum        "27ab7073990e76c426938497837fdd71">
     10  <!ENTITY fmt-size          "684 KB">
     11  <!ENTITY fmt-buildsize     "3.9 MB (add 39 MB for tests)">
     12  <!ENTITY fmt-time          "less than 0.1 SBU (add 0.2 SBU for testsi; both using parallelism=4)">
    1313]>
    1414
     
    9696cd    build &amp;&amp;
    9797
    98 cmake -DCMAKE_INSTALL_PREFIX=/usr     \
    99       -DCMAKE_INSTALL_LIBDIR=/usr/lib \
    100       -DBUILD_SHARED_LIBS=ON          \
    101       -DFMT_TEST=OFF                  \
    102       -G Ninja ..                     &amp;&amp;
     98cmake -D CMAKE_INSTALL_PREFIX=/usr     \
     99      -D CMAKE_INSTALL_LIBDIR=/usr/lib \
     100      -D BUILD_SHARED_LIBS=ON          \
     101      -D FMT_TEST=OFF                  \
     102      -G Ninja ..                      &amp;&amp;
    103103ninja</userinput></screen>
    104104
     
    119119
    120120    <para>
    121       <parameter>-DFMT_TEST=OFF</parameter>: This switch initializes
     121      <parameter>-D FMT_TEST=OFF</parameter>: This switch initializes
    122122      the package tests.  Set to ON if you wish to run tests.
    123123    </para>
  • introduction/welcome/changelog.xml

    r2898a70 r40e6b6cb  
    3939    </listitem>
    4040    -->
     41
     42    <listitem>
     43      <para>July 3rd, 2024</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[bdubbs] - Update to fmt-11.0.0. Fixes
     47          <ulink url="&blfs-ticket-root;20028">#20028</ulink>.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
    4151
    4252    <listitem>
  • packages.ent

    r2898a70 r40e6b6cb  
    109109<!ENTITY exempi-version               "2.6.5">
    110110<!ENTITY fftw-version                 "3.3.10">
    111 <!ENTITY fmt-version                  "10.2.1">
     111<!ENTITY fmt-version                  "11.0.0">
    112112<!ENTITY glib2-minor                  "2.80">
    113113<!ENTITY glib2-version                "&glib2-minor;.3">
Note: See TracChangeset for help on using the changeset viewer.