Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | BUG: Revert commit that causes many tests not to run. | Charles Harris | 2011-08-20 | 1 | -14/+1 | |
| | | | | | | Revert "Introduce new options extra_f77_compiler_args and extra_f90_compiler_args to Configuration.add_extension. Configuration.add_library, and Extension. These options allow specifying extra compile options for compiling Fortran sources within a setup.py file." This reverts commit 43862759384a86cb4a95e8adb4d39fa1522acb28. | |||||
* | Introduce new options extra_f77_compiler_args and extra_f90_compiler_args to ↵ | Pearu Peterson | 2011-08-16 | 1 | -1/+14 | |
| | | | | Configuration.add_extension. Configuration.add_library, and Extension. These options allow specifying extra compile options for compiling Fortran sources within a setup.py file. | |||||
* | BUG: deal with shared lib extension in a single place. Fix ctypes.load_library. | rgommers | 2011-06-23 | 1 | -6/+5 | |
| | | | | | This is related to PEP 3149, tags in shared library extensions. Only applies to Linux (for now). See also #1749. | |||||
* | BUG: numpy doesn't compile anymore with ifort using -O3, changing to -O1. | Ralf Gommers | 2011-04-22 | 1 | -2/+2 | |
| | | | | Closes #1378. Thanks to Burkhard Neinhues and Christoph Gohlke. | |||||
* | BUG: distutils: update HP compiler flags. Closes #1377. | Ralf Gommers | 2011-03-30 | 1 | -3/+3 | |
| | ||||||
* | BUG: distutils: change compile flag on AIX from -O5 to -O3. See #1261. | Ralf Gommers | 2011-03-25 | 1 | -1/+1 | |
| | ||||||
* | BUG: fix 64-bit Intel Fortran compiler detection. Closes #1448. | rgommers | 2011-03-09 | 1 | -4/+4 | |
| | ||||||
* | BUG: fix up shared library extension, which changed in Python 3.2. Closes #1749. | rgommers | 2011-03-02 | 1 | -1/+4 | |
| | ||||||
* | ENH: add support for the PathScale compilers on Linux. Closes #1043. | rgommers | 2010-12-02 | 2 | -1/+37 | |
| | | | | Thanks to R. Perez. | |||||
* | BUG: fix issue with incorrect Fortran arch flags. Closes #1399. | rgommers | 2010-11-07 | 1 | -1/+31 | |
| | | | | | The basic idea here is to compare arch flags the Fortran compiler supports with the ones the C compiler receives, and throw out any superfluous ones. | |||||
* | BUG: on Windows the sysconfig module does not contain CFLAGS info. | rgommers | 2010-10-17 | 1 | -1/+4 | |
| | ||||||
* | UPDATE: gcc-4 series do not support -mno-cygwin option. | Pearu Peterson | 2010-10-16 | 1 | -7/+11 | |
| | ||||||
* | BF - get fortran arch flags from C arch flags if available | Matthew Brett | 2010-10-16 | 1 | -25/+11 | |
| | ||||||
* | Added Portland Group compiler support for Darwin platform (thanks to Josef ↵ | Pearu Peterson | 2010-10-06 | 2 | -4/+23 | |
| | | | | Koller). | |||||
* | ENH: Update absoft fortran flags for v11.0. | Charles Harris | 2010-09-25 | 1 | -1/+3 | |
| | ||||||
* | BUG: distutils: make is_free_format et al. not choke on non-ascii Fortran files | Pauli Virtanen | 2010-09-11 | 1 | -3/+5 | |
| | ||||||
* | BUG: Enable compiling Fortran code on OS X for ppc64 arch. | rgommers | 2010-06-02 | 1 | -8/+8 | |
| | | | | Thanks to David Warde-Farley. Fixes #1399. | |||||
* | BUG: Fix #1376, indentation problem. | Travis Oliphant | 2010-02-04 | 1 | -2/+2 | |
| | ||||||
* | Apply ifort.patch from ticket #1372 to allow Intel Fortran Compiler 11.1 to ↵ | Travis Oliphant | 2010-01-24 | 2 | -4/+17 | |
| | | | | be called by numpy.distutils. | |||||
* | BUG: fix 1087, thanks to Leek for the fix. | David Cournapeau | 2009-12-10 | 1 | -16/+17 | |
| | ||||||
* | 3K: distutils: remove unnecessary non-ascii characters in intel.py | Pauli Virtanen | 2009-12-06 | 1 | -8/+0 | |
| | ||||||
* | 3K: distutils: ordering between None and str is undefined in Py3K, so ↵ | Pauli Virtanen | 2009-12-06 | 1 | -1/+4 | |
| | | | | fcompiler should raise CompilerNotFound when version is undefined | |||||
* | 3K: distutils: there is no types.InstanceType in Py3, so don't use it | Pauli Virtanen | 2009-12-06 | 1 | -1/+2 | |
| | ||||||
* | Py3k: Fix comparison when version is None. | David Cournapeau | 2009-12-03 | 1 | -2/+5 | |
| | ||||||
* | Fix version comparison when version is None. | David Cournapeau | 2009-12-03 | 1 | -1/+1 | |
| | ||||||
* | BUG: fix mixed tab/space indentation. | David Cournapeau | 2009-12-03 | 1 | -10/+10 | |
| | ||||||
* | Py3k: make fcompiler.compaq py3k-importable. | David Cournapeau | 2009-12-03 | 1 | -5/+9 | |
| | ||||||
* | Py3k: make fcompiler module py3k-importable. | David Cournapeau | 2009-12-03 | 1 | -12/+16 | |
| | ||||||
* | Fix print statements in fcompiler for python3. | David Cournapeau | 2009-12-03 | 15 | -25/+25 | |
| | ||||||
* | Apply fix for sun compilation from beffa. Closes ticket #1248. | Charles Harris | 2009-11-03 | 1 | -1/+1 | |
| | ||||||
* | BUG: fix the detection of architectures on OS X. | Robert Kern | 2009-09-02 | 1 | -4/+3 | |
| | ||||||
* | Use subprocess instead of exec_command to detect universal archs of gfortran. | David Cournapeau | 2009-08-27 | 1 | -1/+4 | |
| | ||||||
* | Update mingw-w64 support for gfortran. | David Cournapeau | 2009-08-26 | 1 | -1/+2 | |
| | | | | | Gfortran does not append a leading underscore anymore, so the -fno-leading-underscore is not necessary anymore. | |||||
* | Fix missing variable def in gfortran tool. | David Cournapeau | 2009-06-30 | 1 | -0/+2 | |
| | ||||||
* | Update gfortran support on win64 | David Cournapeau | 2009-06-30 | 1 | -3/+23 | |
| | | | | | | | We don't link the gfortran runtime when built with MS compilers: there are some incompatibilities between libgfortran and dependent libraries (mingwex, etc..) and the MS C runtime. Instead, we will implement the needed function from libgfortran and compile it with MS compiler, with the MS C runtime. | |||||
* | BUG: update version_match for recent version of ifort for IA-64 (#1145). | David Cournapeau | 2009-06-20 | 1 | -1/+1 | |
| | ||||||
* | Add x86_64 arch flag if gfortran supports it. | David Cournapeau | 2009-04-20 | 1 | -1/+1 | |
| | ||||||
* | Make _can_target a function. | David Cournapeau | 2009-04-20 | 1 | -17/+14 | |
| | ||||||
* | Remove tabs and unnecessary whitespace. | Stefan van der Walt | 2009-04-16 | 1 | -2/+2 | |
| | ||||||
* | Do not detect universal flags on platform != darwin. | David Cournapeau | 2009-03-28 | 1 | -0/+2 | |
| | ||||||
* | BUG: Fix goftran universal flags settings (#1067). | David Cournapeau | 2009-03-28 | 1 | -35/+36 | |
| | | | | | | | | Arch flags were detected and set for both linkers and compiler. Since they both used the compiler_f90 as the underlying command, arch flags were added twice to the compiler command for universal detection, which rendered the verbose output of gfortran useless. | |||||
* | Trap another kind of exception for MSVC9 in compaq fcompiler. | David Cournapeau | 2009-02-25 | 1 | -0/+4 | |
| | ||||||
* | Unhelpful message for compaq fortran compiler. | David Cournapeau | 2009-02-20 | 1 | -1/+1 | |
| | ||||||
* | Trust user's specification of MACOSX_DEPLOYMENT_TARGET [patch by Brian | Stefan van der Walt | 2009-02-12 | 1 | -14/+22 | |
| | | | | Granger]. | |||||
* | ran reindent | Jarrod Millman | 2008-12-31 | 1 | -21/+21 | |
| | ||||||
* | BUG (#970): this commit should fix the actual bug, which albeeit linked to ↵ | David Cournapeau | 2008-12-27 | 1 | -0/+4 | |
| | | | | commir r6200, was caused in anoter code path. | |||||
* | Add mingw32 and mingwex libraries as runtime libraries for extensions which ↵ | David Cournapeau | 2008-12-16 | 1 | -0/+7 | |
| | | | | use fortran and are built with gfortran+MS compiler. | |||||
* | Fix overriding of library_dirs. | David Cournapeau | 2008-12-16 | 1 | -1/+1 | |
| | ||||||
* | Add target specific lib dir for gfortran on windows when msvc is the C compiler. | David Cournapeau | 2008-12-16 | 1 | -0/+15 | |
| | ||||||
* | Fix get_target. | David Cournapeau | 2008-12-16 | 1 | -1/+1 | |
| |