[cig-commits] r5244 - cs/pythia/trunk

leif at geodynamics.org leif at geodynamics.org
Fri Nov 10 19:16:36 PST 2006


Author: leif
Date: 2006-11-10 19:16:36 -0800 (Fri, 10 Nov 2006)
New Revision: 5244

Modified:
   cs/pythia/trunk/setup.cfg
   cs/pythia/trunk/setup.py
Log:
Pythia v0.8.1.0b3.


Modified: cs/pythia/trunk/setup.cfg
===================================================================
--- cs/pythia/trunk/setup.cfg	2006-11-11 02:30:26 UTC (rev 5243)
+++ cs/pythia/trunk/setup.cfg	2006-11-11 03:16:36 UTC (rev 5244)
@@ -1,4 +1,4 @@
 
 [egg_info]
-tag_build = b3.dev
+tag_build = b3
 #tag_svn_revision = 1

Modified: cs/pythia/trunk/setup.py
===================================================================
--- cs/pythia/trunk/setup.py	2006-11-11 02:30:26 UTC (rev 5243)
+++ cs/pythia/trunk/setup.py	2006-11-11 03:16:36 UTC (rev 5244)
@@ -17,16 +17,26 @@
     install_requires = [
     'Cheetah',
     ],
+
     extras_require = {
+
+    # * acis: "a set of Python bindings for ACIS, the solid modeler from Spatial"
+    # In the old 'configure' script, the following was toggled using
+    # '--with-acis'.  ACIS had to be installed for it to build.
     'acis':     [],
+
+    # * blade: "a generalization of Glade, the popular user interface builder for Gtk+"
+    # Does this introduce any dependencies?
     'blade':    [],
+    
+    # In the old 'configure' script, the following were all toggled
+    # together using '--with-mpi'.  Do they all depend only on MPI?
+    # If so, perhaps it should be a single "extra".
     'elc':      [],
-    'journal':  [],
-    'mpi':      [],
-    'opal':     [],
+    'mpi':      [], ### This is the only "extra" currently supported by CIG-Pythia. ###
     'pulse':    [],
-    'pyre':     [],
     'rigid':    [],
+    
     },
     
     author = 'Michael A.G. Aivazis',



More information about the cig-commits mailing list