[ZCM] [ZC] 1084/ 2 Resolve "Add python version to build-base"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Tue Oct 21 10:36:55 EDT 2003


Issue #1084 Update (Resolve) "Add python version to build-base"
 Status Resolved, Zope/bug+solution medium
To followup, visit:
  http://collector.zope.org/Zope/1084

==============================================================
= Resolve - Entry #2 by Brian on Oct 21, 2003 10:36 am

 Status: Pending => Resolved

Fixed by Tiran. Thanks!
________________________________________
= 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