This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: bgenlocationscustomize: per-user configuration of bgen
Type: enhancement Stage:
Components: macOS Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: bob.ippolito, jackjansen
Priority: normal Keywords:

Created on 2004-01-05 15:50 by bob.ippolito, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg19551 - (view) Author: Bob Ippolito (bob.ippolito) * (Python committer) Date: 2004-01-05 15:50
bgen requires manual editing of bgenlocations on a per-
python-source-tree basis when building Python's wrappers.  
It also contains several hard-coded paths very likely to be 
different for people other than Jack :)

Integrating a bgenlocationscustomize phase would make this 
easy to configure per-user (or per build tree if you change 
the environment prior to building).  Of course, by 
r"bgenlocations(customize)?", I mean an analog to 
r"site(customize)?".
msg19552 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2004-07-15 15:06
Logged In: YES 
user_id=45365

Implemented in bgenlocations.py rev 1.7.
History
Date User Action Args
2022-04-11 14:56:02adminsetgithub: 39768
2004-01-05 15:50:20bob.ippolitocreate