changeset 2:d32504e1aea8 draft

Uploaded
author bgruening
date Fri, 20 Sep 2013 07:57:35 -0400
parents 3508de0ebae1
children 473f9842c407
files tool_dependencies.xml
diffstat 1 files changed, 6 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Sep 12 07:07:57 2013 -0400
+++ b/tool_dependencies.xml	Fri Sep 20 07:57:35 2013 -0400
@@ -3,9 +3,9 @@
         <install version="1.0">
             <actions>
                 <!-- first action is always downloading -->
-                <!--<action type="download_by_url" target_filename="ATLAS.tar.bz2">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_by_url" target_filename="ATLAS.tar.bz2">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">
@@ -20,14 +20,13 @@
                 fi
                 </action>
                 <action type="shell_command">
-                    cd ATLAS &amp;&amp;
                     mkdir build &amp;&amp;
                     cd build &amp;&amp;
                     mkdir $INSTALL_DIR/atlas/ &amp;&amp;
-                    ../configure -Fa alg -fPIC --prefix=$INSTALL_DIR/atlas/ --with-netlib-lapack-tarfile=../../lapack-3.4.2.tgz
+                    ../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 &amp;&amp; make </action>
-                <action type="shell_command">cd ./ATLAS/build &amp;&amp; make install</action>
+                <action type="shell_command">cd ./build &amp;&amp; make </action>
+                <action type="shell_command">cd ./build &amp;&amp; make install</action>
 
                 <action type="set_environment">
                     <environment_variable name="ATLAS_LIB_DIR" action="set_to">$INSTALL_DIR/atlas/lib</environment_variable>