summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler/gnu.py
Commit message (Expand)AuthorAgeFilesLines
* Removed cc_dynamic from libraries list for Gnu95FCompiler (darwin).Pearu Peterson2006-04-081-0/+6
* whoops, readd cc_dynamic to libs to link with for darwin platform.cookedm2006-03-211-2/+2
* For version checking of compilers, first look for a .version_match methodcookedm2006-03-181-5/+7
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-5/+5
* Fixing mingw32 building: fixes undefined referece __EH_FRAME_BEGIN__ linker f...Pearu Peterson2006-02-181-1/+5
* Applied Matthew Brett patch: clean up the logic in gnu.get_flags_arch, suppor...Pearu Peterson2006-02-151-52/+59
* Back out mistaken commitRobert Kern2006-02-091-1/+1
* Fixed join() -> os.path.join()Robert Kern2006-02-091-1/+1
* Changed -M to -J for gfortran.Pearu Peterson2006-02-061-1/+1
* Revert passing -m32 to g77cookedm2006-01-181-3/+3
* added passing optional context to the __array__ methodsasha2006-01-181-1/+1
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-4/+4
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+244