Differences between revisions 1 and 2
Revision 1 as of 2008-02-25 08:20:24
Size: 388
Editor: NicoleThomas
Comment:
Revision 2 as of 2008-02-25 09:01:45
Size: 918
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Make changes in Utils Library ==
Line 14: Line 16:
 gmake theLibrary gmake theLibrary
Line 22: Line 24:
 It is important to make ''distclean'' before compiling so that the correct module and library paths are used for compiling and linking.

 1. Repeat steps 2 to 4 until modification is completed.

 1. Commit the modified files in utils library to the repository:
 {{{
cvs commit -m "..." filename
 }}}

 1. Send mail to Nicole or Verena. They can update the utils library in directory ''/usr/local/icg/icg1/local/utils'' which is used for compilations of CLaMS programs by default.

Make changes in Utils Library

  1. Check out library utils to $HOME/clams or - if it is already checked out - update all files:

    cvs co utils
    or
    cvs update utils
  2. Make changes in $HOME/clams/utils/src

  3. Compile library utils:

    gmake theLibrary
  4. Compile program with modified library:
    gmake distclean
    gmake utils_test=true progname

    It is important to make distclean before compiling so that the correct module and library paths are used for compiling and linking.

  5. Repeat steps 2 to 4 until modification is completed.
  6. Commit the modified files in utils library to the repository:
    cvs commit -m "..." filename
  7. Send mail to Nicole or Verena. They can update the utils library in directory /usr/local/icg/icg1/local/utils which is used for compilations of CLaMS programs by default.

UtilsLibrary/ChangeUtilsLibrary (last edited 2014-11-26 09:09:01 by NicoleThomas)