changeset 3:473f9842c407 draft

Uploaded
author bgruening
date Fri, 20 Sep 2013 15:30:39 -0400
parents d32504e1aea8
children 196caf0a85e9
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Sep 20 07:57:35 2013 -0400
+++ b/tool_dependencies.xml	Fri Sep 20 15:30:39 2013 -0400
@@ -23,7 +23,7 @@
                     mkdir build &&
                     cd build &&
                     mkdir $INSTALL_DIR/atlas/ &&
-                    ../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 ./build &amp;&amp; make </action>
                 <action type="shell_command">cd ./build &amp;&amp; make install</action>