summaryrefslogtreecommitdiff
path: root/scipy_distutils/gnufcompiler.py
Commit message (Expand)AuthorAgeFilesLines
* renamed directoriesTravis Oliphant2005-09-141-209/+0
* Firstly, fix FORTRAN fix for Fink.Robert Kern2005-03-121-22/+13
* OSX fix for g77Robert Kern2005-03-111-4/+23
* Switch to -O2 for gcc <= 3.3.3 rather than gcc == 3.3.3.jmiller2005-01-071-1/+1
* Using -O2 with gcc-3.3.3 to avoid test failures.Pearu Peterson2004-11-301-1/+7
* Minor modif.Pearu Peterson2004-11-111-6/+7
* Added has_sse3 and gcc-3.4 flags for Opteron and Athlon 64 cpus.Pearu Peterson2004-10-041-0/+10
* Fixed find_executable(exe) when exe is symbolic link (as for example g77->/us...Pearu Peterson2004-04-221-0/+1
* Fixed Apple python testPearu Peterson2004-03-131-1/+1
* Use -framework Python only with apple python, fink python does not need it (a...Pearu Peterson2004-03-121-1/+5
* Fixed linking flags for darwinPearu Peterson2004-02-181-1/+1
* Fixed typoPearu Peterson2004-02-171-1/+1
* darwin: using -framework Python when linkingPearu Peterson2004-02-171-8/+10
* Reduced scipy_distutils verbosityPearu Peterson2004-02-131-3/+3
* Using ext.language to find correct linker. Fixed doubles libraries in linking...Pearu Peterson2004-02-111-2/+2
* Scipy builds under cygwin with build_src branch.Pearu Peterson2004-02-051-4/+7
* fcompiler classesPearu Peterson2004-01-311-8/+6
* Fix some functions to work with scalars. Fix typo in gnufcompiler.Travis Oliphant2004-01-301-1/+1
* disabled -march flag for win32 -- was breaking compile of specfun.f (internal...Travis Vaught2004-01-191-1/+3
* Fixed gnu version_pattern (final)Pearu Peterson2004-01-191-2/+2
* Fixed gnu version_pattern (2nd try)Pearu Peterson2004-01-191-1/+7
* Fixed gnu version_patternPearu Peterson2004-01-191-1/+1
* Refactoring build_flib.py (to follow and use standard distutils conventions a...Pearu Peterson2004-01-191-0/+166