Mercurial > repos > jcb-mpl > eics_centroids
annotate tool_dependencies.xml @ 5:c27ac1eda51b draft default tip
Uploaded
| author | jcb-mpl |
|---|---|
| date | Fri, 13 May 2022 15:04:50 +0000 |
| parents | 7c9996481096 |
| children |
| rev | line source |
|---|---|
| 4 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="scilab" version="6.1.1"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url" target_filename="scilab-6.1.1">https://www.scilab.org/download/6.1.1/scilab-6.1.1.bin.linux-x86_64.tar.gz</action> | |
| 7 <action type="move_directory_files"> | |
| 8 <source_directory>.</source_directory> | |
| 9 <destination_directory>$__root_dir/database/dependencies</destination_directory> | |
| 10 </action> | |
| 11 </actions> | |
| 12 </install> | |
| 13 </package> | |
| 14 </tool_dependency> |
