annotate tools/nlstradamus/tool_dependencies.xml @ 4:1458e60f3fd0 draft

v0.0.10 internal changes; v0.0.9 citation
author peterjc
date Wed, 05 Aug 2015 12:23:05 -0400
parents 9ec94203d895
children e8f15b0136cd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
1 <?xml version="1.0"?>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
2 <tool_dependency>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
3 <package name="NLStradamus" version="1.8">
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
4 <install version="1.0">
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
5 <actions>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
6 <action type="download_by_url">http://www.moseslab.csb.utoronto.ca/NLStradamus/NLStradamus/NLStradamus.1.8.tar.gz</action>
4
1458e60f3fd0 v0.0.10 internal changes; v0.0.9 citation
peterjc
parents: 2
diff changeset
7 <!-- Although v1.7 used a subfolder in the tar-ball, v1.8 did not -->
2
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
8 <action type="shell_command">g++ NLStradamus.cpp -o NLStradamus -O3</action>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
9 <action type="move_file"><source>NLStradamus</source><destination>$INSTALL_DIR/</destination></action>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
10 <action type="set_environment">
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
12 </action>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
13 </actions>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
14 </install>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
15 <readme>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
16 This downloads NLStradamus v1.8 from this folder,
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
17 http://www.moseslab.csb.utoronto.ca/NLStradamus/NLStradamus/
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
18
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
19 The C++ tool is compiled as described in the README_C.txt file, using g++, and included in the $PATH.
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
20
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
21 The older slower Perl implementation is not installed.
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
22 </readme>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
23 </package>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
24 </tool_dependency>
9ec94203d895 Uploaded v0.0.7 with automatic installation of the C++ binary.
peterjc
parents:
diff changeset
25