Fixes to config.h.cmakein to set GMX_QMMM_ORCA.
authorJustin Lemkul <jalemkul@vt.edu>
Wed, 19 Jun 2013 11:47:30 +0000 (07:47 -0400)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Fri, 28 Jun 2013 03:16:30 +0000 (05:16 +0200)
Installing using ORCA for QM calculations would proceed without
any issue, but the mdrun executable was nonfunctional because
GMX_QMMM_ORCA was never #defined, so the code was not correctly
compiled.

Fixes #1286

Change-Id: I230ded2d3cdbd9c5fc3e865d0b20049effb16766

src/config.h.cmakein

index ffa22a1fab7bae5ea8f31b33d3ce167d8c5ad964..f023d21787b9a96d1c5e3cdf3ec975eb508a3f00 100644 (file)
 /* Use (modified) Mopac 7 for QM-MM calculations */
 #cmakedefine GMX_QMMM_MOPAC
 
+/* Use ORCA for QM-MM calculations */
+#cmakedefine GMX_QMMM_ORCA
+
 /* Use the GROMACS software 1/sqrt(x) */
 #cmakedefine GMX_SOFTWARE_INVSQRT