1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
|
<!--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* *
* This file is part of HDF5. The full HDF5 copyright notice, including *
* terms governing use, modification, and redistribution, is contained in *
* the files COPYING and Copyright.html. COPYING can be found at the root *
* of the source code distribution tree; Copyright.html can be found at the *
* root level of an installed copy of the electronic HDF5 document set and *
* is linked from the top-level documents page. It can also be found at *
* http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
* access to either file, you may request a copy from help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-->
<!-- NEW PAGE -->
<!-- HEADER RIGHT "h5redeploy" -->
<hr>
<dl>
<dt><div align=right><font color=999999 size=-1><i>
Last modified: 10 May 2013
</i></font></div>
<dt><strong>Tool Name:</strong> <a name="Tools-Redeploy">h5redeploy</a>
<dt><strong>Syntax:</strong>
<dd><code>h5redeploy </code>
[<code>help </code> | <code>-help</code>]
<dd><code>h5redeploy </code>
[<code>-echo</code>]
[<code>-force</code>]
[<code>-prefix=</code><em>dir</em>]
[<code>-exec-prefix=</code><em>dir</em>]
[<code>-libdir=</code><em>dir</em>]
[<code>-includedir=</code><em>dir</em>]
[<code>-tool=</code><em>tool</em>]
[<code>-show</code>]
<p>
<dt><strong>Purpose:</strong>
<dd>Updates HDF5 compiler tools after an HDF5 software installation
in a new location.
<p>
<dt><strong>Description:</strong>
<dd><code>h5redeploy</code> updates the HDF5 compiler tools after
the HDF5 software has been installed in a new location.
<p>
<dt><strong>Options and Parameters:</strong>
<dd><table>
<tr>
<td valign="top"><code>help</code>, <code>-help</code></td>
<td valign="top">Prints a help message.</td></tr>
<tr>
<td valign="top"><code>-echo</code></td>
<td valign="top">Shows all the shell commands executed.</td></tr>
<tr>
<td valign="top"><code>-force</code></td>
<td valign="top">Performs the requested action without offering any
prompt requesting confirmation.</td></tr>
<tr>
<td valign="top"><code>-prefix=</code><em>dir</em></td>
<td valign="top">Specifies a new directory in which to find the
HDF5 subdirectories <code>lib/</code> and <code>include/</code>.
<br> (Default: current working directory)</td></tr>
<tr>
<td valign="top"><code>-exec-prefix=</code><em>dir</em>
<br>
<code> </code>
</td>
<td valign="top">Specifies a new directory in which to find the
HDF5 <code>lib/</code> subdirectory.
<br> (Default: <code><i>prefix</i></code>)</td></tr>
<tr>
<td valign="top"><code>-libdir=</code><em>dir</em></td>
<td valign="top">Specifies a new directory for the
HDF5 <code>lib/</code> directory.
<br> (Default: <code><i>exec-prefix</i>/lib</code>)</td></tr>
<tr>
<td valign="top"><code>-includedir=</code><em>dir</em></td>
<td valign="top">Specifies a new directory for the
HDF5 <code>include/</code> directory.
<br> (Default: <code><i>prefix</i>/include</code>)</td></tr>
<tr>
<td valign="top"><code>-tool=</code><em>tool</em></td>
<td valign="top">Specifies the tool to update.
<br>
<em>tool</em> must be in the current directory
and must be writable.
<br>
(Default: <code>h5cc h5pcc h5fc h5pfc h5c++</code>)</td></tr>
<tr>
<td valign="top"><code>-show</code></td>
<td valign="top">Shows all of the shell commands to be executed
without actually executing them.</td></tr>
</table></dd>
<p>
<dt><strong>Exit Status:</strong></dt>
<dd><table border=0>
<tr valign=top align=left>
<td>0</td>
<td>Succeeded.</td>
</tr>
<tr valign=top align=left>
<td>> 0 </td>
<td>An error occurred.</td>
</tr>
</table>
<!--
<p>
<dt><strong>Current Status:</strong>
<dd>
<p>
<dt><strong>See Also:</strong>
<dd>
-->
<p>
<dt><strong>History:</strong>
<dd><table width="90%">
<tr>
<td valign="top" align="left" width="10%">
<strong>Release</strong> </td>
<td valign="top" align="left">
<strong>Command Line Tool</strong></td></tr>
<tr>
<td valign="top">1.8.11</td>
<td valign="top">
<code>-exec-prefix</code>, <code>-libdir</code>, and
<code>-includedir</code> options added.</td></tr>
<tr>
<td valign="top">1.8.5</td>
<td valign="top">
Tool exit status codes updated.</td></tr>
<tr>
<td valign="top">1.6.0</td>
<td valign="top">
Tool introduced in this release.</td></tr>
</table></dd>
</dl>
|