diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-01-13 14:24:26 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-01-13 14:24:26 -0700 |
commit | 8f37eccd23e140fa7cc06f35e8126df6cb19a67a (patch) | |
tree | 9fedfe06fe308a41fb11048b2287943ac57ec0fd | |
parent | 7c286a408f116acc9121a989f5613ec69ee89d34 (diff) | |
download | numpy-8f37eccd23e140fa7cc06f35e8126df6cb19a67a.tar.gz |
BUG: Need to keep pointer to using scons in HOWTO_RELEASE.rst.txt.
-rw-r--r-- | doc/HOWTO_RELEASE.rst.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt index 016ea58ea..b933cbecd 100644 --- a/doc/HOWTO_RELEASE.rst.txt +++ b/doc/HOWTO_RELEASE.rst.txt @@ -113,7 +113,8 @@ needs to be installed: * Python 2.5-2.7 and 3.1-3.2 * MakeNsis * CpuId plugin for MakeNsis : this can be found in the NumPy source tree under - tools/win32build/cpucaps and has to be built with MinGW. + tools/win32build/cpucaps and has to be built with MinGW (see SConstruct file in + that dir for details) * MinGW * ATLAS, 3x ([No SSE, SSE2, SSE3] for superpack installer) : ATLAS does not compile under wine or on Windows out of the box. Binaries for ATLAS can be |