Ignore:
Timestamp:
09/05/2024 05:35:27 PM (2 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
92a62494
Parents:
c6f7b3ba
Message:

Update to numpy-2.1.1 (Python module).

File:
1 edited

Legend:

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

    rc6f7b3ba r7eeacb7  
    99  <!ENTITY numpy-md5sum        "&numpy-md5sum;">
    1010  <!ENTITY numpy-size          "18 MB">
    11   <!ENTITY numpy-buildsize     "104 MB (add 48 MB for tests)">
    12   <!ENTITY numpy-time          "0.6 SBU (add 1.1 SBU for tests)">
     11  <!ENTITY numpy-buildsize     "105 MB (add 19 MB for tests)">
     12  <!ENTITY numpy-time          "0.4 SBU (add 1.1 SBU for tests)">
    1313]>
    1414
     
    101101      <para> Build the module: </para>
    102102
    103 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir -Csetup-args=-Dallow-noblas=true $PWD</userinput></screen>
     103<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir -C setup-args=-Dallow-noblas=true $PWD</userinput></screen>
    104104
    105105      <para>
     
    118118source testenv/bin/activate                    &amp;&amp;
    119119pip3 install hypothesis                        &amp;&amp;
    120 python -c "import numpy, sys; sys.exit(numpy.test() is False)"
     120python3 -c "import numpy, sys; sys.exit(numpy.test() is False)"
    121121deactivate</userinput></screen>
    122122
Note: See TracChangeset for help on using the changeset viewer.