Skip to content

Commit 260702b

Browse files
author
Elliott Sales de Andrade
committed
Update manual about new HDF5 build macro.
1 parent 8c5e401 commit 260702b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/citcoms-manual.tex

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,12 +1172,10 @@ \section{\label{sec:HDF5-Configuration}HDF5 Configuration (Optional)}
11721172
\end{quote}
11731173
By default, CitcomS will attempt to auto-detect your PHDF5 installation,
11741174
and will disable HDF5 support if it is not found. You may specify
1175-
the location of your PHDF5 installation by setting the PHDF5\_HOME
1176-
environment variable to the appropriate installation prefix.
1175+
the location of your PHDF5 installation by passing the \texttt{-{}-with-hdf5}
1176+
argument with the appropriate installation prefix.
11771177
\begin{lyxcode}
1178-
\$~export~PHDF5\_HOME=/opt/phdf5/1.6.5
1179-
1180-
\$~./configure~-{}-with-hdf5
1178+
\$~./configure~-{}-with-hdf5=/opt/phdf5/1.6.5
11811179
\end{lyxcode}
11821180

11831181
\subsection{Additional Tools}

0 commit comments

Comments
 (0)