Changeset 7fc2719


Ignore:
Timestamp:
07/22/2024 06:01:03 AM (8 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
17a7c07
Parents:
7304b06b
Message:

Update to numpy-2.0.1 (Python module).

Files:
3 edited

Legend:

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

    r7304b06b r7fc2719  
    88  <!ENTITY numpy-download-ftp  " ">
    99  <!ENTITY numpy-md5sum        "&numpy-md5sum;">
    10   <!ENTITY numpy-size          "17 MB">
    11   <!ENTITY numpy-buildsize     "101 MB (add 48 MB for tests)">
     10  <!ENTITY numpy-size          "18 MB">
     11  <!ENTITY numpy-buildsize     "104 MB (add 48 MB for tests)">
    1212  <!ENTITY numpy-time          "0.6 SBU (add 1.1 SBU for tests)">
    1313]>
     
    118118source testenv/bin/activate                    &amp;&amp;
    119119pip3 install hypothesis                        &amp;&amp;
    120 <!-- no && because of a possible error -->
    121120python -c "import numpy, sys; sys.exit(numpy.test() is False)"
    122121deactivate</userinput></screen>
     122
     123<!-- no && for actual test because of a possible error -->
    123124
    124125      <para>
     
    127128             test_f2py2e.py::test_no_py312_distutils_fcompiler
    128129             2 failed, 45996 passed, 2349 skipped, 2785 deselected, 58 xfailed,
    129                            5 xpassed in 120.86s (0:02:00) -->
     130                           5 xpassed in 120.86s (0:02:00)
     131
     132             For 2.0.1 (bdubbs):
     133             FAILED ../f2py/tests/test_f2py2e.py::test_untitled_cli
     134             FAILED ../f2py/tests/test_f2py2e.py::test_no_py312_distutils_fcompiler
     135             2 failed, 46029 passed, 2349 skipped, 2789 deselected, 58 xfailed,
     136                           5 xpassed in 119.77s (0:01:59)
     137        -->
    130138      </para>
    131139
  • introduction/welcome/changelog.xml

    r7304b06b r7fc2719  
    3939    </listitem>
    4040    -->
     41    <listitem>
     42      <para>July 22nd, 2024</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[bdubbs] - Update to numpy-2.0.1 (Python module). Fixes
     46          <ulink url="&blfs-ticket-root;20123">#20123</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
    4151    <listitem>
    4252      <para>July 21st, 2024</para>
  • packages.ent

    r7304b06b r7fc2719  
    598598<!ENTITY mako-version                 "1.3.5">
    599599<!ENTITY mako-md5sum                  "0cf9ef37c1f8ffd453ef2b2a3a5573b3">
    600 <!ENTITY numpy-version                "2.0.0">
    601 <!ENTITY numpy-md5sum                 "a180aaba9982c6e15da6db62dab5eb4e">
     600<!ENTITY numpy-version                "2.0.1">
     601<!ENTITY numpy-md5sum                 "5df3c50fc124c3167404d396115898d0">
    602602<!ENTITY ply-version                  "3.11">
    603603<!ENTITY ply-md5sum                   "6465f602e656455affcd7c5734c638f8">
Note: See TracChangeset for help on using the changeset viewer.