summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorStan Seibert <stan@mtrr.org>2011-11-17 15:36:42 -0500
committertlatorre <tlatorre@uchicago.edu>2021-05-09 08:42:38 -0700
commitd7bab7f399b7d0df6b4064ea226417a45aa44145 (patch)
tree4cc19498e0829ab05bd2fd43b3edbf2b2cf2078b /doc/source
parentf9a4ae2b14b2b95611fc73541e6ab864ffddd533 (diff)
downloadchroma-d7bab7f399b7d0df6b4064ea226417a45aa44145.tar.gz
chroma-d7bab7f399b7d0df6b4064ea226417a45aa44145.tar.bz2
chroma-d7bab7f399b7d0df6b4064ea226417a45aa44145.zip
Add dependency on libatlas so that numpy will compile
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst
index 4c3e439..8b6ce43 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -96,7 +96,7 @@ it should be executed as one line::
sudo apt-get install build-essential xorg-dev python-dev gcc-4.4 gfortran-4.4 \
g++-4.4 python-virtualenv python-numpy python-pygame libglu1-mesa-dev \
glutg3-dev cmake uuid-dev liblapack-dev mercurial git subversion \
- libboost-all-dev
+ libboost-all-dev libatlas-base-dev
To be able to generate the documentation, we also need these tools::