# This file is part of the dune-config-opts project:
#   http://users.dune-project.org/projects/dune-config-opts
# Copyright holders: Rene Milk, Felix Schindler
# License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)

CONFIGURE_FLAGS=" \
  CC=gcc \
  F77=gfortran \
  CXX=g++ \
  CXXFLAGS='-std=c++0x' \
  --enable-experimental-grid-extensions \
  --enable-documentation \
  "

CMAKE_FLAGS="-Wno-dev"
BUILDDIR=build-docs
