Ignore:
Timestamp:
07/22/2024 06:01:03 AM (2 months 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).

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