Mercurial > repos > bgruening > precommit_test
comparison tool_dependencies.xml @ 11:4e9dce1105cd draft
Uploaded
| author | bgruening |
|---|---|
| date | Sun, 30 Jun 2013 15:34:58 -0400 |
| parents | 5b253fafd35a |
| children | 856591655486 |
comparison
equal
deleted
inserted
replaced
| 10:5b253fafd35a | 11:4e9dce1105cd |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | 2 <tool_dependency> |
| 3 <package name="fastqc_dist_0_10_1" version="0.10.1"> | 3 <!-- |
| 4 <repository changeset_revision="7d57dba74532" name="upload_testing" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | 4 <package name="lapack" version="3.4.2"> |
| 5 <repository name="package_lapack_3_4" owner="bgruening" prior_installation_required="True" /> | |
| 6 </package> | |
| 7 <package name="atlas" version="3.10.1"> | |
| 8 <repository name="package_atlas_3_10" owner="bgruening" prior_installation_required="True" /> | |
| 9 </package> | |
| 10 | |
| 11 <package name="readline" version="6.2"> | |
| 12 <repository name="package_readline_6_2" owner="boris" toolshed="http://testtoolshed.g2.bx.psu.edu/" /> | |
| 13 </package> | |
| 14 --> | |
| 15 | |
| 16 <package name="R_3_0_1" version="3.0.1"> | |
| 17 <install version="1.0"> | |
| 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> | |
| 20 | |
| 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"> | |
| 23 <package name="atlas" version="3.10.1" /> | |
| 24 </repository> | |
| 25 <repository changeset_revision="a6b8f46acca7" name="package_lapack_3_4" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu"> | |
| 26 <package name="lapack" version="3.4.2" /> | |
| 27 </repository> | |
| 28 </action> | |
| 29 <!-- | |
| 30 with-blas="$LAPACK_LIB_DIR" | |
| 31 with-lapack="-L$ATLAS_LIB_DIR -llapack -lcblas" | |
| 32 | |
| 33 export BLAS=$LAPACK_LIB_DIR/libblas.a && | |
| 34 export LAPACK=$LAPACK_LIB_DIR/liblapack.a && | |
| 35 export ATLAS=$ATLAS_LIB_DIR/libatlas.a && | |
| 36 --> | |
| 37 | |
| 38 <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 <package name="readline" version="6.2" /> | |
| 41 </repository> | |
| 42 </action> | |
| 43 <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"> | |
| 45 <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> | |
| 47 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/lib/R/bin</environment_variable> | |
| 48 </action> | |
| 49 </actions> | |
| 50 </install> | |
| 51 <readme /> | |
| 5 </package> | 52 </package> |
| 6 </tool_dependency> | 53 </tool_dependency> |
