aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/configuration.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-10-10 16:59:41 -0400
committerErik Schnetter <schnetter@gmail.com>2013-10-10 16:59:41 -0400
commit369933761ae450342b1771b561da3796c18c0f6e (patch)
treed676ae7520c076e3a41aef1bcf9cb7035284f5ce /Carpet/CarpetLib/configuration.ccl
parentb991b3a287c25a543b5c6bb81273e88d50893e55 (diff)
Carpet: Make dependency on CycleClock optional
Diffstat (limited to 'Carpet/CarpetLib/configuration.ccl')
-rw-r--r--Carpet/CarpetLib/configuration.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/configuration.ccl b/Carpet/CarpetLib/configuration.ccl
index b1192f5bf..634e3175d 100644
--- a/Carpet/CarpetLib/configuration.ccl
+++ b/Carpet/CarpetLib/configuration.ccl
@@ -7,9 +7,9 @@ PROVIDES CarpetLib
}
# TODO: make Vectors optional
-REQUIRES CycleClock MPI Vectors
+REQUIRES MPI Vectors
-OPTIONAL Boost hwloc LoopControl
+OPTIONAL Boost CycleClock hwloc LoopControl
{
}