~ubuntu-branches/ubuntu/precise/psicode/precise

« back to all changes in this revision

Viewing changes to src/bin/ccenergy/Makefile.in

  • 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:
15
15
FT2.c  FmitT2.c             converged.c  energy.c      t1.c          update.c \
16
16
cache.c priority.c spinad_amps.c BT2_AO.c halftrans.c  AO_contribute.c status.c \
17
17
local.c lmp2.c new_d1diag.c amp_write.c rotate.c fock_build.c \
18
 
diis_RHF.c diis_UHF.c diis_ROHF.c analyze.c \
 
18
diis_RHF.c diis_UHF.c diis_ROHF.c analyze.c  \
 
19
cc3.c cc3_Wmnij.c cc3_Wmbij.c cc3_Wmnie.c cc3_Wamef.c cc3_Wabei.c \
 
20
FT2_cc2.c cc3_RHF.c cc3_UHF.c \
 
21
cc2_t2.c cc2_Wabei.c cc2_Wmbij.c cc2_Wmnij.c \
 
22
cc2_faeT2.c cc2_fmiT2.c cc2_WmbijT2.c cc2_WabeiT2.c \
 
23
pair_energies.c denom.c
19
24
 
20
25
BINOBJ = $(CSRC:%.c=%.o)
21
26