********>Bugfix 25: Author: Lance Westerhoff Date: 10/30/02 Program: roar2.1 Severity: Without this patch, roar-cp will not build making it impossible to run any coupled potential calculations. Description: There was an ommision in the Makefile which would not allow roar-cp to build on any platform. This patch and Bugfix 26 must be applied in order to use roar-cp. Fix: Apply the following patch to amber7/src/roar-2.1/Makefile. ------------------------------------------------------------------------------ *** Makefile.amber7 Wed Oct 30 13:58:52 2002 --- Makefile Fri Oct 25 13:29:46 2002 *************** *** 33,39 **** ../Compile LOAD -o roar$(SFX) ${ROAR_OBJECT} roar-cp$(SFX): ${ROAR_CP_OBJECT} mop7mm.a ! ../Compile LOAD -o roar-cp$(SFX) ${ROAR_CP_OBJECT} mop7mm/mop7mm.a mop7mm.a: cd mop7mm; make mop7mm.a --- 33,39 ---- ../Compile LOAD -o roar$(SFX) ${ROAR_OBJECT} roar-cp$(SFX): ${ROAR_CP_OBJECT} mop7mm.a ! ../Compile LOAD -o roar-cp$(SFX) ${ROAR_CP_OBJECT} mop7mm/mop7mm.a mop7mm/blkdta000.o mop7mm.a: cd mop7mm; make mop7mm.a ------------------------------------------------------------------------------ Temporary workarounds: none. File affected: amber7/src/roar-2.1/Makefile