Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply ifort.patch from ticket #1372 to allow Intel Fortran Compiler 11.1 to ↵ | Travis Oliphant | 2010-01-24 | 1 | -3/+15 |
| | | | | be called by numpy.distutils. | ||||
* | 3K: distutils: remove unnecessary non-ascii characters in intel.py | Pauli Virtanen | 2009-12-06 | 1 | -8/+0 |
| | |||||
* | Fix print statements in fcompiler for python3. | David Cournapeau | 2009-12-03 | 1 | -1/+1 |
| | |||||
* | BUG: update version_match for recent version of ifort for IA-64 (#1145). | David Cournapeau | 2009-06-20 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | * 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. | ||||
* | Add support for aliases for Fortran compilers. | cookedm | 2007-07-06 | 1 | -0/+3 |
| | | | | - 'g77' for gnu, 'gfortran' for gnu95, 'ifort' for intel | ||||
* | Better version handling in fcompiler | cookedm | 2007-06-15 | 1 | -23/+21 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Updated intel compiler arch flags -- intel compiler users should recheck ↵ | Pearu Peterson | 2007-06-05 | 1 | -2/+20 |
| | | | | these options. | ||||
* | fix my mistake in fcompiler/absoft.py and fcompiler/intel.py | cookedm | 2007-05-28 | 1 | -9/+9 |
| | |||||
* | Better temporary file handling by using one temporary directory for | cookedm | 2007-05-28 | 1 | -10/+13 |
| | | | | numpy.distutils, and removing that at exit. Replaces using tempfile.mktemp. | ||||
* | distutils: clean up imports (found by running pyflakes) | cookedm | 2007-05-25 | 1 | -3/+0 |
| | |||||
* | merge from distutils-revamp branch (step 2) | cookedm | 2007-05-25 | 1 | -39/+40 |
| | | | | | | - fcompiler changes. All flags, executables, etc., should be overridable by the user with config_fc (either command line or setup.cfg) or by environment variables | ||||
* | #520: don't add arch-specific flags when linking with Intel Fortran | cookedm | 2007-05-15 | 1 | -1/+0 |
| | |||||
* | Better version handling for gnu and intel Fortran compilers | cookedm | 2007-04-22 | 1 | -12/+17 |
| | | | | | | | | | - gnu compilers check if the version is >= 4, in which case it's gfortran - add a test file for gnu compiler check - simplify version matching on intel compilers to be more flexible - add FCompiler.find_executables so that subclasses can find executables at .customize() time, instead of when the class is created. | ||||
* | Fix missing comment characters in intel.py. Check for None in .reshape and ↵ | Travis Oliphant | 2006-10-19 | 1 | -4/+4 |
| | | | | .resize | ||||
* | Add Intel Itanium compiler 9.x support (needs testing). | Pearu Peterson | 2006-10-19 | 1 | -6/+11 |
| | |||||
* | fix #234: IntelVisualFCompiler is broken | cookedm | 2006-08-08 | 1 | -3/+0 |
| | |||||
* | fix arch flags for ifort on machines in em64t mode | cookedm | 2006-07-17 | 1 | -0/+6 |
| | |||||
* | Add Intel EM64T Fortran Compiler support. | Pearu Peterson | 2006-04-09 | 1 | -2/+23 |
| | |||||
* | Applied http://projects.scipy.org/scipy/numpy/ticket/39 | Pearu Peterson | 2006-03-31 | 1 | -4/+9 |
| | |||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -4/+4 |
| | |||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+174 |