changeset 9:25dc49b0d6d5

bugfix, inline comments to not work
author Bjoern Gruening <bjoern.gruening@gmail.com>
date Wed, 29 May 2013 17:03:56 +0200
parents 65451dfb9974
children 68df9078bf69
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed May 22 17:01:37 2013 -0400
+++ b/tool_dependencies.xml	Wed May 29 17:03:56 2013 +0200
@@ -5,14 +5,14 @@
                 <!-- 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_file">http://www.netlib.org/lapack/lapack-3.4.2.tgz</action> 
+                <action type="download_file">http://www.netlib.org/lapack/lapack-3.4.2.tgz</action>
+                <!-- It's not supported by any system.
+                    cpufreq-selector -g performance &amp;&amp;
+                -->
                 <action type="shell_command">cd ATLAS &amp;&amp;
                     mkdir build &amp;&amp;
                     cd build &amp;&amp;
                     mkdir $INSTALL_DIR/atlas/ &amp;&amp;
-                    <!-- It's not supported by any system.
-                    cpufreq-selector -g performance &amp;&amp;
-                    -->
                     ../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>