Mercurial > repos > jjohnson > package_gmap_2013_05_09
annotate tool_dependencies.xml @ 2:f59058e92ed7 draft default tip
Adding SHA256 checksum
| author | peterjc |
|---|---|
| date | Thu, 29 Sep 2016 06:47:27 -0400 |
| parents | 8bacc25e2023 |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="gmap" version="2013-05-09"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 2 | 6 <action type="download_by_url" target_filename="gmap-2013-05-09.tar.gz" sha256sum="6be7be49ccfd72ef1d0954fad8c7c7e33f278166c9fc2485171702aff2aeb45f">http://research-pub.gene.com/gmap/src/gmap-gsnap-2013-05-09.tar.gz</action> |
|
1
8bacc25e2023
Set prefix for configure to INSTALL_DIR
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
7 <action type="shell_command"> ./configure --prefix=$INSTALL_DIR --with-gmapdb=$INSTALL_DIR/gmapdb</action> |
| 0 | 8 <action type="shell_command">make</action> |
| 9 <action type="shell_command">make install</action> | |
| 10 <action type="set_environment"> | |
| 11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 12 </action> | |
| 13 </actions> | |
| 14 </install> | |
| 15 <readme> | |
| 16 </readme> | |
| 17 </package> | |
| 18 </tool_dependency> |
