Changeset 32ae434


Ignore:
Timestamp:
06/17/2024 05:05:01 PM (3 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
cf2d4a2a
Parents:
0dd7a94a
Message:

Update to numpy-2.0.0 (Python module).

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules/numpy.xml

    r0dd7a94a r32ae434  
    88  <!ENTITY numpy-download-ftp  " ">
    99  <!ENTITY numpy-md5sum        "&numpy-md5sum;">
    10   <!ENTITY numpy-size          "15 MB">
    11   <!ENTITY numpy-buildsize     "91 MB (add 333 MB for tests)">
    12   <!ENTITY numpy-time          "0.4 SBU (add 2.8 SBU for tests)">
     10  <!ENTITY numpy-size          "17 MB">
     11  <!ENTITY numpy-buildsize     "101 MB (add 48 MB for tests)">
     12  <!ENTITY numpy-time          "0.6 SBU (add 1.1 SBU for tests)">
    1313]>
    1414
     
    113113      </para>
    114114
    115 <screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
     115<screen remap="test"><userinput>
     116mkdir -p test                                  &amp;&amp;
     117cd       test                                  &amp;&amp;
     118python3 -m venv --system-site-packages testenv &amp;&amp;
    116119source testenv/bin/activate                    &amp;&amp;
    117120pip3 install hypothesis                        &amp;&amp;
    118 python3 runtests.py<!-- no && because of a possible error -->
     121<!-- no && because of a possible error -->
     122python -c "import numpy, sys; sys.exit(numpy.test() is False)"
    119123deactivate</userinput></screen>
    120124
    121125      <para>
    122         Three tests, out of over 35000 tests, are known to fail.
     126        Two tests, out of over 48000 tests, are known to fail.
    123127        <!-- test_f2py2e.py::test_untitled_cli,
    124128             test_f2py2e.py::test_no_py312_distutils_fcompiler
    125              test_public_api.py::test_all_modules_are_expected
    126              3 failed, 35182 passed, 1835 skipped, 1306 deselected,
    127                           32 xfailed, 2 xpassed -->
     129             2 failed, 45996 passed, 2349 skipped, 2785 deselected, 58 xfailed,
     130                           5 xpassed in 120.86s (0:02:00) -->
    128131      </para>
    129132
  • introduction/welcome/changelog.xml

    r0dd7a94a r32ae434  
    4242      <para>June 17th, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[bdubbs] - Update to numpy-2.0.0 (Python module). Fixes
     46          <ulink url="&blfs-ticket-root;19962">#19962</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[bdubbs] - Update to icewm-3.6.0. Fixes
  • packages.ent

    r0dd7a94a r32ae434  
    597597<!ENTITY mako-version                 "1.3.5">
    598598<!ENTITY mako-md5sum                  "0cf9ef37c1f8ffd453ef2b2a3a5573b3">
    599 <!ENTITY numpy-version                "1.26.4">
    600 <!ENTITY numpy-md5sum                 "19550cbe7bedd96a928da9d4ad69509d">
     599<!ENTITY numpy-version                "2.0.0">
     600<!ENTITY numpy-md5sum                 "a180aaba9982c6e15da6db62dab5eb4e">
    601601<!ENTITY ply-version                  "3.11">
    602602<!ENTITY ply-md5sum                   "6465f602e656455affcd7c5734c638f8">
Note: See TracChangeset for help on using the changeset viewer.