From c24baf3e6320665664b3105e241fc4c2ef20146e Mon Sep 17 00:00:00 2001 From: Marcel Loose <loose@astron.nl> Date: Fri, 15 Jan 2010 12:17:43 +0000 Subject: [PATCH] Bug 1310: Updated TODO list --- CMake/TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CMake/TODO b/CMake/TODO index 9c9eaf73bb2..b0edd9fa185 100644 --- a/CMake/TODO +++ b/CMake/TODO @@ -3,6 +3,14 @@ = TODO - List of things to do = ============================================================================== +* When you've initially built only a small number of packages (e.g. only + Common), and later expand that collection (to e.g. Blob), a rebuild of + Common is triggered. This is caused by the fact that lofar_config.h is + regenerated, which is caused by the fact that some #cmakedefine's depend + on variables that are only set in packages that were added later (e.g. + HAVE_BLITZ and HAVE_AIPSPP in Blob). I don't know yet how to solve this, + and I don't know if this is really a big issue. + * Solve the problem of running some (distributed) tests, e.g. ParmDB tests, which rely on executables and/or scripts that were built as part of another LOFAR package. For (C)Make targets, this can be solved by using the target -- GitLab