summaryrefslogtreecommitdiff
path: root/scipy_distutils/intelfcompiler.py
Commit message (Collapse)AuthorAgeFilesLines
* renamed directoriesTravis Oliphant2005-09-141-174/+0
|
* Applied patch from scipy issue 189.Pearu Peterson2004-09-291-1/+1
|
* Fixed compiler choice for .f files containing f90 code in free format.Pearu Peterson2004-09-011-0/+6
|
* Fixed intel compiler warnings, using -72 for compiling F77 sourcesPearu Peterson2004-03-061-2/+2
|
* fcompiler classesPearu Peterson2004-01-311-3/+10
|
* Added lahey,pg compilers, renamed forte to sun.Pearu Peterson2004-01-191-1/+43
|
* Refactoring build_flib.py (to follow and use standard distutils conventions ↵Pearu Peterson2004-01-191-0/+119
and tools). It's work in-progress. Sending the output of 'python fcompiler.py --verbose' would be a great help if you have other than intel and gnu compilers installed.