Changeset 32ae434 for general/prog


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).

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.