aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-06-22 12:47:25 -0400
committerErik Schnetter <schnetter@gmail.com>2013-06-22 12:47:25 -0400
commit61b2781091556c359315b30e60cd2985cccf54e7 (patch)
tree6703dc14888d7c316d25b32efb2aa65ae48aa2bb /Carpet/CarpetLib
parenta0b09d70bcd14d4db84c137cb3b407bd4ed5cdef (diff)
CarpetLib: Add optional dependency on Boost
Boost can provide some C++11 features if the compiler does not.
Diffstat (limited to 'Carpet/CarpetLib')
-rw-r--r--Carpet/CarpetLib/configuration.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/configuration.ccl b/Carpet/CarpetLib/configuration.ccl
index 8daa94a49..b1192f5bf 100644
--- a/Carpet/CarpetLib/configuration.ccl
+++ b/Carpet/CarpetLib/configuration.ccl
@@ -9,7 +9,7 @@ PROVIDES CarpetLib
# TODO: make Vectors optional
REQUIRES CycleClock MPI Vectors
-OPTIONAL hwloc LoopControl
+OPTIONAL Boost hwloc LoopControl
{
}