Patches item #3019625, was opened at 2010-06-22 09:51
Message generated for change (Settings changed) made by mcfletch
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305988&aid=3019625&group_id=5988
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: build
Group: v3.0
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Lorenzo Mancini (lmancini)
Assigned to: Nobody/Anonymous (nobody)
Summary: Only install files from directory OpenGL/DLLS
Initial Comment:
PyOpenGL's setup.py manages binary versions of GLUT and GLE for win32 by os.listdir'ing the contents of directory OpenGL/DLLS. However, the relevant code should only manage files, rather than subdirectories too.
This is useful in case pyopengl is built, for example, from a Subversion working copy, which stores repository metadata in the hidden ".svn" directory - in this case, the build process will fail later under Windows when trying to copy the ".svn" hidden directory.
The patch is attached. I have this in production in my build system and it seems to work well.
----------------------------------------------------------------------
>Comment By: Mike C. Fletcher (mcfletch)
Date: 2010-12-06 22:44
Message:
Sorry this took so long to integrate. Should show up in the next release.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305988&aid=3019625&group_id=5988
|