source: general/prog/python-modules/numpy.xml@ 08c67d6

12.2 gimp3 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 08c67d6 was 32ae434, checked in by Bruce Dubbs <bdubbs@…>, 3 months ago

Update to numpy-2.0.0 (Python module).

  • Property mode set to 100644
File size: 5.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../../general.ent">
5 %general-entities;
6
7 <!ENTITY numpy-download-http "https://files.pythonhosted.org/packages/source/n/numpy/numpy-&numpy-version;.tar.gz">
8 <!ENTITY numpy-download-ftp " ">
9 <!ENTITY numpy-md5sum "&numpy-md5sum;">
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)">
13]>
14
15 <sect2 id="numpy" xreflabel="NumPy-&numpy-version;">
16
17 <title>NumPy-&numpy-version;</title>
18
19 <indexterm zone="numpy">
20 <primary sortas="a-numpy">numpy</primary>
21 </indexterm>
22
23 <sect3 role="package">
24 <title>Introduction to NumPy Module</title>
25
26 <para>
27 <application>NumPy</application> is the fundamental package for
28 scientific computing with Python.
29 </para>
30
31 &lfs121_checked;
32
33 <bridgehead renderas="sect4">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>
37 Download (HTTP): <ulink url="&numpy-download-http;"/>
38 </para>
39 </listitem>
40 <listitem>
41 <para>
42 Download (FTP): <ulink url="&numpy-download-ftp;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download MD5 sum: &numpy-md5sum;
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download size: &numpy-size;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Estimated disk space required: &numpy-buildsize;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated build time: &numpy-time;
63 </para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect4">NumPy Dependencies</bridgehead>
68
69 <bridgehead renderas="sect5">Required</bridgehead>
70 <para role="required">
71 <xref linkend="cython"/>,
72 <xref linkend="meson_python"/>, and
73 <xref linkend="pyproject-metadata"/>
74 </para>
75
76<!-- <bridgehead renderas="sect5">Recommended</bridgehead>
77 <para role="recommended">
78 <xref linkend="setuptools_scm"/>
79 </para>-->
80
81 <bridgehead renderas="sect5">Optional</bridgehead>
82 <para role="optional">
83 fortran from <xref linkend="gcc"/>,
84 <ulink url="https://www.netlib.org/lapack/">lapack and cblas</ulink>, and
85 <ulink url="https://www.openblas.net/">openblas</ulink>
86 </para>
87
88 <bridgehead renderas="sect5">Optional (for testing)</bridgehead>
89 <para role="optional">
90 <xref linkend="attrs"/>,
91 <xref linkend="pytest"/>,
92 <xref linkend="pytz"/>, and
93 <ulink url="https://pypi.org/project/hypothesis/">hypothesis</ulink>
94 </para>
95
96 </sect3>
97
98 <sect3 role="installation">
99 <title>Installation of NumPy</title>
100
101 <para> Build the module: </para>
102
103<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir -Csetup-args=-Dallow-noblas=true $PWD</userinput></screen>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>&install-wheel; numpy</userinput></screen>
110
111 <para>
112 The installation can be tested with the following commands:
113 </para>
114
115<screen remap="test"><userinput>
116mkdir -p test &amp;&amp;
117cd test &amp;&amp;
118python3 -m venv --system-site-packages testenv &amp;&amp;
119source testenv/bin/activate &amp;&amp;
120pip3 install hypothesis &amp;&amp;
121<!-- no && because of a possible error -->
122python -c "import numpy, sys; sys.exit(numpy.test() is False)"
123deactivate</userinput></screen>
124
125 <para>
126 Two tests, out of over 48000 tests, are known to fail.
127 <!-- test_f2py2e.py::test_untitled_cli,
128 test_f2py2e.py::test_no_py312_distutils_fcompiler
129 2 failed, 45996 passed, 2349 skipped, 2785 deselected, 58 xfailed,
130 5 xpassed in 120.86s (0:02:00) -->
131 </para>
132
133 </sect3>
134
135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="../../../xincludes/pip3-cmd-explain.xml"/>
137
138 <sect3 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>
148 f2py, f2py3 and f2py&python3-majorver; (3 copies of the same script)
149 </seg>
150 <!-- we seem not to record the solibs, see e.g. lxml, cairo
151 actually, this one has a lot, all with awkward
152 * .cpython-311-x86_64-linux-gnu.so names -->
153 <seg>None</seg>
154 <seg>
155 /usr/lib/python&python3-majorver;/site-packages/numpy
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect5">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="f2py">
166 <term><command>f2py</command></term>
167 <listitem>
168 <para>
169 is the Fortran to Python interface generator utility.
170 </para>
171 <indexterm zone="numpy f2py">
172 <primary sortas="b-f2py">f2py</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 </variablelist>
178
179 </sect3>
180
181 </sect2>
Note: See TracBrowser for help on using the repository browser.