~ubuntu-branches/ubuntu/intrepid/psicode/intrepid

« back to all changes in this revision

Viewing changes to src/bin/cscf/schmit.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2008-06-07 16:49:57 UTC
  • mfrom: (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080607164957-8pifvb133yjlkagn
Tags: 3.3.0-3
* debian/rules (DEB_MAKE_CHECK_TARGET): Do not abort test suite on
  failures.
* debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Set ${bindir} to /usr/lib/psi.
* debian/rules (install/psi3): Move psi3 file to /usr/bin.
* debian/patches/07_464867_move_executables.dpatch: New patch, add
  /usr/lib/psi to the $PATH, so that the moved executables are found.
  (closes: #464867)
* debian/patches/00list: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Log: schmit.c,v $
2
 
/* Revision 1.3  2002/12/06 15:50:32  crawdad
3
 
/* Changed all exit values to PSI_RETURN_SUCCESS or PSI_RETURN_FAILURE as
4
 
/* necessary.  This is new for the PSI3 execution driver.
5
 
/* -TDC
6
 
/*
 
1
/* $Log$
 
2
 * Revision 1.3  2002/12/06 15:50:32  crawdad
 
3
 * Changed all exit values to PSI_RETURN_SUCCESS or PSI_RETURN_FAILURE as
 
4
 * necessary.  This is new for the PSI3 execution driver.
 
5
 * -TDC
 
6
 *
7
7
/* Revision 1.2  2000/10/13 19:51:22  evaleev
8
8
/* Cleaned up a lot of stuff in order to get CSCF working with the new "Mo-projection-capable" INPUT.
9
9
/*
27
27
 * Initial revision
28
28
 * */
29
29
 
30
 
static char *rcsid = "$Id: schmit.c,v 1.3 2002/12/06 15:50:32 crawdad Exp $";
 
30
static char *rcsid = "$Id: schmit.c 1225 2002-12-06 15:51:05Z crawdad $";
31
31
 
32
32
#define EXTERN
33
33
#include "includes.h"