[ZCM] [ZC] 1084/ 1 Request "Add python version to build-base"
Collector: Zope Bugs, Features,
and Patches ...
zope-coders-admin at zope.org
Sun Oct 12 21:41:56 EDT 2003
Issue #1084 Update (Request) "Add python version to build-base"
Status Pending, Zope/bug+solution medium
To followup, visit:
http://collector.zope.org/Zope/1084
==============================================================
= Request - Entry #1 by Tiran on Oct 12, 2003 9:41 pm
inst/configure.py:
old:
BUILD_BASE=os.path.join(os.getcwd(), 'build-base')
new:
BUILD_BASE=os.path.join(os.getcwd(), 'build-base', 'python-%s.%s' % sys.version_info[:2])
This will create a subdirectory named python-2.3 (python major and minor version number) to the build-base directory.
Benefits:
I'm testing Zope with python 2.2 and python 2.3. After every cvs up I have to compile all c extensions, install zope and remove all compiled extensions two times because the build for both python versions are in the same place.
Approve it and I will change the file in the branch and head.
==============================================================
More information about the Zope-Collector-Monitor
mailing list