Mercurial > repos > morinlab > package_libstatgen_1_0_13
diff tool_dependencies.xml @ 0:5178c851b7f4 draft default tip
Uploaded
| author | morinlab |
|---|---|
| date | Sun, 04 Dec 2016 17:55:24 -0500 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sun Dec 04 17:55:24 2016 -0500 @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="libstatgen" version="1.0.13"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://github.com/statgen/libStatGen/archive/v1.0.13.tar.gz</action> + <action type="shell_command">make</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + <action type="set_environment"> + <environment_variable action="set_to" name="LIBSTATGEN_INSTALL_DIR">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + </package> +</tool_dependency>
