<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/fcompiler/intel.py, branch revert-7191-stack_documentation</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>DOC: Comment all O1s [ci skip]</title>
<updated>2015-12-28T18:39:10+00:00</updated>
<author>
<name>Eric Larson</name>
<email>larson.eric.d@gmail.com</email>
</author>
<published>2015-12-28T18:38:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=66bd83dd9eb11d6127d222a5cfa79b4ac640fadf'/>
<id>66bd83dd9eb11d6127d222a5cfa79b4ac640fadf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FIX: Fix MKL for Linux</title>
<updated>2015-12-28T17:46:45+00:00</updated>
<author>
<name>Eric Larson</name>
<email>larson.eric.d@gmail.com</email>
</author>
<published>2015-12-28T17:46:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7cebe883b612efe2a3bf51b83917ea6cdb8f679f'/>
<id>7cebe883b612efe2a3bf51b83917ea6cdb8f679f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: do not build exclusively for SSE4.2 processors</title>
<updated>2015-10-09T23:44:39+00:00</updated>
<author>
<name>Christoph Gohlke</name>
<email>cgohlke@uci.edu</email>
</author>
<published>2015-10-09T23:44:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=95be11191f413ae06ab9baff0cf12e9d7978ed36'/>
<id>95be11191f413ae06ab9baff0cf12e9d7978ed36</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>
<entry>
<title>BUG: fix 32-bit arch flag for Intel Fortran compiler.</title>
<updated>2015-08-20T20:58:59+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2015-08-05T21:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1a576e0bcc3106c0a9585c996961f3ce9211496b'/>
<id>1a576e0bcc3106c0a9585c996961f3ce9211496b</id>
<content type='text'>
See https://software.intel.com/en-us/node/524904.  Reported in gh-6095.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://software.intel.com/en-us/node/524904.  Reported in gh-6095.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: rpath was not implemented for numpy.distutils.fcompiler</title>
<updated>2015-02-27T08:14:59+00:00</updated>
<author>
<name>Nick Papior Andersen</name>
<email>nickpapior@gmail.com</email>
</author>
<published>2015-02-27T08:14:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=525f0cd85fa270ee0fb843a8cfdd21dfe98238cd'/>
<id>525f0cd85fa270ee0fb843a8cfdd21dfe98238cd</id>
<content type='text'>
This bug-fix only applies for non gnu-compilers.

The fortran compilers in numpy inherited the Ccompier class
which had the runtime library directories NotImplemented.
Hence the compilers need to define their own runtime library
path.
I have added that information to the intel/pgi/sun compilers.
The rest are either already implemented or I do not know them.

I have tested the bug-fix with intel compilers of numpy AND the
subsequent installation of scipy (which relies on the fortran
compilers). Hence this bug will only occur when linking with
the fortran compilers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This bug-fix only applies for non gnu-compilers.

The fortran compilers in numpy inherited the Ccompier class
which had the runtime library directories NotImplemented.
Hence the compilers need to define their own runtime library
path.
I have added that information to the intel/pgi/sun compilers.
The rest are either already implemented or I do not know them.

I have tested the bug-fix with intel compilers of numpy AND the
subsequent installation of scipy (which relies on the fortran
compilers). Hence this bug will only occur when linking with
the fortran compilers.
</pre>
</div>
</content>
</entry>
<entry>
<title>DEV: Replace deprecated options for ifort.</title>
<updated>2015-02-10T16:10:20+00:00</updated>
<author>
<name>Åsmund Hjulstad</name>
<email>ahju@statoil.com</email>
</author>
<published>2015-02-10T16:10:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=713147a1c1bddfa4124f8e7396348e66c4dcbb67'/>
<id>713147a1c1bddfa4124f8e7396348e66c4dcbb67</id>
<content type='text'>
The /Qlowercase and /us options has been deprecated in the Intel Visual Fortran Compiler since at least version 2013.
Replace with /names:lowercase and /assume:underscore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The /Qlowercase and /us options has been deprecated in the Intel Visual Fortran Compiler since at least version 2013.
Replace with /names:lowercase and /assume:underscore.
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: remove "-Wl,-framework,Python" from linker flags for Intel compiler.</title>
<updated>2014-04-21T09:48:10+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2014-04-21T09:46:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f4a7cf902afabc737cd99657b46f6d73e3b8da06'/>
<id>f4a7cf902afabc737cd99657b46f6d73e3b8da06</id>
<content type='text'>
The "-Wl,-undefined,dynamic_lookup" flag is enough to make things work
with OS X bundles.  On the mailing list an issue was reported with
Anaconda (non-framework build) where f2py was picking up the system framework
Python instead of the Anaconda one.

Thanks to Robert Kern for explaining how to fix this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "-Wl,-undefined,dynamic_lookup" flag is enough to make things work
with OS X bundles.  On the mailing list an issue was reported with
Anaconda (non-framework build) where f2py was picking up the system framework
Python instead of the Anaconda one.

Thanks to Robert Kern for explaining how to fix this.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: ifort has issues with optimization flag /O2</title>
<updated>2014-04-09T03:19:15+00:00</updated>
<author>
<name>cgohlke</name>
<email>cgohlke@uci.edu</email>
</author>
<published>2014-04-09T03:19:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f97d5ca773946ed7ca5ac149f656274765007eb8'/>
<id>f97d5ca773946ed7ca5ac149f656274765007eb8</id>
<content type='text'>
Fixes scipy test failures.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes scipy test failures.</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Giant comma spacing fixup.</title>
<updated>2013-08-18T17:51:25+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-08-18T17:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fbd6510d58a47ea0d166c48a82793f05425406e4'/>
<id>fbd6510d58a47ea0d166c48a82793f05425406e4</id>
<content type='text'>
Run the 2to3 ws_comma fixer on *.py files. Some lines are now too long
and will need to be broken at some point. OTOH, some lines were already
too long and need to be broken at some point. Now seems as good a time
as any to do this with open PRs at a minimum.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run the 2to3 ws_comma fixer on *.py files. Some lines are now too long
and will need to be broken at some point. OTOH, some lines were already
too long and need to be broken at some point. Now seems as good a time
as any to do this with open PRs at a minimum.
</pre>
</div>
</content>
</entry>
</feed>
