Mercurial > repos > dfornika > package_julia_0_5_2
comparison tool_dependencies.xml @ 0:2b51118ca75f draft default tip
planemo upload for repository https://github.com/dfornika/tools-pathogist/tree/master/packages/package_julia_0_5_2
| author | dfornika |
|---|---|
| date | Fri, 25 Aug 2017 14:36:13 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:2b51118ca75f |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="julia" version="0.5.2"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url" target_filename="julia-0.5.2-linux-x86_64.tar.gz" sha256sum="f7e0304a0b7c52248e4d486d9faac5657cad36c45a3c8624fe5da2d86c386133">https://julialang-s3.julialang.org/bin/linux/x64/0.5/julia-0.5.2-linux-x86_64.tar.gz</action> | |
| 7 <action type="move_directory_files"> | |
| 8 <source_directory>.</source_directory> | |
| 9 <destination_directory>$INSTALL_DIR</destination_directory> | |
| 10 </action> | |
| 11 <action type="set_environment"> | |
| 12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 13 </action> | |
| 14 <action type="set_environment"> | |
| 15 <environment_variable name="JULIA_PKGDIR" action="set_to">$INSTALL_DIR/share/julia/site</environment_variable> | |
| 16 </action> | |
| 17 </actions> | |
| 18 </install> | |
| 19 <readme> | |
| 20 Julia Language. | |
| 21 </readme> | |
| 22 </package> | |
| 23 </tool_dependency> |
