summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler/intel.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: Do not double-quote arguments passed on to the linkerEric Wieser2019-01-301-1/+4
* MAINT: distutils: trivial cleanupsxoviat2017-11-061-4/+2
* BLD: remove -xhost flag from IntelFCompiler. Closes gh-9042.Ralf Gommers2017-07-271-1/+1
* BUG: Fix Intel compilation on Unix.Charles Harris2017-06-261-2/+2
* MAINT: Update Intel compiler options.Charles Harris2017-04-191-2/+6
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-1/+1
* BLD: Remove Intel compiler flag -xSSE4.2Charles Harris2016-05-221-2/+2
* DOC: Comment all O1s [ci skip]Eric Larson2015-12-281-2/+2
* FIX: Fix MKL for LinuxEric Larson2015-12-281-2/+2
* BLD: do not build exclusively for SSE4.2 processorsChristoph Gohlke2015-10-091-1/+1
* MSVCCompiler overwrite 'lib' and 'include' environment variables. ThisDmitry Zagorny2015-09-151-15/+14
* BUG: fix 32-bit arch flag for Intel Fortran compiler.Ralf Gommers2015-08-201-1/+1
* BUG: rpath was not implemented for numpy.distutils.fcompilerNick Papior Andersen2015-02-271-0/+13
* DEV: Replace deprecated options for ifort.Åsmund Hjulstad2015-02-101-1/+1
* BLD: remove "-Wl,-framework,Python" from linker flags for Intel compiler.Ralf Gommers2014-04-211-1/+1
* BUG: ifort has issues with optimization flag /O2cgohlke2014-04-081-1/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-7/+7
* ENH: remove obsolete ifort flags, ensure generated binaries work everywhere.David Cournapeau2013-04-231-14/+5
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* MAINT: update Intel Fortran compiler flags for the 21st century.Ralf Gommers2012-09-091-55/+16
* BUG: '-framework Python' is not needed and can interfere.Robert Kern2012-05-311-1/+1
* BUG: numpy doesn't compile anymore with ifort using -O3, changing to -O1.Ralf Gommers2011-04-221-2/+2
* BUG: fix 64-bit Intel Fortran compiler detection. Closes #1448.rgommers2011-03-091-4/+4
* Apply ifort.patch from ticket #1372 to allow Intel Fortran Compiler 11.1 to b...Travis Oliphant2010-01-241-3/+15
* 3K: distutils: remove unnecessary non-ascii characters in intel.pyPauli Virtanen2009-12-061-8/+0
* Fix print statements in fcompiler for python3.David Cournapeau2009-12-031-1/+1
* BUG: update version_match for recent version of ifort for IA-64 (#1145).David Cournapeau2009-06-201-1/+1
* Also link with Python.Robert Kern2007-12-161-1/+1
* Typo.Robert Kern2007-12-041-1/+1
* Use the correct link parameters for shared libraries with Intel Fortran on OS X.Robert Kern2007-12-041-0/+10
* The PIC flag changed in the 10 version of the Intel Fortran compiler.Robert Kern2007-12-041-10/+8
* * Allow an Intel Fortran 10.0 for 64-bit version string that I've seen in the...Robert Kern2007-08-031-1/+9
* Add support for aliases for Fortran compilers.cookedm2007-07-061-0/+3
* Better version handling in fcompilercookedm2007-06-151-23/+21
* Updated intel compiler arch flags -- intel compiler users should recheck thes...Pearu Peterson2007-06-051-2/+20
* fix my mistake in fcompiler/absoft.py and fcompiler/intel.pycookedm2007-05-281-9/+9
* Better temporary file handling by using one temporary directory forcookedm2007-05-281-10/+13
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-251-3/+0
* merge from distutils-revamp branch (step 2)cookedm2007-05-251-39/+40
* #520: don't add arch-specific flags when linking with Intel Fortrancookedm2007-05-151-1/+0
* Better version handling for gnu and intel Fortran compilerscookedm2007-04-221-12/+17
* Fix missing comment characters in intel.py. Check for None in .reshape and ....Travis Oliphant2006-10-191-4/+4
* Add Intel Itanium compiler 9.x support (needs testing).Pearu Peterson2006-10-191-6/+11
* fix #234: IntelVisualFCompiler is brokencookedm2006-08-081-3/+0
* fix arch flags for ifort on machines in em64t modecookedm2006-07-171-0/+6
* Add Intel EM64T Fortran Compiler support.Pearu Peterson2006-04-091-2/+23
* Applied http://projects.scipy.org/scipy/numpy/ticket/39Pearu Peterson2006-03-311-4/+9