Repository 'package_atlas_3_10'
hg clone https://testtoolshed.g2.bx.psu.edu/repos/iuc/package_atlas_3_10

Changeset 4:196caf0a85e9 (2013-09-20)
Previous changeset 3:473f9842c407 (2013-09-20) Next changeset 5:d5b1c7875b7b (2015-01-23)
Commit message:
Uploaded
modified:
tool_dependencies.xml
b
diff -r 473f9842c407 -r 196caf0a85e9 tool_dependencies.xml
--- a/tool_dependencies.xml Fri Sep 20 15:30:39 2013 -0400
+++ b/tool_dependencies.xml Fri Sep 20 16:23:34 2013 -0400
b
@@ -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 -jxvf 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,13 +20,17 @@
                 fi
                 </action>
                 <action type="shell_command">
+                    cd ATLAS &amp;&amp;
+                    pwd > $INSTALL_DIR/pwd.txt &amp;&amp;
+                    ls -l > $INSTALL_DIR/ls.txt &amp;&amp;
+                    ls -l CONFIG/src/ > $INSTALL_DIR/ls2.txt &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 &amp;&amp; 
+                    make &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>