From 34d157a228110062ae75326444163495635d5a80 Mon Sep 17 00:00:00 2001
From: Robert Kloefkorn <robertk@ucar.edu>
Date: Thu, 23 Jan 2014 11:02:15 -0700
Subject: [PATCH] grape not needed in minimal config.

---
 scripts/opts/minimal.opts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/opts/minimal.opts b/scripts/opts/minimal.opts
index e3332174..e7c75ce4 100644
--- a/scripts/opts/minimal.opts
+++ b/scripts/opts/minimal.opts
@@ -12,10 +12,10 @@ CONFIGURE_FLAGS="\
 --x-includes=/usr/X11R6/include \
 --x-libraries=/usr/X11R6/lib \
 --enable-fieldvector-size-is-method \
---disable-documentation \
---with-grape=$MODULEDIR/grape"
+--disable-documentation"
 MAKE_FLAGS=
 
+#--with-grape=$MODULEDIR/grape"
 
 # These flags are necessary to perform grid specific checks!
 MAKE_CHECK_FLAGS="GRIDTYPE=ALUGRID_SIMPLEX GRIDDIM=3"
-- 
GitLab