summaryrefslogtreecommitdiff
path: root/scipy_distutils/ccompiler.py
Commit message (Collapse)AuthorAgeFilesLines
* renamed directoriesTravis Oliphant2005-09-141-332/+0
|
* Backporting CCompiler.compiler hacks to Python <=2.2 distutils, fixes scipy ↵Pearu Peterson2004-09-281-0/+3
| | | | issue 188.
* Fixed absoft version pattern. Wrapped distutils gen_lib_options: ↵Pearu Peterson2004-06-071-0/+15
| | | | fcompiler.library_dir_option may return a list.
* Absoft requires win32 path even when called from cygwin environment.Pearu Peterson2004-06-011-2/+5
|
* Fix distutils.util.split_quoted for white-space-less words in quotes.Pearu Peterson2004-05-191-0/+56
|
* Improved debug messagesPearu Peterson2004-03-311-3/+2
|
* Reduced debugging messagesPearu Peterson2004-03-281-6/+7
|
* Be verbose when command returns failure status.Pearu Peterson2004-03-261-3/+1
|
* Fixed dependency libraries on absoft compiler.Travis Oliphant2004-03-111-6/+0
|
* fix to get MSVC compilers working.Eric Jones2004-03-101-1/+9
|
* Fixed several issues with msvc support.Pearu Peterson2004-03-071-1/+1
|
* Resolve relative paths in object_filenames: they caused lots of confusion ↵Pearu Peterson2004-03-061-0/+27
| | | | when F90 module files ended up in wrong places
* Fixes to use msvc linker on windowsTravis Oliphant2004-03-051-6/+5
|
* Remove dummy cc_args from Fcompiler class so that include files get used for ↵Travis Oliphant2004-03-041-2/+1
| | | | Fortan.
* Fixed compiler so that Fortran files are built in order specified in sources ↵Travis Oliphant2004-03-041-2/+18
| | | | list
* Added flavor info to fortran compilation message.Pearu Peterson2004-02-261-1/+1
|
* Moved get_version to ccompiler.py.Pearu Peterson2004-02-201-0/+27
|
* Fixed fcompiler search mechanism (it seems that implementation of compiler ↵Pearu Peterson2004-02-201-15/+21
| | | | search hooks in standard distutils is incomplete).
* Added C++ support to build_clib.Pearu Peterson2004-02-191-2/+14
|
* Forcing new_compiler provided by scipy_distutils (this should fix 'unable to ↵Pearu Peterson2004-02-171-0/+2
| | | | load module' error when using --compiler=mingw32)
* Using new.instancemethod to override distutils internal methods - this is ↵Pearu Peterson2004-02-131-1/+102
| | | | very robust that avoids using nasty import hacks.
* Disabled debug messages. On WinXP MSYS defines MSYSTEM instead of OSTYPE.Pearu Peterson2004-02-061-1/+2
|
* Scipy builds under cygwin with build_src branch.Pearu Peterson2004-02-051-1/+3
|
* Got scipy_core to build on win32 with new build_src hooksPearu Peterson2004-02-041-0/+63