From 61b2781091556c359315b30e60cd2985cccf54e7 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sat, 22 Jun 2013 12:47:25 -0400 Subject: CarpetLib: Add optional dependency on Boost Boost can provide some C++11 features if the compiler does not. --- Carpet/CarpetLib/configuration.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { } -- cgit v1.2.3