public:user_software:documentation:lofar-cmake

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:user_software:documentation:lofar-cmake [2016-12-15 09:16] – Links to engineering:software:lofarsvn changed to public:user_software:documentation:lofarsvn Arno Schoenmakerspublic:user_software:documentation:lofar-cmake [2017-03-09 09:16] (current) – [Available Options] Arno Schoenmakers
Line 30: Line 30:
 $ svn update LOFAR/CMake $ svn update LOFAR/CMake
 </code> </code>
 +**Note** On newer versions of svn you should probably use ''--depth=immediates'' instead of -N, but I can't get this to work with it. - Adriaan
 +
  
 === Step 2 === === Step 2 ===
Line 97: Line 99:
 | ''USE_SOCKETS''              | Use network sockets                  |      ''ON''       | | ''USE_SOCKETS''              | Use network sockets                  |      ''ON''       |
 | ''USE_THREADS''              | Use thread support                        ''ON''       | | ''USE_THREADS''              | Use thread support                        ''ON''       |
 +| ''USE_CASACORE''             | Use Casacore installation            |      ''ON''       |
  
 Some options are mutually exclusive (e.g., ''USE_LOG4CPLUS'', and ''LOG4CXX'' cannot be used simultaneously). These restrictions are checked by the [[engineering:software:lofar-cmake:macros#lofaroptions|LofarOptions]] macro. Furthermore, this macro calls ''lofar_find_package'' for each package that is marked to be used. It is a fatal error if that package cannot be found. Some options are mutually exclusive (e.g., ''USE_LOG4CPLUS'', and ''LOG4CXX'' cannot be used simultaneously). These restrictions are checked by the [[engineering:software:lofar-cmake:macros#lofaroptions|LofarOptions]] macro. Furthermore, this macro calls ''lofar_find_package'' for each package that is marked to be used. It is a fatal error if that package cannot be found.
  • Last modified: 2016-12-15 09:16
  • by Arno Schoenmakers