summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler
Commit message (Expand)AuthorAgeFilesLines
* 2to3: Remove xreadlines and replace f.readlines() by f where valid.Charles Harris2013-03-052-2/+2
* 2to3:DEP: Remove interactive setup and gnu compiler configuration.Charles Harris2013-03-051-2/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-0116-1/+26
* Style: use 4 spaces per indentation level as per PEP8cgohlke2012-09-161-26/+26
* Fix whitespace formattingcgohlke2012-09-161-1/+1
* MAINT: update Intel Fortran compiler flags for the 21st century.Ralf Gommers2012-09-091-55/+16
* prefer gfortran over g77 and vendor compilers on OS X and LinuxAron Ahmadia2012-07-171-4/+4
* prefer gfortran (g95) over vendor compilers, g77 and g95 on OSX and Linux. ahmadia2012-06-281-8/+8
* BUG: '-framework Python' is not needed and can interfere.Robert Kern2012-05-311-1/+1
* BLD: Avoid repeatedly testing for the Fortran compiler when it is missingMark Wiebe2012-02-191-0/+8
* MAINT: update version match regexp for IBM AIX Fortran compilers.Carlos Valiente2011-12-051-1/+1
* ENH: Add 'pgfortran' as a valid compiler in the Portland Grouptim cera2011-10-231-10/+10
* ENH: Introduce new options extra_f77_compile_args and extra_f90_compile_args toPearu Peterson2011-08-201-1/+14
* BUG: Revert commit that causes many tests not to run.Charles Harris2011-08-201-14/+1
* Introduce new options extra_f77_compiler_args and extra_f90_compiler_args to ...Pearu Peterson2011-08-161-1/+14
* BUG: deal with shared lib extension in a single place. Fix ctypes.load_library.rgommers2011-06-231-6/+5
* BUG: numpy doesn't compile anymore with ifort using -O3, changing to -O1.Ralf Gommers2011-04-221-2/+2
* BUG: distutils: update HP compiler flags. Closes #1377.Ralf Gommers2011-03-301-3/+3
* BUG: distutils: change compile flag on AIX from -O5 to -O3. See #1261.Ralf Gommers2011-03-251-1/+1
* BUG: fix 64-bit Intel Fortran compiler detection. Closes #1448.rgommers2011-03-091-4/+4
* BUG: fix up shared library extension, which changed in Python 3.2. Closes #1749.rgommers2011-03-021-1/+4
* ENH: add support for the PathScale compilers on Linux. Closes #1043.rgommers2010-12-022-1/+37
* BUG: fix issue with incorrect Fortran arch flags. Closes #1399.rgommers2010-11-071-1/+31
* BUG: on Windows the sysconfig module does not contain CFLAGS info.rgommers2010-10-171-1/+4
* UPDATE: gcc-4 series do not support -mno-cygwin option.Pearu Peterson2010-10-161-7/+11
* BF - get fortran arch flags from C arch flags if availableMatthew Brett2010-10-161-25/+11
* Added Portland Group compiler support for Darwin platform (thanks to Josef Ko...Pearu Peterson2010-10-062-4/+23
* ENH: Update absoft fortran flags for v11.0.Charles Harris2010-09-251-1/+3
* BUG: distutils: make is_free_format et al. not choke on non-ascii Fortran filesPauli Virtanen2010-09-111-3/+5
* BUG: Enable compiling Fortran code on OS X for ppc64 arch.rgommers2010-06-021-8/+8
* BUG: Fix #1376, indentation problem.Travis Oliphant2010-02-041-2/+2
* Apply ifort.patch from ticket #1372 to allow Intel Fortran Compiler 11.1 to b...Travis Oliphant2010-01-242-4/+17
* BUG: fix 1087, thanks to Leek for the fix.David Cournapeau2009-12-101-16/+17
* 3K: distutils: remove unnecessary non-ascii characters in intel.pyPauli Virtanen2009-12-061-8/+0
* 3K: distutils: ordering between None and str is undefined in Py3K, so fcompil...Pauli Virtanen2009-12-061-1/+4
* 3K: distutils: there is no types.InstanceType in Py3, so don't use itPauli Virtanen2009-12-061-1/+2
* Py3k: Fix comparison when version is None.David Cournapeau2009-12-031-2/+5
* Fix version comparison when version is None.David Cournapeau2009-12-031-1/+1
* BUG: fix mixed tab/space indentation.David Cournapeau2009-12-031-10/+10
* Py3k: make fcompiler.compaq py3k-importable.David Cournapeau2009-12-031-5/+9
* Py3k: make fcompiler module py3k-importable.David Cournapeau2009-12-031-12/+16
* Fix print statements in fcompiler for python3.David Cournapeau2009-12-0315-25/+25
* Apply fix for sun compilation from beffa. Closes ticket #1248.Charles Harris2009-11-031-1/+1
* BUG: fix the detection of architectures on OS X.Robert Kern2009-09-021-4/+3
* Use subprocess instead of exec_command to detect universal archs of gfortran.David Cournapeau2009-08-271-1/+4
* Update mingw-w64 support for gfortran.David Cournapeau2009-08-261-1/+2
* Fix missing variable def in gfortran tool.David Cournapeau2009-06-301-0/+2
* Update gfortran support on win64David Cournapeau2009-06-301-3/+23
* BUG: update version_match for recent version of ifort for IA-64 (#1145).David Cournapeau2009-06-201-1/+1
* Add x86_64 arch flag if gfortran supports it.David Cournapeau2009-04-201-1/+1