IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33791 for trunk


Ignore:
Timestamp:
Apr 17, 2012, 9:28:48 AM (14 years ago)
Author:
Serge CHASTEL
Message:

Changing the IPP section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdor/doc/Full/link_ipp.tex

    r32874 r33791  
    22\label{chap-ipp}
    33
    4 TODO
     4\section{Changing the IPP}
     5\label{sec-changing-ipp}
     6
     7\begin{enumerate}
     8\item Checkout the new tag from the SVN repository in the dedicated
     9  \texttt{ipp} directory, e.g. (for the ipp-20120404 tag):
     10\begin{verbatim}
     11ippdor@ippc18 ~ $ cd ipp
     12ippdor@ippc18 ~/ipp $ svn co https://svn.pan-starrs.ifa.hawaii.edu/repo/ipp/tags/ipp-20120404
     13\end{verbatim}
     14\item Redefine (locally, that is, for the shell session where the IPP
     15  will be compiled) the IPP version with the \texttt{psconfig} command, e.g.:
     16\begin{verbatim}
     17ippdor@ippc18 ~/ipp $ psconfig 20120404
     18\end{verbatim}
     19\item Compile and install the IPP as usual, e.g.:
     20\begin{verbatim}
     21ippdor@ippc18 ~/ipp $ cd ipp-20120404/psconfig
     22ippdor@ippc18 ~/ipp $ ./psbuild -dev -extbuild
     23\end{verbatim}
     24\item Have a cup of coffee
     25\item Change the symbolic links in the
     26  \texttt{\$HOME/psconfig/20110920}\footnote{\texttt{20110920} is
     27    related to the ippdor version and has nothing to do with the IPP
     28    version} directory for \texttt{current} and
     29  \texttt{current.lin64}, e.g.:
     30\begin{verbatim}
     31ippdor@ippc18 ~/ipp $ cd ~/psconfig/20110920
     32ippdor@ippc18 ~/ipp $ rm current current.lin64
     33ippdor@ippc18 ~/ipp $ ln -s 20120404.lin64 current
     34ippdor@ippc18 ~/ipp $ ln -s 20120404.lin64 current.lin64
     35\end{verbatim}
     36\item Test it on a small sample of data! (even if you can already
     37  check if the correct version is used with, for instance,
     38  \texttt{ppImage --version})
     39\end{enumerate}
     40
Note: See TracChangeset for help on using the changeset viewer.