summaryrefslogtreecommitdiff
path: root/scipy_distutils/absoftfcompiler.py
Commit message (Expand)AuthorAgeFilesLines
* renamed directoriesTravis Oliphant2005-09-141-128/+0
* Added not about -g77 and -DUNDERSCORE_G77.Pearu Peterson2005-02-031-0/+4
* Fixed absoft version pattern. Wrapped distutils gen_lib_options: fcompiler.li...Pearu Peterson2004-06-071-3/+8
* Working on absoft compiler support for mingw32.Pearu Peterson2004-06-031-6/+27
* Absoft requires win32 path even when called from cygwin environment.Pearu Peterson2004-06-011-1/+2
* Absoft: using 'f77 -K shared' for building shared libraries and -fpic for com...Pearu Peterson2004-04-201-3/+4
* Added compiler flag for versions later than Absoft 6.2 so that compiler will ...Travis Oliphant2004-03-111-0/+3
* Fixed dependency libraries on absoft compiler.Travis Oliphant2004-03-111-1/+1
* Fixes to use msvc linker on windowsTravis Oliphant2004-03-051-2/+2
* Changed library include directory to append libTravis Oliphant2004-03-041-1/+1
* Remove dummy cc_args from Fcompiler class so that include files get used for ...Travis Oliphant2004-03-041-1/+1
* Completed support for darwin native blas/lapackPearu Peterson2004-02-201-0/+4
* fcompiler classesPearu Peterson2004-01-311-0/+5
* Refactoring build_flib.py (to follow and use standard distutils conventions a...Pearu Peterson2004-01-191-0/+84