Revision 12d4521f3574ac5abd511137c9c49eb7027d2a28 authored by Leif Strand on 26 September 2006, 01:09:16 UTC, committed by Leif Strand on 26 September 2006, 01:09:16 UTC
to 'configure' to manually specify whether you want Exchanger; the default
is "auto", which means to use Exchanger if it's installed (and on your
PYTHONPATH).

Egg-ified 'configure' checks for Python packages.  This means that CitcomS now
requires the egg-ified CIG version of Pythia -- and (optionally) the egg-ified
Exchanger.  Old Pythia/Exchanger installations will not work, as they lack the
egg-metadata ('configure' will act as if they are not installed).

Added 'setup.py', which will automatically download and install the egg
version of Pythia -- as well as the egg system itself ('setuptools').  If
you want Exchanger, you still must install it manually (the way C++ is used
prevents complete egg-ification of Exchanger).  Note that 'setup.py' actually
checks-out the latest Pythia from the SVN repository.  The release version of
CitcomS will download a packaged Pythia from the website instead.

1 parent 5d463b3
History
File Mode Size
CitcomS
bin
etc
examples
lib
module
tests
visual
AUTHORS -rw-r--r-- 359 bytes
COPYING -rw-r--r-- 17.6 KB
ChangeLog -rw-r--r-- 237.3 KB
INSTALL -rw-r--r-- 9.1 KB
Makefile.am -rw-r--r-- 1.3 KB
NEWS -rw-r--r-- 718 bytes
README -rw-r--r-- 285 bytes
configure.ac -rw-r--r-- 6.7 KB
ez_setup.py -rw-r--r-- 7.9 KB
setup.py -rw-r--r-- 698 bytes

README

back to top