0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="anaconda" version="2.3.0">
|
|
4 <install version="1.0">
|
|
5 <actions_group>
|
|
6 <actions os="linux" architecture="x86_64">
|
|
7 <action type="download_file" target_filename="Anaconda-2.3.0-Linux-x86_64.sh">https://3230d63b5fc54e62148e-c95ac804525aac4b6dba79b00b39d1d3.ssl.cf1.rackcdn.com/Anaconda-2.3.0-Linux-x86_64.sh</action>
|
|
8 <action type="shell_command">bash Anaconda-2.3.0-Linux-x86_64.sh -b -f -p $INSTALL_DIR</action>
|
|
9 </actions>
|
|
10 <actions os="darwin" architecture="x86_64">
|
|
11 <action type="download_file" target_filename="Anaconda-2.3.0-MacOSX-x86_64.sh">https://3230d63b5fc54e62148e-c95ac804525aac4b6dba79b00b39d1d3.ssl.cf1.rackcdn.com/Anaconda-2.3.0-MacOSX-x86_64.sh</action>
|
|
12 <action type="shell_command">bash Anaconda-2.3.0-MacOSX-x86_64.sh -b -f -p $INSTALL_DIR</action>
|
|
13 </actions>
|
|
14 <action type="set_environment">
|
|
15 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
16 <environment_variable action="set_to" name="ANACONDA_ROOT_DIR" >$INSTALL_DIR</environment_variable>
|
|
17 </action>
|
|
18 </actions_group>
|
|
19 </install>
|
|
20 <readme>
|
|
21 <![CDATA[
|
|
22 This installation recipe installs the Anaconda version 2.3.0 of the Python programming language
|
|
23 version 2.7.10. Anaconda is a completely free Python distribution (including for commercial use
|
|
24 and redistribution). It includes more than 300 of the most popular Python packages for science,
|
|
25 math, engineering, and data analysis. This list of packages is available at
|
|
26 http://docs.continuum.io/anaconda/pkg-docs.
|
|
27
|
|
28 Care should be taken in using the Anaconda Python environment that is installed by this recipe.
|
|
29 Other recipes should not be used to install additional Python packages into this environment as
|
|
30 doing so will adversely impact reproducibility for tools that depend on this package. Installation
|
|
31 recipes that take advantage of the Anaconda Python environment (but that need additional packages)
|
|
32 should be written as separate, self-contained recipes.
|
|
33 ]]>
|
|
34 </readme>
|
|
35 </package>
|
|
36 </tool_dependency>
|