Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Add a function to get configured target for gfortran. | David Cournapeau | 2008-12-16 | 1 | -0/+11 | |
| | ||||||
* | BUG: Do not harcode fortran runtime when copying it on windows. Should fix #969. | David Cournapeau | 2008-12-16 | 1 | -2/+2 | |
| | ||||||
* | Remove cpu/arch specific optimization flags for GNU fortran compilers: they ↵ | David Cournapeau | 2008-11-06 | 1 | -97/+1 | |
| | | | | are too fragile, and are more likely not that useful anyway. | |||||
* | Fix debug mode with fortran compiler: the tuple for debug was too big, with ↵ | David Cournapeau | 2008-08-24 | 1 | -1/+1 | |
| | | | | an extra None (#539) | |||||
* | Add VisualCompaq compiler to the list of fortran compilers if platform is ↵ | David Cournapeau | 2008-03-22 | 1 | -1/+1 | |
| | | | | cygwin. | |||||
* | Fix type. Sorry about that. | Pearu Peterson | 2008-02-12 | 1 | -3/+3 | |
| | ||||||
* | hpux fortran compiler support: patch from an user feedback. | Pearu Peterson | 2008-02-12 | 1 | -2/+5 | |
| | ||||||
* | Also link with Python. | Robert Kern | 2007-12-16 | 1 | -1/+1 | |
| | ||||||
* | Typo. | Robert Kern | 2007-12-04 | 1 | -1/+1 | |
| | ||||||
* | Use the correct link parameters for shared libraries with Intel Fortran on OS X. | Robert Kern | 2007-12-04 | 1 | -0/+10 | |
| | ||||||
* | The PIC flag changed in the 10 version of the Intel Fortran compiler. | Robert Kern | 2007-12-04 | 1 | -10/+8 | |
| | ||||||
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -1/+1 | |
| | ||||||
* | distutils/fcompiler/gnu.py: add -march=k8 when cpu.is_AMD64() | cookedm | 2007-10-02 | 1 | -0/+3 | |
| | ||||||
* | Add support for universal GCC Fortran compilers on OS X (#571) | cookedm | 2007-09-10 | 1 | -0/+45 | |
| | ||||||
* | - fix specification of noopt, etc. in the config_fc command | cookedm | 2007-08-17 | 2 | -2/+10 | |
| | | | | | - check that Fortran compiler aliases aren't duplicated - don't use the superclass alias in the VAST fcompiler class | |||||
* | * Allow an Intel Fortran 10.0 for 64-bit version string that I've seen in ↵ | Robert Kern | 2007-08-03 | 1 | -1/+9 | |
| | | | | | | the wild. * Use -fPIC instead of -KPIC for said wild compiler. | |||||
* | Trying to fix Windows XP x86_64 MSVC build. | Pearu Peterson | 2007-07-27 | 1 | -1/+6 | |
| | ||||||
* | Using own quote_args, trying to fix build failures with MSVC compiler. | Pearu Peterson | 2007-07-27 | 1 | -2/+0 | |
| | ||||||
* | More fixes for building scipy with Mingw32 compilers. | Pearu Peterson | 2007-07-25 | 2 | -8/+25 | |
| | ||||||
* | Don't use _nt_quote_args as exec_command should | Pearu Peterson | 2007-07-25 | 2 | -8/+9 | |
| | | | | | | handle spaces in program path. This fixes building numpy/scipy on Windows using mingw32 g77 with full path=C:\Program Files\MinGW\g77.exe. | |||||
* | (no commit message) | Pearu Peterson | 2007-07-24 | 1 | -3/+9 | |
| | ||||||
* | Add support for aliases for Fortran compilers. | cookedm | 2007-07-06 | 3 | -11/+26 | |
| | | | | - 'g77' for gnu, 'gfortran' for gnu95, 'ifort' for intel | |||||
* | Fix build breakage. | Pearu Peterson | 2007-06-16 | 1 | -1/+1 | |
| | ||||||
* | Better version handling in fcompiler | cookedm | 2007-06-15 | 4 | -154/+153 | |
| | | | | | | | | | | | | | | | | | | | | | | * Remove FCompiler.get_version_cmd, FCompiler.get_flags_version, FCompiler.get_linker_so_cmd, and FCompiler.get_linker_exe_cmd; subclasses should do this in FCompiler.update_executables() * FCompiler attributes .compiler_f77, .version_cmd, etc., are now properties that read from the .executables dictionary. * Update intel.py and absoft.py for above * Add extra asserts for defensive programming. Most of our problems here seem to come from bad values being generated, and the error not being caught until later. * must call FCompiler.customize() before FCompiler.get_version(); command/build_ext.py and command/config.py updated * verify that commands make sense earlier -- must be None or lists of strings Also, * add IA-32 as another pattern to search for in 32-bit Intel compiler version. * minor formatting * add debugging helpers to environment.py:EnvironmentConfig class | |||||
* | add fdebug as distutils key in [config_fc] for compiler flags to use when | cookedm | 2007-06-12 | 1 | -1/+1 | |
| | | | | compiling Fortran in debug mode. | |||||
* | Fix typo. | Pearu Peterson | 2007-06-08 | 1 | -1/+1 | |
| | ||||||
* | use get_flags_version to set version cmd flags. | Pearu Peterson | 2007-06-08 | 1 | -1/+2 | |
| | ||||||
* | Updated intel compiler arch flags -- intel compiler users should recheck ↵ | Pearu Peterson | 2007-06-05 | 1 | -2/+20 | |
| | | | | these options. | |||||
* | Fix #534, introduced by r3856. The return when exe_cache had something in it | cookedm | 2007-06-03 | 1 | -3/+4 | |
| | | | | | meant that FCompiler.find_executables would be executed *once*, regardless of how many subclasses called it. | |||||
* | Reduced find_executables messages. | Pearu Peterson | 2007-06-01 | 1 | -3/+4 | |
| |