# HG changeset patch # User bgruening # Date 1380317634 14400 # Node ID 8379f21d92039f708725f907caba1395c4eef333 # Parent 327319978a2f4362d5d77dfbcd65e612f0fed2f1 remove atlas dependency diff -r 327319978a2f -r 8379f21d9203 tool_dependencies.xml --- a/tool_dependencies.xml Sun Sep 22 07:07:57 2013 -0400 +++ b/tool_dependencies.xml Fri Sep 27 17:33:54 2013 -0400 @@ -3,14 +3,11 @@ - - - - + - + @@ -21,16 +18,13 @@ https://pypi.python.org/packages/source/s/scikit-learn/scikit-learn-0.13.1.tar.gz - - - - + - + @@ -42,9 +36,6 @@ export PYTHONPATH=\$PYTHONPATH:$env.INSTALL_DIR/lib/python && - #if env.get('ATLAS_LIB_DIR', False): - export ATLAS=$env.ATLAS_LIB_DIR/libatlas.a && - #end if #if env.get('LAPACK_LIB_DIR', False): export BLAS=$env.LAPACK_LIB_DIR/libblas.a && export LAPACK=$env.LAPACK_LIB_DIR/liblapack.a &&