Mercurial > repos > bgruening > package_atlas_3_10
changeset 6:0c59f3a0d124
Uploaded
author | bgruening |
---|---|
date | Wed, 22 May 2013 14:55:20 -0400 |
parents | 3bf7e2082c5c |
children | 131f4ac5ec65 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue May 21 20:10:14 2013 -0400 +++ b/tool_dependencies.xml Wed May 22 14:55:20 2013 -0400 @@ -3,17 +3,16 @@ <install version="1.0"> <actions> <!-- first action is always downloading --> - <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_by_url" target_filename="atlas3.10.1.tar.bz2">http://downloads.sourceforge.net/project/math-atlas/Stable/3.10.1/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 && + <action type="shell_command"> mkdir build && cd build && mkdir $INSTALL_DIR/atlas/ && - <!-- It's not supported by many systems. + <!-- It's not supported by any system. cpufreq-selector -g performance && --> - ../configure -Fa alg -fPIC --prefix=$INSTALL_DIR/atlas/ --with-netlib-lapack-tarfile=../../lapack-3.4.2.tgz</action> + ../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> <action type="shell_command">cd ./ATLAS/build && make install</action>