Mercurial > repos > bgruening > package_atlas_3_10
changeset 1:224343b02e0a
Uploaded
author | bgruening |
---|---|
date | Fri, 17 May 2013 16:13:57 -0400 |
parents | 2574cc1efadb |
children | e1398fc46a27 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri May 17 14:57:57 2013 -0400 +++ b/tool_dependencies.xml Fri May 17 16:13:57 2013 -0400 @@ -3,13 +3,13 @@ <install version="1.0"> <actions> <!-- first action is always downloading --> - <action type="download_by_url">http://downloads.sourceforge.net/project/math-atlas/Stable/3.10.1/atlas3.10.1.tar.bz2</action> - + <action type="download_file">http://downloads.sourceforge.net/project/math-atlas/Stable/3.10.1/atlas3.10.1.tar.bz2</action> + <action type="shell_command">tar xfvj atlas3.10.1.tar.bz2</action> <action type="download_file">http://www.netlib.org/lapack/lapack-3.4.2.tgz</action> - <action type="shell_command">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</action> <action type="shell_command">cd ./ATLAS/build && make </action>