summaryrefslogtreecommitdiff
path: root/scipy_distutils
Commit message (Collapse)AuthorAgeFilesLines
* renamed directoriesTravis Oliphant2005-09-1476-9532/+0
|
* Patch submitted by Matt Fishburn <fishburn@MIT.EDU>, adds support for fftw3.Fernando Perez2005-07-221-22/+44
|
* Fixed bug.Pearu Peterson2005-07-111-1/+1
|
* Improved build_ext --backends support, setup.py files should not use ↵Pearu Peterson2005-03-243-22/+41
| | | | numpy_info anymore, build_src takes care of that.
* Added swig_opts introduced in Py2.4Pearu Peterson2005-03-241-0/+7
|
* Fixed bug in build_ext --backend support, expose also ext. module private ↵Pearu Peterson2005-03-221-2/+9
| | | | names to backend wrapper.
* Added g95 compiler support (thanks to Bill McLean)Pearu Peterson2005-03-222-5/+48
|
* Fixed the detection of __file__ existence.Pearu Peterson2005-03-131-4/+4
|
* Firstly, fix FORTRAN fix for Fink.Robert Kern2005-03-121-22/+13
|
* OSX fix for g77Robert Kern2005-03-111-4/+23
|
* Introduced --backends option for build_ext command, when used then also ↵Pearu Peterson2005-03-082-3/+116
| | | | build_src must be specified.
* Applied patch by Brent Leback from the PG.Pearu Peterson2005-03-081-1/+1
|
* Added not about -g77 and -DUNDERSCORE_G77.Pearu Peterson2005-02-031-0/+4
|
* Fixed version numbers.Pearu Peterson2005-01-291-5/+12
|
* Merged numarray branch onto the main trunk.jmiller2005-01-102-2/+1
|\
| * Pearu's ATLAS detection fix for Python built in debug mode. In debugjmiller2005-01-101-1/+1
| | | | | | | | mode there's extra ref count output which was screwing things up.
| * Switch to -O2 for gcc <= 3.3.3 rather than gcc == 3.3.3.jmiller2005-01-071-1/+1
| |
* | Try harder to find ATLAS version.Pearu Peterson2004-12-211-1/+1
|/
* Using -O2 with gcc-3.3.3 to avoid test failures.Pearu Peterson2004-11-301-1/+7
|
* Doc fixes for livedocs.Pearu Peterson2004-11-271-22/+22
|
* Bug fixes in from_template. Added docs for livedocs.Pearu Peterson2004-11-214-62/+105
|
* Revised from_template (bug fixes, new features, support including .src files).Pearu Peterson2004-11-192-143/+185
|
* Added support to use additional libraries.Pearu Peterson2004-11-151-4/+31
|
* Minor modif.Pearu Peterson2004-11-111-6/+7
|
* set_verbosity returns previous verbosity level.Pearu Peterson2004-11-061-1/+2
|
* Added missing numpy_info usages. Bug fixes.Pearu Peterson2004-11-061-0/+2
|
* Introduced PTATLAS env variable, allows to disable threaded atlas. ↵Pearu Peterson2004-11-061-8/+28
| | | | system_info.py shows info classes specified in command line or all if none given.
* Fixed atlas,lapack names for freebsd.Pearu Peterson2004-11-021-3/+11
|
* Fixing setup.py build_ext -O..Pearu Peterson2004-10-291-2/+6
|
* Minor fix.Pearu Peterson2004-10-281-1/+1
|
* Fixed undefined symbol error in importing atlas_version ext. module when ↵Pearu Peterson2004-10-151-0/+2
| | | | using 3.2.1_pre3.3.6 atlas libraries.
* Fixed from_template so it doesn't lowercase automaticallyTravis Oliphant2004-10-121-18/+8
|
* Merge from v0_3_2 branch.Pearu Peterson2004-10-071-8/+11
|\
| * Improve resource detection when prefix is given in env. variable.Pearu Peterson2004-10-071-8/+11
| |
| * Fixing 0.3.2 release branch.Pearu Peterson2004-10-072-8/+15
|/
* Increased micro version number and undone 0.3.2 release.Pearu Peterson2004-10-072-2/+2
|
* Prepearing for the 0.3.2 release.Pearu Peterson2004-10-072-2/+2
|
* Added has_sse3 and gcc-3.4 flags for Opteron and Athlon 64 cpus.Pearu Peterson2004-10-042-0/+13
|
* Alpha is always 64-bit.Pearu Peterson2004-10-041-0/+2
|
* Added is_Athlon64 and is_64bit methods.Pearu Peterson2004-10-041-0/+19
|
* Added wrappers to iterative methodsTravis Oliphant2004-10-011-3/+15
|
* Applied patch from scipy issue 189.Pearu Peterson2004-09-292-1/+4
|
* Fixed scipy issue 190Pearu Peterson2004-09-291-1/+4
|
* Backport to Python 2.2 and earlier.Pearu Peterson2004-09-281-0/+2
|
* Added comment about requiring swig 1.3.14 or later.Pearu Peterson2004-09-281-0/+3
|
* Backporting CCompiler.compiler hacks to Python <=2.2 distutils, fixes scipy ↵Pearu Peterson2004-09-282-4/+41
| | | | issue 188.
* Fixed typos.Pearu Peterson2004-09-282-7/+7
|
* Fixed typo.Pearu Peterson2004-09-251-1/+1
|
* Clean up sys.path after scipy_distutils has been imported.Pearu Peterson2004-09-251-0/+4
|
* Introduced setup.py to make scipy_distutils as a standalone package.Pearu Peterson2004-09-252-0/+11
|