[Avida-cvs] [avida-svn] r652 - in development: . notes

brysonda@myxo.css.msu.edu brysonda at myxo.css.msu.edu
Mon May 8 11:58:20 PDT 2006


Author: brysonda
Date: 2006-05-08 14:58:20 -0400 (Mon, 08 May 2006)
New Revision: 652

Modified:
   development/CMakeLists.txt
   development/notes/release-milestones.txt
Log:
Change CMakeLists.txt to use TCMalloc under linux.

Modified: development/CMakeLists.txt
===================================================================
--- development/CMakeLists.txt	2006-05-05 15:19:56 UTC (rev 651)
+++ development/CMakeLists.txt	2006-05-08 18:58:20 UTC (rev 652)
@@ -32,11 +32,11 @@
   "Built libraries are placed here before installation."
 )
 
-IF(APPLE)
+IF(UNIX)
   SET(AVD_ENABLE_TCMALLOC TRUE)
-ELSE(APPLE)
+ELSE(UNIX)
   SET(AVD_ENABLE_TCMALLOC FALSE)
-ENDIF(APPLE)
+ENDIF(UNIX)
 
 # Experimental Boost.Python interface to avida is disabled by default.
 OPTION(AVD_PY_BINDINGS

Modified: development/notes/release-milestones.txt
===================================================================
--- development/notes/release-milestones.txt	2006-05-05 15:19:56 UTC (rev 651)
+++ development/notes/release-milestones.txt	2006-05-08 18:58:20 UTC (rev 652)
@@ -48,7 +48,7 @@
 * SMT Hardware
 + Basic multithreaded analyze mode support
 * TCMalloc OS X
-- TCMalloc Linux
+* TCMalloc Linux
 * Actions framework
 + Merge (meaningful) events and analyze commands into actions framework
 + Consistency test support




More information about the Avida-cvs mailing list