[Avida-cvs] [avida-svn] r711 - trunk

kaben@myxo.css.msu.edu kaben at myxo.css.msu.edu
Sat May 27 00:45:19 PDT 2006


Author: kaben
Date: 2006-05-27 03:45:19 -0400 (Sat, 27 May 2006)
New Revision: 711

Modified:
   trunk/build_avida
Log:


Altered build_avida script to accommodate inconsistencies between
versions of CMake. This change requires that build_avida be invoked like
so:

./build_avida -DAVD_CONSISTENCY_TEST_PRIMITIVE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH="$PWD"/build

This is not really what we want, so I guess we should discuss the
problem.



Modified: trunk/build_avida
===================================================================
--- trunk/build_avida	2006-05-27 07:33:44 UTC (rev 710)
+++ trunk/build_avida	2006-05-27 07:45:19 UTC (rev 711)
@@ -3,9 +3,7 @@
 mkdir -p build
 cd build
 cmake ../
-cmake \
-  -DAVD_CONSISTENCY_TEST_PRIMITIVE:BOOL=ON \
-  ../
+cmake "$@" ../
 make
 make install
 




More information about the Avida-cvs mailing list