Bugs item #3098365, was opened at 2010-10-29 19:19
Message generated for change (Tracker Item Submitted) made by mbanck
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428740&aid=3098365&group_id=40728

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pybel
Group: 2.3.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Michael Banck (mbanck)
Assigned to: Noel O'Boyle (baoilleach)
Summary: cmake modifies source openbabel.py

Initial Comment:
As far as I can tell, openbabel.py and pybel.py get copied into the build 
directory during "setup.py build". However, there is a POST_BUILD command which 
adds some lines to a file called "ob.py" and then adds the content of 
openbabel.py to it. Afterwards, this ob.py gets copied to openbabel.py:

           COMMAND ${CMAKE_COMMAND} -E copy ob.py 
${openbabel_SOURCE_DIR}/scripts/python/openbabel.py

Here, $(openbabel_SOURCE_DIR) is used, and thus the source file is modified. I 
don't think this is a legit thing the build system should do.

In any case, it does not seem like "setup.py install" is being called on "make 
install" anyway, is this intentional?


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428740&aid=3098365&group_id=40728

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to