Mercurial > repos > iuc > package_r_3_0_1
comparison tool_dependencies.xml @ 2:8ff8db788041 draft
Uploaded
author | bgruening |
---|---|
date | Fri, 27 Sep 2013 16:37:48 -0400 |
parents | cd67c3bd0d17 |
children | 7473992d1f38 |
comparison
equal
deleted
inserted
replaced
1:cd67c3bd0d17 | 2:8ff8db788041 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="readline" version="6.2"> | 3 <!--<package name="readline" version="6.2"> |
4 <repository changeset_revision="052e8df231ac" name="package_readline_6_2" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | 4 <repository name="package_readline_6_2" owner="iuc" prior_installation_required="True" /> |
5 </package> | 5 </package>--> |
6 <package name="R_3_0_1" version="3.0.1"> | 6 <package name="R_3_0_1" version="3.0.1"> |
7 <install version="1.0"> | 7 <install version="1.0"> |
8 <actions> | 8 <actions> |
9 <action type="download_by_url">http://cran.ms.unimelb.edu.au/src/base/R-3/R-3.0.1.tar.gz</action> | 9 <action type="download_by_url">http://cran.ms.unimelb.edu.au/src/base/R-3/R-3.0.1.tar.gz</action> |
10 <action type="set_environment_for_install"> | 10 <!--<action type="set_environment_for_install"> |
11 <repository changeset_revision="052e8df231ac" name="package_readline_6_2" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> | 11 <repository name="package_readline_6_2" owner="iuc"> |
12 <package name="readline" version="6.2" /> | 12 <package name="readline" version="6.2" /> |
13 </repository> | 13 </repository>--> |
14 </action> | 14 </action> |
15 | 15 |
16 <action language="cheetah" type="template_command"> | 16 <action type="template_command" language="cheetah"> |
17 #set $cmd = './configure' | 17 #set $cmd = './configure' |
18 | 18 |
19 #if env.get('READLINE_LIB_PATH', False): | 19 #if env.get('READLINE_LIB_PATH', False): |
20 export LDFLAGS=-L$env.READLINE_LIB_PATH && | 20 export LDFLAGS=-L$env.READLINE_LIB_PATH && |
21 export CPPFLAGS=-I$env.READLINE_INCLUDE_PATH && | 21 export CPPFLAGS=-I$env.READLINE_INCLUDE_PATH && |