# HG changeset patch # User Bjoern Gruening # Date 1374505505 -7200 # Node ID 62fda117ad4acb16a83b185cc24b6530ad6b0b91 # Parent ad6ebe2c75ef3e3884a35ec02d2898498c1aca56 ChemicalToolBoX update. diff -r ad6ebe2c75ef -r 62fda117ad4a tool_dependencies.xml --- a/tool_dependencies.xml Wed May 29 17:05:16 2013 +0200 +++ b/tool_dependencies.xml Mon Jul 22 17:05:05 2013 +0200 @@ -4,14 +4,14 @@ - + https://pypi.python.org/packages/source/n/numpy/numpy-1.7.1.tar.gz - + @@ -19,11 +19,18 @@ $INSTALL_DIR/lib/python - export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && - export BLAS=$LAPACK_LIB_DIR/libblas.a && - export LAPACK=$LAPACK_LIB_DIR/liblapack.a && - export ATLAS=$ATLAS_LIB_DIR/libatlas.a && - python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin + + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && + + #if env.get('ATLAS_LIB_DIR', False): + export ATLAS=$ATLAS_LIB_DIR/libatlas.a && + #end if + #if env.get('LAPACK_LIB_DIR', False): + export BLAS=$LAPACK_LIB_DIR/libblas.a && + export LAPACK=$LAPACK_LIB_DIR/liblapack.a && + #end if + python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin + $INSTALL_DIR/lib/python $INSTALL_DIR/bin @@ -32,6 +39,6 @@ - Compiling numpy requires a C and Fortran compiler (typically gcc and gfortran). The PYTHONPATH for numpy can be accessed through PYTHONPATH_NUMPYand the binaries with PATH_NUMPY. + Compiling numpy requires a C and Fortran compiler (typically gcc and gfortran). The PYTHONPATH for numpy can be accessed through PYTHONPATH_NUMPY and the binaries with PATH_NUMPY. \ No newline at end of file