aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-04-10 12:12:25 -0400
committerErik Schnetter <schnetter@gmail.com>2013-04-10 12:12:25 -0400
commitc35f19d61efd8d93b4d58882cf1ad7c8481c2f3a (patch)
treebf8e62ef7476f6136bf74d2801a05dcd41f75e04 /Carpet/CarpetLib
parent2432ebfa38bc1cb69e3ed08f134fa38c757ca43e (diff)
CarpetLib: Vectors is currently required, not optional
Vectors is supposed to be an optional dependency, but building currently fails without this thorn.
Diffstat (limited to 'Carpet/CarpetLib')
-rw-r--r--Carpet/CarpetLib/configuration.ccl5
1 files changed, 3 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/configuration.ccl b/Carpet/CarpetLib/configuration.ccl
index f992cca04..8daa94a49 100644
--- a/Carpet/CarpetLib/configuration.ccl
+++ b/Carpet/CarpetLib/configuration.ccl
@@ -6,9 +6,10 @@ PROVIDES CarpetLib
LANG
}
-REQUIRES CycleClock MPI
+# TODO: make Vectors optional
+REQUIRES CycleClock MPI Vectors
-OPTIONAL hwloc LoopControl Vectors
+OPTIONAL hwloc LoopControl
{
}