<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/msvc9compiler.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>MAINT: Remove unnecessary 'from __future__ import ...' statements</title>
<updated>2020-01-03T15:48:11+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-08-27T11:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ed1e9659f103260a32536b4a7615393e3b1173dc'/>
<id>ed1e9659f103260a32536b4a7615393e3b1173dc</id>
<content type='text'>
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Compilation crashes in MSVC when LIB or INCLUDE is not set</title>
<updated>2017-05-13T11:56:34+00:00</updated>
<author>
<name>David Hagen</name>
<email>david@drhagen.com</email>
</author>
<published>2017-05-13T11:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=abd97ce72c080d2504bba8fec79276105ce6aa60'/>
<id>abd97ce72c080d2504bba8fec79276105ce6aa60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fixed build break</title>
<updated>2016-10-06T22:02:51+00:00</updated>
<author>
<name>Oleksandr Pavlyk</name>
<email>oleksandr.pavlyk@intel.com</email>
</author>
<published>2016-10-06T22:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ba11cf468bef6d10dccf3b25ecb31b8e965fb803'/>
<id>ba11cf468bef6d10dccf3b25ecb31b8e965fb803</id>
<content type='text'>
Added missing import of platform_bits
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added missing import of platform_bits
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: MSVCCompiler grows 'lib' &amp; 'include' env strings exponentially.</title>
<updated>2016-08-24T16:43:29+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-08-23T00:00:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c7602711ac86d862a44470e534d96487e5d52536'/>
<id>c7602711ac86d862a44470e534d96487e5d52536</id>
<content type='text'>
Each time an MSVCCompiler was instantiated the old values of
os.environ['lib'] and os.environ['include'] were concatenated to the new
values set by initializing the distutils.msvc{,9}compiler.MSVCCompiler
base class.  Consequently when the  the old and new values of those
variables were the same, they doubled in size with each instantiation,
leading to quickly hitting the 32,768 character limit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Each time an MSVCCompiler was instantiated the old values of
os.environ['lib'] and os.environ['include'] were concatenated to the new
values set by initializing the distutils.msvc{,9}compiler.MSVCCompiler
base class.  Consequently when the  the old and new values of those
variables were the same, they doubled in size with each instantiation,
leading to quickly hitting the 32,768 character limit.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Include from __future__ boilerplate in some files missing it.</title>
<updated>2015-12-06T02:16:00+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2015-12-06T02:16:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4743f3b4454a736e2bbd8b6f116f7efaef13c406'/>
<id>4743f3b4454a736e2bbd8b6f116f7efaef13c406</id>
<content type='text'>
Some newer *.py files are missing the `from __future__` boilerplate
that helps assure Python2 and Python3 compatibility.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some newer *.py files are missing the `from __future__` boilerplate
that helps assure Python2 and Python3 compatibility.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed from distutils_MSVCCompiler to</title>
<updated>2015-09-15T11:36:01+00:00</updated>
<author>
<name>Dmitry Zagorny</name>
<email>dmitry.zagorny@intel.com</email>
</author>
<published>2015-09-14T18:07:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5ef26af9209f206c36329e0b2585b4ebdbb5f5fd'/>
<id>5ef26af9209f206c36329e0b2585b4ebdbb5f5fd</id>
<content type='text'>
distutils.msvccompiler.MSVCCompiler
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
distutils.msvccompiler.MSVCCompiler
</pre>
</div>
</content>
</entry>
<entry>
<title>Align with pep8</title>
<updated>2015-09-15T11:35:37+00:00</updated>
<author>
<name>Dmitry Zagorny</name>
<email>dmitry.zagorny@intel.com</email>
</author>
<published>2015-09-14T18:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4287a60ca1a7449063aca75688325bc7f6a5cba4'/>
<id>4287a60ca1a7449063aca75688325bc7f6a5cba4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MSVCCompiler overwrite 'lib' and 'include' environment variables. This</title>
<updated>2015-09-15T11:34:43+00:00</updated>
<author>
<name>Dmitry Zagorny</name>
<email>dmitry.zagorny@intel.com</email>
</author>
<published>2015-09-14T18:03:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=72753bbdf8736a13f1cb60c25cf8683608f46e29'/>
<id>72753bbdf8736a13f1cb60c25cf8683608f46e29</id>
<content type='text'>
behavior affect at least python 3.5 and SciPy build and build failed.
During initialization &lt;python&gt;.distutils.MSVCCompiler replace Intel
environment('include' and 'lib' paths). This fix decorate 'initialize'
function in MSVCCompiler and extend 'lib' and 'include' environment
variables. Changed compilation keys: generate optimized code
specialized for Intel processors with SSE4.2 support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
behavior affect at least python 3.5 and SciPy build and build failed.
During initialization &lt;python&gt;.distutils.MSVCCompiler replace Intel
environment('include' and 'lib' paths). This fix decorate 'initialize'
function in MSVCCompiler and extend 'lib' and 'include' environment
variables. Changed compilation keys: generate optimized code
specialized for Intel processors with SSE4.2 support.
</pre>
</div>
</content>
</entry>
</feed>
