Skip to content

Commit

Permalink
Updated INSTALL.txt, fixed markup
Browse files Browse the repository at this point in the history
  • Loading branch information
edschofield committed Feb 19, 2006
1 parent cc9a850 commit 319695d
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions INSTALL.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Building and installing SciPy
:Modified by: Ed Schofield <edschofield@gmail.com> :Modified by: Ed Schofield <edschofield@gmail.com>
:Last changed: $Date$ :Last changed: $Date$
:Revision: $Revision$ :Revision: $Revision$
:Discussions to: scipy-dev@scipy.org :Discussions to: scipy-user@scipy.org


See http://new.scipy.org/Wiki/Installing_SciPy See http://new.scipy.org/Wiki/Installing_SciPy
for updates of this document. for updates of this document.
Expand All @@ -32,7 +32,7 @@ SciPy requires the following software installed:


__ http://www.python.org __ http://www.python.org


2) NumPy__ 0.9.4 or newer 2) NumPy__ 0.9.5 or newer


__ http://www.numpy.org/ __ http://www.numpy.org/


Expand Down Expand Up @@ -180,20 +180,14 @@ NOTES
GETTING SCIPY GETTING SCIPY
============= =============


For the latest information, see the Wiki site For the latest information, see the web site:

http://new.scipy.org/Wiki

The main website is:


http://www.scipy.org http://www.scipy.org


but this is currently out of date (as of January 2006).



Development version from Subversion (SVN) Development version from Subversion (SVN)
---------------------------- -----------------------------------------
Use the command: Use the command::


svn co http://svn.scipy.org/svn/scipy/trunk scipy svn co http://svn.scipy.org/svn/scipy/trunk scipy


Expand Down Expand Up @@ -258,7 +252,8 @@ gcc__ 3.x compilers are recommended. gcc 4.0.x also works on some
platforms (e.g. Linux x86). SciPy is not fully compatible with gcc platforms (e.g. Linux x86). SciPy is not fully compatible with gcc
4.0.x on OS X. If building on OS X, we recommend you use gcc 3.3, by 4.0.x on OS X. If building on OS X, we recommend you use gcc 3.3, by
typing: typing:
gcc_select 3.3
gcc_select 3.3


You can specify which Fortran compiler to use by using the following You can specify which Fortran compiler to use by using the following
install command:: install command::
Expand All @@ -267,12 +262,14 @@ install command::


To see a valid list of <Vendor> names, run:: To see a valid list of <Vendor> names, run::


python setup.py config_fc --help-fcompiler python setup.py config_fc --help-fcompiler


IMPORTANT: It is highly recommended that all libraries that scipy uses IMPORTANT: It is highly recommended that all libraries that scipy uses
(e.g. blas and atlas libraries) are built with the same Fortran (e.g. blas and atlas libraries) are built with the same Fortran
compiler. compiler.


__ http://gcc.gnu.org/

Using non-GNU Fortran compiler with gcc/g77 compiled Atlas/Lapack libraries Using non-GNU Fortran compiler with gcc/g77 compiled Atlas/Lapack libraries
--------------------------------------------------------------------------- ---------------------------------------------------------------------------


Expand Down

0 comments on commit 319695d

Please sign in to comment.