Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | merge from distutils-revamp branch (step 2) | cookedm | 2007-05-25 | 1 | -37/+26 | |
| | | | | | | - 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 | |||||
* | With gfortran, compile modern Xeon's with EM64T with -march=nocona (#515) | cookedm | 2007-05-14 | 1 | -0/+2 | |
| | ||||||
* | Better version handling for gnu and intel Fortran compilers | cookedm | 2007-04-22 | 1 | -21/+61 | |
| | | | | | | | | | - 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. | |||||
* | Make the gfortran version matching regex accept gfortran 4.3 on OS X | Robert Kern | 2007-03-25 | 1 | -1/+2 | |
| | ||||||
* | Fixed detection of Core2 CPUs (scipy ticket #349) | edschofield | 2007-02-05 | 1 | -1/+8 | |
| | ||||||
* | Revert semi-intelligent handling of MACOSX_DEPLOYMENT_TARGET to work around ↵ | Robert Kern | 2007-01-30 | 1 | -5/+6 | |
| | | | | broken MacPorts Python. | |||||
* | Generalize the setting of MACOSX_DEPLOYMENT_TARGET. | Robert Kern | 2007-01-27 | 1 | -4/+7 | |
| | ||||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -2/+1 | |
| | ||||||
* | numpy.distutils: use language flag or source file extension to select ↵ | Pearu Peterson | 2006-10-08 | 1 | -1/+3 | |
| | | | | default f77 or f90 compiler. | |||||
* | Fix bugs in gnu and vast fcompilers (should fix #214) | cookedm | 2006-07-29 | 1 | -1/+1 | |
| | ||||||
* | Fix #114: Problems with building with MSVC and GCC under Cygwin | cookedm | 2006-07-28 | 1 | -11/+34 | |
| | ||||||
* | Add power to integer scalar types. | cookedm | 2006-06-06 | 1 | -3/+3 | |
| | ||||||
* | Removed cc_dynamic from libraries list for Gnu95FCompiler (darwin). | Pearu Peterson | 2006-04-08 | 1 | -0/+6 | |
| | ||||||
* | whoops, readd cc_dynamic to libs to link with for darwin platform. | cookedm | 2006-03-21 | 1 | -2/+2 | |
| | ||||||
* | For version checking of compilers, first look for a .version_match method | cookedm | 2006-03-18 | 1 | -5/+7 | |
| | | | | | | | to call, then check the version_pattern regex if not found. Also add a simple_version_match function to ccompiler which does a fuzzy match. Update the GNU Fortran compilers to use version_match. | |||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -5/+5 | |
| | | | | extraneous whitespace | |||||
* | Fixing mingw32 building: fixes undefined referece __EH_FRAME_BEGIN__ linker ↵ | Pearu Peterson | 2006-02-18 | 1 | -1/+5 | |
| | | | | failure. | |||||
* | Applied Matthew Brett patch: clean up the logic in gnu.get_flags_arch, ↵ | Pearu Peterson | 2006-02-15 | 1 | -52/+59 | |
| | | | | support to more recent cpus. | |||||
* | Back out mistaken commit | Robert Kern | 2006-02-09 | 1 | -1/+1 | |
| | ||||||
* | Fixed join() -> os.path.join() | Robert Kern | 2006-02-09 | 1 | -1/+1 | |
| | ||||||
* | Changed -M to -J for gfortran. | Pearu Peterson | 2006-02-06 | 1 | -1/+1 | |
| | ||||||
* | Revert passing -m32 to g77 | cookedm | 2006-01-18 | 1 | -3/+3 | |
| | ||||||
* | added passing optional context to the __array__ method | sasha | 2006-01-18 | 1 | -1/+1 | |
| | ||||||
* | 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/+244 | |