[Avida-cvs] [Avida2-svn] r351 - trunk/source/python

kaben@myxo.css.msu.edu kaben at myxo.css.msu.edu
Tue Oct 18 12:13:24 PDT 2005


Author: kaben
Date: 2005-10-18 15:13:24 -0400 (Tue, 18 Oct 2005)
New Revision: 351

Modified:
   trunk/source/python/setup_osx.py.in
Log:

Repairs restoring lost Avida-ED functionality.



Modified: trunk/source/python/setup_osx.py.in
===================================================================
--- trunk/source/python/setup_osx.py.in	2005-10-18 19:12:42 UTC (rev 350)
+++ trunk/source/python/setup_osx.py.in	2005-10-18 19:13:24 UTC (rev 351)
@@ -35,14 +35,16 @@
       includes = ['iqt', 'qt', 'qwt', 'readline', 'unittest', 'IPython', 'AvidaGui2', 'AvidaCore'],
       # Python packages to copy :
       packages = ['IPython', 'AvidaGui2'],
+      # Additional frameworks and dylibs to include
+      #frameworks = ['libqt-mt.3.dylib'],
       # Subdirectory in which Avi :da-ED.app should be assembled
       dist_dir = '${EXECUTABLE_OUTPUT_PATH}',
       # Extra files and folders to  :copy into Resources subdirectory
       resources = ['${CMAKE_CURRENT_SOURCE_DIR}/AvidaGui2/avidalogo.png', '${CMAKE_CURRENT_SOURCE_DIR}/default.workspace'],
       # Strip symbols from libraries.
-      strip = True,
+      #strip = True,
       # Generate a file named Avida-ED.dot containing dependency graphs.
-      graph = True,
+      #graph = True,
     )
   ),
 )




More information about the Avida-cvs mailing list