# HG changeset patch # User Bjoern Gruening # Date 1369839836 -7200 # Node ID 25dc49b0d6d581240bc734539ae60a7b41e66d75 # Parent 65451dfb9974e0cef0bef611dd37a88094aa626d bugfix, inline comments to not work diff -r 65451dfb9974 -r 25dc49b0d6d5 tool_dependencies.xml --- a/tool_dependencies.xml Wed May 22 17:01:37 2013 -0400 +++ b/tool_dependencies.xml Wed May 29 17:03:56 2013 +0200 @@ -5,14 +5,14 @@ http://downloads.sourceforge.net/project/math-atlas/Stable/3.10.1/atlas3.10.1.tar.bz2 tar xfvj atlas3.10.1.tar.bz2 - http://www.netlib.org/lapack/lapack-3.4.2.tgz + http://www.netlib.org/lapack/lapack-3.4.2.tgz + cd ATLAS && mkdir build && cd build && mkdir $INSTALL_DIR/atlas/ && - ../configure -Fa alg -fPIC --prefix=$INSTALL_DIR/atlas/ --with-netlib-lapack-tarfile=../../lapack-3.4.2.tgz cd ./ATLAS/build && make cd ./ATLAS/build && make install