# HG changeset patch # User bgruening # Date 1368864215 14400 # Node ID e1398fc46a2754729ae798d5d9a9f7c40f0cdce1 # Parent 224343b02e0a20e155669eb978790642169b66a6 Uploaded diff -r 224343b02e0a -r e1398fc46a27 tool_dependencies.xml --- a/tool_dependencies.xml Fri May 17 16:13:57 2013 -0400 +++ b/tool_dependencies.xml Sat May 18 04:03:35 2013 -0400 @@ -3,17 +3,16 @@ - http://downloads.sourceforge.net/project/math-atlas/Stable/3.10.1/atlas3.10.1.tar.bz2 - tar xfvj atlas3.10.1.tar.bz2 + http://downloads.sourceforge.net/project/math-atlas/Stable/3.10.1/atlas3.10.1.tar.bz2 http://www.netlib.org/lapack/lapack-3.4.2.tgz - cd ATLAS && + mkdir build && cd build && mkdir $INSTALL_DIR/atlas/ && cpufreq-selector -g performance && - ../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 + ../configure -Fa alg -fPIC --prefix=$INSTALL_DIR/atlas/ --with-netlib-lapack-tarfile=../lapack-3.4.2.tgz + cd ./build && make + cd ./build && make install $INSTALL_DIR/atlas/lib