Mercurial > repos > bgruening > precommit_test
comparison tool_dependencies.xml @ 12:856591655486 draft
Uploaded
| author | bgruening |
|---|---|
| date | Sun, 30 Jun 2013 18:05:17 -0400 |
| parents | 4e9dce1105cd |
| children | 564b46e4fda7 |
comparison
equal
deleted
inserted
replaced
| 11:4e9dce1105cd | 12:856591655486 |
|---|---|
| 15 | 15 |
| 16 <package name="R_3_0_1" version="3.0.1"> | 16 <package name="R_3_0_1" version="3.0.1"> |
| 17 <install version="1.0"> | 17 <install version="1.0"> |
| 18 <actions> | 18 <actions> |
| 19 <action type="download_by_url">http://cran.ms.unimelb.edu.au/src/base/R-3/R-3.0.1.tar.gz</action> | 19 <action type="download_by_url">http://cran.ms.unimelb.edu.au/src/base/R-3/R-3.0.1.tar.gz</action> |
| 20 | 20 <!-- |
| 21 <action type="set_environment_for_install"> | 21 <action type="set_environment_for_install"> |
| 22 <repository changeset_revision="25dc49b0d6d5" name="package_atlas_3_10" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu"> | 22 <repository name="package_atlas_3_10" owner="bgruening"> |
| 23 <package name="atlas" version="3.10.1" /> | 23 <package name="atlas" version="3.10.1" /> |
| 24 </repository> | 24 </repository> |
| 25 <repository changeset_revision="a6b8f46acca7" name="package_lapack_3_4" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu"> | 25 <repository name="package_lapack_3_4" owner="bgruening"> |
| 26 <package name="lapack" version="3.4.2" /> | 26 <package name="lapack" version="3.4.2" /> |
| 27 </repository> | 27 </repository> |
| 28 </action> | 28 </action> |
| 29 --> | |
| 29 <!-- | 30 <!-- |
| 30 with-blas="$LAPACK_LIB_DIR" | 31 with-blas="$LAPACK_LIB_DIR" |
| 31 with-lapack="-L$ATLAS_LIB_DIR -llapack -lcblas" | 32 with-lapack="-L$ATLAS_LIB_DIR -llapack -lcblas" |
| 32 | 33 |
| 33 export BLAS=$LAPACK_LIB_DIR/libblas.a && | 34 export BLAS=$LAPACK_LIB_DIR/libblas.a && |
| 34 export LAPACK=$LAPACK_LIB_DIR/liblapack.a && | 35 export LAPACK=$LAPACK_LIB_DIR/liblapack.a && |
| 35 export ATLAS=$ATLAS_LIB_DIR/libatlas.a && | 36 export ATLAS=$ATLAS_LIB_DIR/libatlas.a && |
| 36 --> | 37 |
| 37 | 38 |
| 38 <action type="set_environment_for_install"> | 39 <action type="set_environment_for_install"> |
| 39 <repository changeset_revision="1301ec7705a8" name="package_readline_6_2" owner="boris" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/"> | 40 <repository changeset_revision="1301ec7705a8" name="package_readline_6_2" owner="boris" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/"> |
| 40 <package name="readline" version="6.2" /> | 41 <package name="readline" version="6.2" /> |
| 41 </repository> | 42 </repository> |
| 42 </action> | 43 </action> |
| 44 --> | |
| 43 <action type="shell_command">./configure --enable-R-shlib --with-x=no --with-readline=no --prefix=$INSTALL_DIR && make && make install</action> | 45 <action type="shell_command">./configure --enable-R-shlib --with-x=no --with-readline=no --prefix=$INSTALL_DIR && make && make install</action> |
| 44 <action type="set_environment"> | 46 <action type="set_environment"> |
| 45 <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR/lib/R</environment_variable> | 47 <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR/lib/R</environment_variable> |
| 46 <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib/R/library</environment_variable> | 48 <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib/R/library</environment_variable> |
| 47 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/lib/R/bin</environment_variable> | 49 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/lib/R/bin</environment_variable> |
| 48 </action> | 50 </action> |
| 49 </actions> | 51 </actions> |
| 50 </install> | 52 </install> |
| 51 <readme /> | 53 <readme></readme> |
| 52 </package> | 54 </package> |
| 53 </tool_dependency> | 55 </tool_dependency> |
