Mercurial > repos > jjohnson > package_gmap_2013_05_09
annotate tool_dependencies.xml @ 1:8bacc25e2023
Set prefix for configure to INSTALL_DIR
| author | Jim Johnson <jj@umn.edu> |
|---|---|
| date | Thu, 06 Jun 2013 13:51:03 -0500 |
| parents | 03bb09b717ae |
| children | f59058e92ed7 |
| 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> | |
| 6 <action type="download_by_url" target_filename="gmap-2013-05-09.tar.gz">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> |
