<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/system_info.py, branch meson</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>Update system_info.py</title>
<updated>2021-12-02T23:11:50+00:00</updated>
<author>
<name>Thomas Green</name>
<email>tomgreen66@hotmail.com</email>
</author>
<published>2021-12-02T23:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=44a11064dd46b3fcc25e4946e792e42b191fe2f9'/>
<id>44a11064dd46b3fcc25e4946e792e42b191fe2f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add armpl as blas/lapack provider</title>
<updated>2021-11-16T23:12:53+00:00</updated>
<author>
<name>Thomas Green</name>
<email>tomgreen66@hotmail.com</email>
</author>
<published>2021-11-16T23:12:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=10113d6cf392e6a2077687dff386d2765700904d'/>
<id>10113d6cf392e6a2077687dff386d2765700904d</id>
<content type='text'>
Add support for ARMPL - requires ARMPL_DIR set - product page https://www.arm.com/products/development-tools/server-and-hpc/allinea-studio/performance-libraries</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for ARMPL - requires ARMPL_DIR set - product page https://www.arm.com/products/development-tools/server-and-hpc/allinea-studio/performance-libraries</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Fix LGTM.com warning</title>
<updated>2021-09-24T11:46:20+00:00</updated>
<author>
<name>Dimitri Papadopoulos</name>
<email>3234522+DimitriPapadopoulos@users.noreply.github.com</email>
</author>
<published>2021-09-24T11:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=962378bf800f859252c67da135f03e24586234f4'/>
<id>962378bf800f859252c67da135f03e24586234f4</id>
<content type='text'>
Variable defined multiple times
This assignment to 'f' is unnecessary as it is redefined here before this value is used.

This originates in 6c8412f, where the intent was clearly to try an
alternative value for f in case NameError is raised:
        f = sys.argv[0]
However, for this value to be actually used, the else: must be removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Variable defined multiple times
This assignment to 'f' is unnecessary as it is redefined here before this value is used.

This originates in 6c8412f, where the intent was clearly to try an
alternative value for f in case NameError is raised:
        f = sys.argv[0]
However, for this value to be actually used, the else: must be removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Typos found by codespell</title>
<updated>2021-09-21T18:29:43+00:00</updated>
<author>
<name>Dimitri Papadopoulos</name>
<email>3234522+DimitriPapadopoulos@users.noreply.github.com</email>
</author>
<published>2021-09-21T07:18:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=83960267dc097742cb67ef575504afa56f82b102'/>
<id>83960267dc097742cb67ef575504afa56f82b102</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: loaded extra flags when checking for libflame</title>
<updated>2021-07-29T07:18:12+00:00</updated>
<author>
<name>Carl Johnsen</name>
<email>cjjohnsen@nbi.ku.dk</email>
</author>
<published>2021-07-29T07:18:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fbd8f9a2c48fceddb10de225dc49e3d7c17c678d'/>
<id>fbd8f9a2c48fceddb10de225dc49e3d7c17c678d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: fixed indentation in crackfortran.py and removed unused variables in system_info.py</title>
<updated>2021-06-11T05:41:39+00:00</updated>
<author>
<name>default-303</name>
<email>ajayds2001@gmail.com</email>
</author>
<published>2021-06-11T05:41:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c76b76385b1a9b8672cf0855980ecfea7a8a7c6e'/>
<id>c76b76385b1a9b8672cf0855980ecfea7a8a7c6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Added comments for future refrence in core.py and system_info.py - fixed Azure linter 'line too long' error</title>
<updated>2021-05-26T12:28:53+00:00</updated>
<author>
<name>default-303</name>
<email>ajayds2001@gmail.com</email>
</author>
<published>2021-05-26T12:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b30318a031624e17b01ffa5f82853c24c5111f32'/>
<id>b30318a031624e17b01ffa5f82853c24c5111f32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Added comments for future refrence in core.py and system_info.py</title>
<updated>2021-05-26T12:23:50+00:00</updated>
<author>
<name>default-303</name>
<email>ajayds2001@gmail.com</email>
</author>
<published>2021-05-26T12:23:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=df363b0e644ba1ad2bf1815a126935f120c19860'/>
<id>df363b0e644ba1ad2bf1815a126935f120c19860</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Restored variables related to verbosity settings in system_info.py</title>
<updated>2021-05-26T10:08:21+00:00</updated>
<author>
<name>default-303</name>
<email>ajayds2001@gmail.com</email>
</author>
<published>2021-05-26T10:08:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=20285292adce85cad70c6b628a846004423ed0f6'/>
<id>20285292adce85cad70c6b628a846004423ed0f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Removed suitable unused variables shown in LGTM</title>
<updated>2021-05-26T01:59:49+00:00</updated>
<author>
<name>default-303</name>
<email>ajayds2001@gmail.com</email>
</author>
<published>2021-05-26T01:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=115ed1d8d5432ff4307d1e07819fec33bb72755c'/>
<id>115ed1d8d5432ff4307d1e07819fec33bb72755c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
