https://github.com/geodynamics/citcoms
Revision a1e12dcec22af00e745b13a7c12bbec7b5d04a1c authored by Leif Strand on 16 November 2006, 14:40:41 UTC, committed by Leif Strand on 16 November 2006, 14:40:41 UTC
filesystems (Mac, Windows):  "CitcomS" == "citcoms".

Fixed egg-related bugs which prevented 'configure' from succeeding when
buildir != srcdir (another BuildBot test vector).

Call addsitedir() in the 'citcoms' script.  I guess this is now necessary
since "site.py" is no longer in the same directory as "citcoms". (*)

Note that there is currently a bug in Merlin which prevents 'citcoms' from
running ("No module named pkg_resources").  The work-around is to manually
add the merlin egg to the merlin-install.pth file.

There are more bugs which prevent running on Mac OS X at all (still
investigating).

(*) I'm becoming annoyed with setuptools' use of .pth files as a
sys.path/PYTHONPATH persistence mechanism, mainly because of the accompanying
hacks which are used to turn ordinary directories into "site" directories
(i.e., directories where .pth files work) -- these ugly, confusing hacks include
the fake site.py, "virtual python", etc.  I think Merlin will only use .pth
files in real site directories.  It will use clear, straitforward, direct
sys.path manipulation everywhere else.

1 parent 2642094
History
Tip revision: a1e12dcec22af00e745b13a7c12bbec7b5d04a1c authored by Leif Strand on 16 November 2006, 14:40:41 UTC
Re-created 'bin' subdirectory to avoid filename conflict on case-sensitive
Tip revision: a1e12dc
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.1 KB
NEWS -rw-r--r-- 1.8 KB
README -rw-r--r-- 285 bytes
configure.ac -rw-r--r-- 4.3 KB
setup.py -rw-r--r-- 790 bytes

README

back to top